Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 327 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 327 Bytes

nmiller.info

Personal website

Building

Requires Hugo.

$ hugo

Or, to watch for changes while iterating:

$ hugo server --watch

Deploying

Push to branch main. The "Deploy to GitHub Pages" action (.github/actions/pages.yml) will automatically deploy to GitHub pages.