diff --git a/docs/en/next/adding-blog.html b/docs/en/next/adding-blog.html index d1d0e6ddbf..df1e073cfb 100644 --- a/docs/en/next/adding-blog.html +++ b/docs/en/next/adding-blog.html @@ -101,6 +101,19 @@ --- Lorem Ipsum... +

Adding slug will override the url of the blog post.

+

For example:

+
---
+slug: introducing-docusaurus
+title: Introducing Docusaurus
+author: Joel Marcey
+authorURL: http://twitter.com/JoelMarcey
+authorFBID: 611217057
+authorTwitter: JoelMarcey
+---
+Lorem Ipsum...
+
+

Will be available at https://website/blog/introducing-docusaurus

Header Options

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

Summary Truncation

@@ -176,7 +190,7 @@ </body> </html> -
Last updated on 7/20/2020 by Mahfoudh Arous
DockerCustom Pages