diff options
| author | Yuval Adam <_@yuv.al> | 2017-08-07 22:32:16 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-08-07 22:32:16 +0300 |
| commit | 6ad5a66fb76c2ead4b44b216e59e6ff2fd5e58d0 (patch) | |
| tree | 34f20efbce09d5cab8b3604b006e5ad416fed806 /README.md | |
| parent | 02985b5387b9fcb181d2d89123665e24661482a7 (diff) | |
Add new blog content example
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |
