Sign inSign up

thephilross/jekyll

By thephilross

Updated almost 11 years ago

Dockerized static site generator utilizing jekyll

Image
0

281

thephilross/jekyll repository overview

docker-jekyll

My personal static site generator packaged within a docker container for easy install and use.

To install:

  1. docker pull thephilross/jekyll

To use add this line to the bottom of your bashrc:

jekyll () { docker run --rm -it -v "$(pwd):/src" -p 4000:4000 thephilross/jekyll $@; }

Tag summary

Content type

Image

Digest

Size

315.3 MB

Last updated

almost 11 years ago

docker pull thephilross/jekyll