Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 580 Bytes

README.adoc

File metadata and controls

26 lines (16 loc) · 580 Bytes

Prerequisites

  • Ruby 3.x (best to use rvm).

  • Bundler (usually included now).

  • Graphviz

Setup

bundle install

Run

bundle exec jekyll serve -l --future --livereload-ignore assets/images/generated/*

This will:

  • Run Jekyll and serve website.

  • Live reload.

  • Show future-dated content.

  • Ignore generated assets to avoid continually rebuilding (some kind of glitch).

License

Website was created by Marc Savy using mostly Jekyll and Bootstrap 5.x, and is contributed under the CC BY-SA 4.0 license.