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.
- Build the Docker image
docker build -t jekyll . --no-cache
- Start Jekyll
docker compose up --force-recreate