Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.3 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.3 KB

200ok.us source files

Netlify Status

This is a static website deployed on Netlify, built with Eleventy.

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

$ make dev

Then go to http://localhost:8888

Deploy Changes

The main branch is automatically deployed to 200ok.us with Netlify site deploys. See netlify.toml.

Code of Conduct

This repository is governed by Techlahoma’s Code of Conduct.

License

This software is licensed under the MIT License. For more information, read this repository’s LICENSE.