My personal website! A home for my writing and a history of projects I’ve worked on.
This is a static site generated with Hugo, styled with Tailwind CSS, hosted on DigitalOcean, and set in Source Sans 3.
To serve the site locally for creating and editing content:
make
or
make write
(plain make
just runs the first command which is write
)
First time:
npm install
Then:
make dev
This will watch for CSS changes and rebuild with Tailwind CSS, in addition to serving the site locally.