commit 11ce8294ccd2a0e599a308be8479c1a725957ca9
parent 7da563c76ef1a2bee6201e10a6c84f313b5dd717
Author: Agastya Chandrakant <me@hanabi.in>
Date: Sun, 15 Sep 2019 16:26:34 +0530
Merge branch 'master' of https://github.com/cognitive137/sana137.in
Diffstat:
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
@@ -39,12 +39,14 @@ In every blog post, it is necessary to start the blog post with the following co
```markdown
---
-path: '/uri-to-blog-post'
+cover: 'www.example.com/path/to/cover/img'
date: 'yyyy-mm-dd'
-title: 'Blog Post’s Title'
-tags: ['some', 'tags', 'in', 'lowercase']
-cover: 'www.example.com/path/to/cover/img?compulsory=true'
excerpt: 'Add excerpt here'
+page: 'true/false'
+path: '/uri-to-blog-post'
+tags: ['some', 'tags', 'in', 'lowercase']
+title: 'Blog Post’s Title'
+
---
```