This blog is a fork from Jekyll Garden.
- See Credits page
For hosting on your local network, inside a docker container, install docker
and docker-compose
and run,
$ docker-compose up -d
Note:-
This container is built upon on alpine based ruby image. There's an official Jekyll image available in docker hub which only support
amd64
images. You can opt to use that if you are running the container on an 64bit PC. If you want to run this on an ARM based system like Raspberry Pi, this would be a better option.The directories which will be frequently modified, are mapped as local volumes so that any changes made to those will be immediately picked up by the server and built. If you fancy changing content in other folders regularly, feel free to add them to the
volumes
section indocker-compose.yml
before deploying.
The theme is available as open source under the terms of the MIT License.