From 6ad5a66fb76c2ead4b44b216e59e6ff2fd5e58d0 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 7 Aug 2017 22:32:16 +0300 Subject: Add new blog content example --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- cgit v1.3.1