A Jekyll quick hack of an image, just for local testing before uploading to GitHub Pages.
260
Jekyll is a blog-aware static site generator written en Ruby by GitHub co-founder Tom Preston-Werner. Its main advantages are:
Run the docker-exec.sh script to initialize a fresh container. Create a folder to hold the Jekyll site, move into it, and proceed:
jekyll new .
bundle install && jekyll serve -H 0.0.0.0
The Jekyll site will be available at http://localhost:4000. Of course, for something beyond testing, mounting a volume should be mandatory.
Content type
Image
Digest
Size
155.4 MB
Last updated
about 9 years ago
docker pull malkab/jekyll