This is a DRAFT version of the Society for Creative Anachronism's Webminister Handbook. This document is owned by the Society Webminister. It is hosted here for the purpose of editing and updating, under specific permission to do so.
To build the document, run Jekyll inside of Docker:
- Install Docker Desktop (or for Linux, install Docker and Docker Compose)
- Clone this repository
- In the top level directory of the repository, run
docker-compose up - Visit
https://localhost:4000/ - To get a shell inside the docker container, instead run
docker-compose run --service-ports jekyll ash
To add a chapter, place it inside _chapters. Note that the two lines of triple-dashes at the top of the file are essential. Any metadata for the chapter can be placed here (e.g. title) and this metadata can be accessed when the page is built (e.g. {{ chapter.title }}).