palladius / ricc.rocks

0 stars 0 forks source link

hugo + netlify

ricc.rocks Netlify Status

Sessionize: https://sessionize.com/riccardo-carlesso

Self: https://github.com/palladius/ricc.rocks/

Notes from 2024 refurbishing

Some vibes:

Ciao da Riccardo

Self: https://github.com/palladius/ricc.rocks

This my 2023 attempt at an auto-managed Hugo website. I might be porting soon my personal website here. Since I can't decide among a few different modules, I'm testing a number of those in terms of:

Current Hugo installations comparison.

Still evaulating, hence I've created a RING of many versions, and use symlinks to recycle some articels (although the metadata is sometimes incompatible among them, yielding to unexpected NxM errors):

customization

PaperMod

Bootstrap

$ git submodule add https://github.com/razonyang/hugo-theme-bootstrap themes/hugo-theme-bootstrap $ mkdir hugo-bootstrap.ricc.rocks follow https://hbs.razonyang.com/v1/en/docs/getting-started/installation/git-submodule/

mkdir config content archetypes static assets
cp -a /tmp/hbs-skeleton/config/* ./config
cp -r /tmp/hbs-skeleton/content/* ./content
cp -r /tmp/hbs-skeleton/archetypes/* ./archetypes
cp -r /tmp/hbs-skeleton/static/* ./static
cp -r /tmp/hbs-skeleton/assets/* ./assets
sed -i "s/theme:.*/theme: hugo-theme-bootstrap/g" config/_default/config.yaml
hugo mod npm pack
npm install
hugo server

doesnt work -> tried 1. Create a New Site from Scratch instead.

Ananke (deprecated)

Abandoned. Moved to .vecchiume/ . Still populated here: https://hugo-ananke-vecchiume.netlify.app/ Netlify Status

Does it compile?