~vallode/vallode-com

Personal site full of endless rambling and experiments.
bcf7ba5e — vallode 4 months ago
Add prefers more contrast rules
078ce5ff — vallode 4 months ago
Add prefers dark scheme rules
77d52cc0 — vallode 5 months ago
Update stack.md

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~vallode/vallode-com
read/write
git@git.sr.ht:~vallode/vallode-com

You can also use your local clone with git send-email.

#vallode-com

This documentation is aimed at myself, but it might help others who want to create a website similar to this one :)

#Development

You need Zola, for deployments/hosting I use Netlify.

Run locally with:

$ zola serve

Deploy with:

$ zola build && netlify build --prod