Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 481 Bytes

File metadata and controls

25 lines (15 loc) · 481 Bytes

My Website

weisite: https://findsofun.com

  • All posts are under /content/posts/<year>/

Running Locally

To run this locally, first install the packages:

npm i

Then run with:

npm run dev

This will run a web server at http://localhost:1313

Publishing

This website is published via GitHub Pages. The GitHub workflow called hugo.yaml publishes updates automatically upon committing to main