From 2f4973ccb846d365a6cb320671eeda310be47bd8 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Thu, 20 Aug 2020 13:22:17 +0000 Subject: [PATCH] Deploy website Deploy website version based on 3ea2f8cfdeaa7aa611f93f27955835afa3716496 --- docs/en/next/adding-blog.html | 16 +++++++++++++++- docs/en/next/adding-blog/index.html | 16 +++++++++++++++- docs/fr/next/adding-blog.html | 14 ++++++++++++++ docs/fr/next/adding-blog/index.html | 14 ++++++++++++++ docs/ko/next/adding-blog.html | 14 ++++++++++++++ docs/ko/next/adding-blog/index.html | 14 ++++++++++++++ docs/pt-BR/next/adding-blog.html | 14 ++++++++++++++ docs/pt-BR/next/adding-blog/index.html | 14 ++++++++++++++ docs/ro/next/adding-blog.html | 14 ++++++++++++++ docs/ro/next/adding-blog/index.html | 14 ++++++++++++++ docs/ru/next/adding-blog.html | 14 ++++++++++++++ docs/ru/next/adding-blog/index.html | 14 ++++++++++++++ docs/zh-CN/next/adding-blog.html | 14 ++++++++++++++ docs/zh-CN/next/adding-blog/index.html | 14 ++++++++++++++ 14 files changed, 198 insertions(+), 2 deletions(-) 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