Create README.md

This commit is contained in:
Simon Fortier
2019-05-11 15:44:38 -04:00
committed by GitHub
parent 85faecd9f9
commit a003165c6e

18
README.md Normal file
View File

@@ -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
```bash
hugo server -D
```
The `-D` option will display posts flagged as drafts.