Skip to content

nerdondon/nerdondon.com

Repository files navigation

nerdondon.com

New blog based on Hugo.

Build and Run

With the @klakegg docker image:

docker run --rm -it -v ${PWD}:/src klakegg/hugo:0.105.0-ext-debian

Server out of port 1313:

docker run --rm -it -v ${PWD}:/src -p 1313:1313 klakegg/hugo:0.105.0-ext-debian server

Use the image as a shell

docker run --rm -it -v ${PWD}:/src -p 1313:1313 klakegg/hugo:0.105.0-ext-debian shell

Dependencies

Update submodules (e.g. for themes) with the following command:

git submodule update --remote

About

nerdondon.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published