The website for Conjurer Solutions Ltd
Install Docker Desktop on Windows:
\$ winget install -e --id Docker.DockerDesktop
Install Docker Desktop on MacOS:
\$ brew install --cask docker
Ensure Ruby, Ruby Devkit and Jekyll gems are all installed. Also ensure you run the following to be sure the latest gems are installed.
bundle update
To run a server locally:
\$ docker compose up
Or open the project as a dev container and directly start the server:
\$ bundle exec jekyll serve
Configuration The Minimal Mistakes skin was customized by copying the original main.scss file to assets\css. Any changes to the theme's Sass variables must be made before the any @importlines.