Skip to content

StefanoCecere/cecere.xyz

Repository files navigation

cecere.xyz

the source of my website https://cecere.xyz. hope you'll find something useful, please share and let me know.

Vue commands

npm run-script docs:dev npm run-script docs:build npx vp-update

plugins npm i -D vidstack@1

terminal commands

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/

Hugo snippets

[A post]({{< ref "/post/my-page-name.md" >}})
[A post]({{< relref "my-rel-name.md" >}})

{{< youtube 82f0_jqhVgs >}}

copyright

This site and all its contents produced by me are Copyright by Stefano Cecere and licensed under CC BY NC SA 4.0

About

the source of my website

Topics

Resources

Stars

Watchers

Forks