Sign inSign up

felixrieseberg/jekyll

By felixrieseberg

Updated over 10 years ago

Jekyll (with a few extras): GitHub Pages, Kramdown, RDiscount, Rouge, Sitemap, Pygments, Node, Ncftp

Image
1

1.3K

felixrieseberg/jekyll repository overview

A small Docker image with Jekyll (with a few added extras). Created to automatically build a GitHub Page, which is then uploaded via ncftp.

  • Github Pages
  • Kramdown
  • RDiscount
  • Rouge
  • Pygments Syntax Highlighting
  • Jekyll "Redirect From"
  • Jekyll Sitemaps
  • ncftp
  • Node.js
sudo docker run --rm -v "$PWD:/myJekyllPage" felixrieseberg/jekyll build

Or, just use the Docker image as your local Jekyll installation. First, set an alias:

alias jekyll='sudo docker run --rm -v "$PWD:/src" -p 4000:4000 felixrieseberg/jekyll'

And then use it like a normal Jekyll binary:

jekyll build
jekyll serve -H 0.0.0.0
License

MIT. For more details, please see the LICENSE file.

Tag summary

Content type

Image

Digest

Size

313.7 MB

Last updated

over 10 years ago

docker pull felixrieseberg/jekyll