Skip to content

The site for the 200ok software development conference in Oklahoma

Notifications You must be signed in to change notification settings

dudunegrinhu/200ok-site

 
 

Repository files navigation

200ok.us source files

This is a static website deployed on gh-pages, built with hexo.

Installing

git clone [email protected]: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

./node_modules/.bin/hexo serve

Then go to http://localhost:4000

Deploy Changes

./node_modules/.bin/hexo generate
./node_modules/.bin/hexo deploy

This will generate the static files and deploy to github pages.

About

The site for the 200ok software development conference in Oklahoma

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 43.1%
  • JavaScript 38.8%
  • CSS 18.1%