We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
show_quote
1 parent 39ef0ee commit a9574c6Copy full SHA for a9574c6
content/blog/YYYY-MM-DD-Draft-blog-post.md
@@ -3,6 +3,7 @@
3
title = "Your blog post title"
4
# You can also override the default blog post template, but that's not required
5
# template = "blog_post.html"
6
+# It is used as the description of the Blog post in the list
7
description = "Description of your blog post for the blog listing"
8
# The date is set by the filename but we need to use it here,
9
# as the file does not contain a valid date "YYYY-MM-DD"
@@ -11,6 +12,10 @@ date = "2022-01-01"
11
12
draft = true
13
[extra]
14
15
+# Show a quote (first 300 characters) from the content of the blog
16
+# The quote shows below the description.
17
+show_quote = false
18
+
19
[[extra.author]]
20
name = "The AeroRust community"
21
# The author's twitter account
0 commit comments