SubtleMuffin / hugo-npm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hugo-npm

This repo and its corresponding Docker image is used to generate Docsy sites on Gitlab.

To build

docker build . -t subtlemuffin/hugo:latest --no-cache --progress plain

To test deploy (not fully functioning -- cannot access the port...)

docker run --rm -it --volume (pwd):/src -p 1313:1313  subtlemuffin/hugo:latest hugo server

About


Languages

Language:Dockerfile 100.0%