GitHub Pages Docker

Build Status

Install docker
Install make

then

git clone https://github.com/RandyMcMillan/pages-gem.git
cd pages-gem
SITE=./docs make image
SITE=./docs make server

Templated theme:

Click Create Theme for the quickest method of getting started with the Minimal Mistakes Jekyll theme.

Use the link above to create a new theme repo
git clone https://github.com/<user-name>/<your-theme>.git
cd <your-theme>
SITE=~/<your-theme> make image
SITE=~/<your-theme> make server

License

Distributed under the MIT License.