Skip to content

Quick implementation of Hugo for docker windows

Notifications You must be signed in to change notification settings

jcreach/hugo-framework-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

hugo-framework-docker

Hugo framework docker image

Overview

Hugo is a static HTML and CSS website generator written in Go. See this link : Hugo.

How to use

Use pre-built docker image

You can find the pre-build docker image on Docker Hub.

Pull it :

docker pull jcreach/hugo-framework

Run it like that :

docker run -name hello-hugo -p 1313:1313 -v c:\path\to\hugo\project:c:\hugo-site -e HUGO_BASEURL=http://localhost jcreach/hugo-framework:latest

Build your own

docker build --pull --rm -f "dockerfile" -t <image_name>:<tag> .

About

Quick implementation of Hugo for docker windows

Topics

Resources

Stars

Watchers

Forks

Packages