grahamc/jekyll

By grahamc

Updated about 8 years ago

A basic container containing just Jekyll. Can run serve, but by default does nothing. Extremely easy to use. Makes no assumptions.

Image
49

9.2K

grahamc/jekyll repository overview

Simple Docker Container for Jekyll Work

Use example:

sudo docker run --rm -v "$(pwd):/src" grahamc/jekyll build

or for repeated calls:

alias jekyll='sudo docker run --rm -v "$(pwd):/src" grahamc/jekyll'
jekyll build
jekyll serve

run as a server:

sudo docker run -d -v "$(pwd):/src" -p 4000:4000 grahamc/jekyll serve

Goodies

  • Supports pygments syntax highlighting
  • Supports RDiscount
  • Supports Kramdown

Tag summary

Content type

Image

Digest

sha256:0c2b2094a

Size

306.5 MB

Last updated

about 8 years ago

docker pull grahamc/jekyll