Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 578 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 578 Bytes

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