This repo serves as CMS for some of the static content on our Open EdX site. Content is stored as raw HTML, and included serverside, inline with pages on the site as needed.
docker build -t jekyll . --no-cache
docker compose up --force-recreate