Bear blog

· notat's blog

bearblog
#blogs #podman

bear

# Running the Hugo Generator in Podman

Make the /src dir, then cd src.

# Run build

podman run --name hugo --rm -it -v $(pwd):/src klakegg/hugo:0.101.0

# Run server:

podman run --name hugo --rm -it -v $(pwd):/src -p 1313:1313 klakegg/hugo:0.101.0 server

# Get the Hugo bear-blog theme

Edit the files as requires. Read the Hugo docs for further info.