This is my WIP portfolio. It's a space for me to write; to plant my digital garden; to showcase my work; and to experiment with code.
My current stack involves:
- Hugo
- Netlify
- Phosphorous Icons
Right now, I've borrowed liberally from Maggie Appleton's digital garden IA as a starting point, while I experiment and try to figure out what works for me.
- Each note
When I add a new section, I usually
- My CSS styling conventions
- I have a general-purpose CSS class
.page-general
, applied to<main>
. This does a few things:- The header is wider than the body.
- I have other page classes:
.page-home