docker-jekyll

docker-jekyll

Simple Docker Container for Jekyll Work

Docker Hub: https://registry.hub.docker.com/u/danshan/docker-jekyll/

Use example:

docker run --rm -v "$PWD:/src" danshan/docker-jekyll build

or for repeated calls:

alias jekyll='sudo docker run --rm -v "$PWD:/src" -p 4000:4000 danshan/docker-jekyll'
jekyll build
jekyll serve -H 0.0.0.0

run as a background daemon:

docker run -d -v "$PWD:/src" -p 4000:4000 danshan/docker-jekyll serve -H 0.0.0.0

Goodies

  • Supports pygments syntax highlighting
  • Supports Github Pages
  • Supports Jekyll Redirect From - Supports Kramdown
    • Supports RDiscount
    • Supports Rouge

License: Public Domain

  Do what you want!

HPSTR Jekyll Theme

They say three times the charm, so here is another free responsive Jekyll theme for you. I've learned a ton since open sourcing my first two themes, and wanted to try a few new things this time around. If you've used my previous themes most of this should be familiar territory.

What HPSTR brings to the table:

  • Modern and minimal design.
  • Responsive templates for post, page, and post index _layouts. Looks great on mobile, tablet, and desktop devices.
  • Gracefully degrades in older browsers. Compatible with Internet Explorer 8+ and all modern browsers.
  • Sweet animated menu with support for drop-downs.
  • Optional Disqus comments and social sharing links.
  • Open Graph and Twitter Cards support for a better social sharing experience.
  • Simple custom 404 page to get you started.
  • Stylesheets for Pygments and Coderay syntax highlighting to make your code examples look snazzy
  • Available in Spanish. Thanks @cruznick!

Getting Started

HPSTR takes advantage of Sass and data files to make customizing easier. These features require Jekyll 2.x and will not work with older versions of Jekyll.

To learn how to install and use this theme check out the Setup Guide for more information.