3. Open your browser and visit `http://localhost:1313` to see the site.
### Deployment
If you use GitHub, this repository comes with a GitHub Actions workflow that automatically builds and deploys the site to the `pages` branch whenever you push changes to the `main` branch.
Otherwise, you can build the site manually:
```sh
hugo --minify
```
The generated site will be in the `public/` directory.
## Adding a New Post
1. Create a new Markdown file in the `content/posts/` directory: