From a003165c6e0c3a2f768d3d332f50fcbb430f7467 Mon Sep 17 00:00:00 2001 From: Simon Fortier Date: Sat, 11 May 2019 15:44:38 -0400 Subject: [PATCH] Create README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md 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.