a Jekyll container with all the officially included plugins so you can run locally.
Includes the same plugins as the ones included with GitHub Pages:
jekyll-coffeescriptjekyll-default-layoutjekyll-gistjekyll-github-metadatajekyll-optional-front-matterjekyll-paginatejekyll-readme-indexjekyll-titles-from-headingsjekyll-relative-linkscreate a docker-compose.yml with the following:
version: '3'
services:
jekyll:
image: ahmadnassri/github-pages
volumes:
- $PWD:/site
ports:
- 4000:4000
- 35729:35729
Volumes
Map the the directory where Jekyll will read files to
/site
Author: Ahmad Nassri • Twitter: @AhmadNassri