summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 08109e4..88136b3 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,18 @@ $ git submodule update --init --recursive
$ git pull --recurse-submodules
```
+### New Blog Content
+
+```bash
+$ cat >content/blog/2017-12-31-happy-new-year.md << EOF
+> ---
+> title: Happy New Year!
+> ---
+>
+> This is a *markdown* **formatted** post.
+> EOF
+```
+
### Dev Server
```bash