This'll become a personal site eventually.
For now, I'm just using it to stash some experiments in learning web development.
Structure:
content/: The Markdown/HTML sources for the sitedocs/: The generated website data. Zola outputs to this file, and Github Pages reads from it.sass/: SCSS files that Zola compiles into CSS filesstatic/: Zola thinks these are static assets, but they actually come from the asset generationtemplates/: Templates for Zola to create HTML with