website for Tricerátops Show, brazilian alternative music podcast
based on the Castanet theme
requires: go, hugo, node (suggestion: use a version manager such as fnm or nvm)
auth
has the lambda for netlify cms authenticationchecks
contains verifications and tests to run locally or in CIscripts
contains miscellaneous helper scripts
everything you need should be in the Makefile
make serve
will start hugo + netlify cms server
inspired by every layout and cube css, also used css from web.dev as reference
the fontawesome files in static/fonts
are subsets containing only the icons that are actually used.
to include a new icon:
- search the corresponding unicode for the icon
- add it to
scripts/fontawesome-subset.sh
- run the script to generate the new font files