Skip to content

fogies/docker-jekyll-site

Repository files navigation

Build Status

This is a Docker project for building / serving a site based on web-jekyll-base.

Project Dependencies

This project is based on a template:

https://github.com/fogies/invoke-base

Runtime dependencies for this project are:

  • Python 3.6.6
  • Docker Toolbox v18.06.1-ce

See Installation for Windows.

See Installation for Mac.

Tasks

This project uses Invoke for task execution. Available tasks can be listed:

invoke -l

See Additional Task Documentation.

Frequently used tasks will include:

compile_config

Compile files specified in _base_config.yml, via key compile_config : entries.

invoke compile_config

dependencies_ensure

Ensure dependencies are installed.

invoke dependencies_ensure