Powered by Jekyll.
Some components imported from jekyll minima theme.
Warning, we are on minima 2.5. Make sure to use this branch for docs. Any files or variables not found in here can be found in the minima repository.
- follow jekyll set up instructions
- install additional dependencies
bundle install
Run development server. Catches majority of updates live, command + R to see code changes reflect in UI. Sometimes you may need to rebuild.
bundle exec jekyll serve
- Follow these guidelines
- Build to generate files in
_site
folder
bundle exec jekyll build --verbose
- Make a netlify account (or whatever static site deployment platform you prefer)
- Build site
bundle exec jekyll build --verbose
- Paste
_site
folder manually into deployment platform
- Happens automatically via github pages + git workflows