@@ -0,0 +1,18 @@
## dataarchivist.net
### Setup
Install [Hugo](https://github.com/gohugoio/hugo)
### Creating a post
```bash
hugo new posts/<TITLE>.md
```
### Local server
hugo server -D
The `-D` option will display posts flagged as drafts.
The note is not visible to the blocked user.