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).
Visit http://localhost:4000
Website was created by Marc Savy using mostly Jekyll and Bootstrap 5.x, and is contributed under the CC BY-SA 4.0 license.