21 lines
209 B
Markdown
21 lines
209 B
Markdown
# 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.
|