Dockerized static site generator utilizing jekyll
281
My personal static site generator packaged within a docker container for easy install and use.
To install:
docker pull thephilross/jekyllTo use add this line to the bottom of your bashrc:
jekyll () { docker run --rm -it -v "$(pwd):/src" -p 4000:4000 thephilross/jekyll $@; }
Content type
Image
Digest
Size
315.3 MB
Last updated
almost 11 years ago
docker pull thephilross/jekyll