Skip to content

johnjago/johnjago.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My personal website! A home for my writing and a summary of what I’m doing.

Colophon

This is a static site generated with Hugo.

Styled with Tailwind CSS.

Hosted on DigitalOcean.

Set in Source Sans 3.

Build

First time:

npm install

Then, to serve Hugo site locally:

make hugo

To have Tailwind CSS watch for changes and rebuild the CSS file:

make css