Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 410 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 410 Bytes

blog

bmch web

dev

grab submodules:

git submodule update --init --recursive
hugo serve

this will run a live-reloaded dev server of hugo.

dev: redbuild shell

# build container and launch shell
redbuild shell --crun-args "-p 1313:1313"
# run hugo serve inside container
hugo serve --bind 0.0.0.0

build

hugo

this will output the built site in public/.