# AngryMichigander A Hugo website. ## Development To run the site locally: ```bash hugo server -D ``` ## Building To build the site: ```bash hugo ``` The built site will be in the `public/` directory.