To run this site locally:
- Clone this repository
- Install Hugo
- Run hugo server -Dfrom the project root
- Open http://localhost:1313/ in your browser
- content/: Contains all the content for the site
- layouts/: Contains HTML templates
- static/: Contains static assets like CSS, JS, and images
- hugo.toml: Configuration file
This site can be deployed to any static hosting service:
- Run hugoto build the site
- Deploy the generated public/directory