Skip to content

timewave-computer/timewave-computer.github.io

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published