travismiller / 200ok-site

The site for the 200ok software development conference in Oklahoma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

200ok.us source files

This is a static website deployed on GitHub Pages, built with Hexo.

Installing

$ git clone git@github.com:techlahoma/200ok-site.git
$ cd 200ok-site
$ npm install

File Structure

All the copy documents are in /source, the theme is /themes/200ok, and the original front-end theme is located in /wrapbootstrap for reference. Run hexo new page to automatically generate a new page if you need more content. All of the /source files should be markdown. Posts aren't currently being used.

Working locally on the site

$ npm run start

Then go to http://localhost:4000

Deploy Changes

The master branch is automatically deployed to 200ok.us via GitHub Actions. See .github/workflows/deploy.yml.

About

The site for the 200ok software development conference in Oklahoma


Languages

Language:HTML 41.2%Language:JavaScript 40.8%Language:CSS 18.0%