From d97ab11e957cc2a9e5aeb279007c58c4458bc06a Mon Sep 17 00:00:00 2001 From: Kaitlyn Parkhurst Date: Mon, 31 Oct 2022 12:50:19 -0700 Subject: [PATCH] Added jekyll bit. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 21b9cc4..63d3aba 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,16 @@ morbo ./script/mjb --listen http://127.0.0.1:8080 Now it will automatically reload when you make changes to the libraries and templates. Additionally, it will show stack traces during crashes and debug information in your terminal. +### Jekyll + +You can run Jekyll by getting into a build server and running the following: + +```bash +alias jekyll="podman run -ti --rm -v .:/srv/jekyll -e JEKYLL_ROOTLESS=1 docker.io/jekyll/jekyll jekyll" +``` + +Once you've done that, `jekyll command` will work. + ## Operations Guide