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