The machinekit.io website is formatted with the docker-jekyll-asciidoctor docker image.
to run this locally "at home":
- install docker - see https://docs.docker.com/engine/installation/linux/debian/
- pull the image from dockerhub:
docker pull haberlerm/docker-jekyll-asciidoctor
- review and run the serve.sh script in the toplevel directory of your website
- review the values in config_preview.yml which were generated by the first run
- run serve.sh again, let it run to completion for the initial format of the whole site which can take 10-15mins
- stop serve.sh with
^C
and run it again, it will start with --incremental --skip-initial-build for quick startup since the _site directory already exists