summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-08-07 22:32:16 +0300
committerYuval Adam <_@yuv.al>2017-08-07 22:32:16 +0300
commit6ad5a66fb76c2ead4b44b216e59e6ff2fd5e58d0 (patch)
tree34f20efbce09d5cab8b3604b006e5ad416fed806
parent02985b5387b9fcb181d2d89123665e24661482a7 (diff)
Add new blog content example
-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