Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AmazingRise/hugo-theme-diary.wiki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRise <8315221+AmazingRise@users.noreply.github.com>2019-11-23 16:23:25 +0300
committerRise <8315221+AmazingRise@users.noreply.github.com>2019-11-23 16:23:25 +0300
commit21e7ee7c511bff38e758e9769e11504106c34bed (patch)
treeda9ebbcc0633855247a281a04b49ea23808659ac
parentf55b86ab26cd6a13a1cf5ea5ed2cee0fdd16db17 (diff)
Created Post's meta data (markdown)
-rw-r--r--Post's-meta-data.md17
1 files changed, 17 insertions, 0 deletions
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.