the source of my website https://cecere.xyz. hope you'll find something useful, please share and let me know.
npm run-script docs:dev npm run-script docs:build npx vp-update
plugins npm i -D vidstack@1
hugo new --kind post post/articles/
hugo new --kind post post/blog/2021/03/
hugo new --kind played played/boardgame/
hugo new --kind played played/videogame/
hugo serve --gc
# upgrade Hugo on macOS:
brew upgrade hugo
# update theme modules
hugo mod get -u ./...
## clean
hugo mod clean
hugo mod get -u ./...
hugo mod tidy
## error "failed to resolve output format "headers" from site config"
sudo rm -R $TMPDIR/hugo_cache/
[A post]({{< ref "/post/my-page-name.md" >}})
[A post]({{< relref "my-rel-name.md" >}})
{{< youtube 82f0_jqhVgs >}}
This site and all its contents produced by me are Copyright by Stefano Cecere and licensed under CC BY NC SA 4.0