Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 720 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 720 Bytes

My personal website! A home for my writing and a history of projects I’ve worked on.

Colophon

This is a static site generated with Hugo, styled with Tailwind CSS, hosted on DigitalOcean, and set in Source Sans 3.

Serving the site locally

To serve the site locally for creating and editing content:

make

or

make write

(plain make just runs the first command which is write)

Development

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.