Sign inSign up

ahmadnassri/github-pages

By ahmadnassri

Updated almost 3 years ago

jekyll & github-pages in one container

Image
0

2.6K

ahmadnassri/github-pages repository overview

GitHub Pages Jekyll Container

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

license release size docker github

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

Tag summary

Content type

Image

Digest

sha256:54f95a484

Size

129.3 MB

Last updated

almost 3 years ago

docker pull ahmadnassri/github-pages