200ok.us source files
This is a static website deployed on Netlify, built with Eleventy.
$ 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.
$ make dev
Then go to http://localhost:8888
The main
branch is automatically deployed to 200ok.us with Netlify site deploys. See netlify.toml.
This repository is governed by Techlahoma’s Code of Conduct.
This software is licensed under the MIT License. For more information, read this repository’s LICENSE.