dataarchivist.net/README.md
2019-05-11 15:44:38 -04:00

19 lines
242 B
Markdown

## dataarchivist.net
### Setup
Install [Hugo](https://github.com/gohugoio/hugo)
### Creating a post
```bash
hugo new posts/<TITLE>.md
```
### Local server
```bash
hugo server -D
```
The `-D` option will display posts flagged as drafts.