Fix git init sentence in dotfiles
Fix page title on sections
Adjust page title format
My personal little space on the internet. Currently hosted using Netlify but aiming to figure out self-hosting at some point. This documentation is mostly aimed at myself, but it might help others who want to create a website similar to this one :)
You need Zola, for deployments I use Netlify.
Run locally with:
zola serve # Also available as `make`
Deploy with:
zola build
netlify build --prod