Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.18 KB

README.md

File metadata and controls

36 lines (30 loc) · 1.18 KB

Timewave website

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.

Local environment

  1. follow jekyll set up instructions
  2. install additional dependencies
bundle install

Development

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

Add a post

bundle exec jekyll build --verbose  

Preview Deployment

  • 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

Production deployment

  • Happens automatically via github pages + git workflows