diff --git a/docs/blog.html b/docs/blog.html index 944bb0936c..cdc7c2900b 100644 --- a/docs/blog.html +++ b/docs/blog.html @@ -8,14 +8,14 @@ ... {blog: true, label: 'Blog'}, ... -]

Adding blog posts #

To publish in the blog, create a file within the blog folder with a formatted name of YYYY-MM-DD-My-Blog-Post-Title.md. The post date is extracted from the file name.

For example, we will create the following file website/blog/2017-08-18-Introducing-Docusaurus.md:

---
+]

Adding Posts #

To publish in the blog, create a file within the blog folder with a formatted name of YYYY-MM-DD-My-Blog-Post-Title.md. The post date is extracted from the file name.

For example, at website/blog/2017-08-18-Introducing-Docusaurus.md:

---
 author: Frank Li
 authorURL: https://twitter.com/foobarbaz
 authorFBID: 503283835
 title: Introducing Docusaurus
 ---
 
-Lorem Ipusm..

Blog Post Summaries #

Use the <!--truncate--> marker in your blog post to represent what will be shown as the summary when viewing all blog published blog posts. Anything above <!--truncate--> will be part of the summary. For example:

---
+Lorem Ipusm..

Header Options #

The only required field is title; however, we provide options to add author information to your blog post as well.

Summary Truncation #

Use the <!--truncate--> marker in your blog post to represent what will be shown as the summary when viewing all blog published blog posts. Anything above <!--truncate--> will be part of the summary. For example:

---
 title: Truncation Exmaple
 ---
 
@@ -29,5 +29,5 @@ But anything from here on down will not bethis.
 
-Or this.

Special blog post header options #

The only required field is title; however, we provide options to add author information to your blog post as well.

← PreviousNext →