Skip to content

xopino/hugo-docker-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Hugo setup with docker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published