sana137.in

Sana's gatsbyjs-based blog
git clone http://git.hanabi.in/repos/sana137.in.git
Log | Files | Refs | README | LICENSE

commit 825a0cddd89a26cfedf6d330ec855d394f06b9d2
parent d69471c1bf2a4a75c8526328c651e372e64fc5c7
Author: cognitive137 <36829952+cognitive137@users.noreply.github.com>
Date:   Sat, 14 Sep 2019 20:37:04 +0530

update frontmatter
Diffstat:
MREADME.md | 10++++++----
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' + --- ```