Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 492 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 492 Bytes

Hugo setup with Docker

Usage:

First of all, be sure the docker image is built:

make build

For creating a new project from scratch:

make init

If the project already exist, then just run the docker:

make run

Configuration

Theme:

Themes are stored under themes/ directory, and are configured through the config.yaml:

git submodule add "theme_git_url"

And on config.yaml, set the installed theme:

theme: theme_name