GitHub Pages Jekyll Container

a Jekyll container with all the officially included plugins so you can run locally.

GitHub Pages Jekyll Container

Included plugins:

Includes the same plugins as the ones included with GitHub Pages:

  • jekyll-coffeescript
  • jekyll-default-layout
  • jekyll-gist
  • jekyll-github-metadata
  • jekyll-optional-front-matter
  • jekyll-paginate
  • jekyll-readme-index
  • jekyll-titles-from-headings
  • jekyll-relative-links

Usage

create 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

jekyll logo

Want a Jekyll website built?

Hire a Jekyll developer