Find a file
2025-06-29 20:37:51 -04:00
archetypes Initial commit: Add Hugo site structure and configuration 2025-06-29 20:37:51 -04:00
.gitignore Initial commit: Add Hugo site structure and configuration 2025-06-29 20:37:51 -04:00
hugo.yaml Initial commit: Add Hugo site structure and configuration 2025-06-29 20:37:51 -04:00
README.md Initial commit: Add Hugo site structure and configuration 2025-06-29 20:37:51 -04:00

AngryMichigander

A Hugo website.

Development

To run the site locally:

hugo server -D

Building

To build the site:

hugo

The built site will be in the public/ directory.