diff --git a/README.md b/README.md new file mode 100644 index 0000000..14762fc --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +## 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.