200ok.us source files
This is a static website deployed on gh-pages, built with hexo.
git clone [email protected]:techlahoma/200ok-site.git
cd 200ok-site
npm install
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.
./node_modules/.bin/hexo serve
Then go to http://localhost:4000
./node_modules/.bin/hexo generate
./node_modules/.bin/hexo deploy
This will generate the static files and deploy to github pages.