2021-01-11 11:33:53 -08:00
|
|
|
# Matternote website
|
2021-01-07 14:12:26 -08:00
|
|
|
|
2021-01-11 11:33:53 -08:00
|
|
|
Website for Matternote, built using [Hugo](https://gohugo.io/).
|
2021-01-07 14:12:26 -08:00
|
|
|
|
|
|
|
## How to build
|
|
|
|
|
|
|
|
1. Follow [Hugo documentation](https://gohugo.io/getting-started/installing/) to install Hugo
|
|
|
|
|
|
|
|
```bash
|
|
|
|
# Eg. for Mac OS X
|
|
|
|
brew install hugo
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
2. Start the development server
|
|
|
|
|
|
|
|
```bash
|
|
|
|
make run
|
|
|
|
```
|
|
|
|
|
|
|
|
3. Go to http://localhost:1313 to see the running server
|