From 21e7ee7c511bff38e758e9769e11504106c34bed Mon Sep 17 00:00:00 2001 From: Rise <8315221+AmazingRise@users.noreply.github.com> Date: Sat, 23 Nov 2019 21:23:25 +0800 Subject: Created Post's meta data (markdown) --- Post's-meta-data.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Post's-meta-data.md diff --git a/Post's-meta-data.md b/Post's-meta-data.md new file mode 100644 index 0000000..98acd5d --- /dev/null +++ b/Post's-meta-data.md @@ -0,0 +1,17 @@ +Here is an example of a post. +``` +title: "When You Have Too Much to Do" +date: 2018-03-18T02:01:58+05:30 +description: "You have a to-do list that scrolls on for days. You are managing multiple projects, getting lots of email and messages on different messaging systems, managing finances and personal health habits and so much more." +tags: [Primer, todo] +featured_image: "/images/notebook.jpg" +categories: Todo +comment : false +``` + +`date` is the post's publish date.(Optional) +`description` will be shown in the index page as an abstract of the post. +`featured_image` If featured_image presents, the image specified will show up in the post item, also, the feature image will show up in the detailed post's or page's page. +`tags` is an array of tags. +`categories` is a single element variable. So please don't add a racket outside it. +`comment` if it is `false`, you will get a hint of "Comment diabled." in the bottom of the post. -- cgit v1.2.3