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
$ make dev
Then go to http://localhost:8888
archive/
static captures of previous versions of the websiteassets/
file resources for the site like images and logoscss/
is generated from tailwindcss (see package.json)
content/
input directory for content_data/
directory for global data files_includes/
directory for includes_layouts/
directory for layouts
src/
directory for source code to be compiled (e.g. TailwindCSS source)
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.