diff --git a/packages/docusaurus-init/templates/classic/blog/2019-05-28-hola.md b/packages/docusaurus-init/templates/classic/blog/2019-05-28-hola.md index 0224eb775d04..5552da124f7a 100644 --- a/packages/docusaurus-init/templates/classic/blog/2019-05-28-hola.md +++ b/packages/docusaurus-init/templates/classic/blog/2019-05-28-hola.md @@ -2,9 +2,9 @@ id: hola title: Hola author: Gao Wei -authorTitle: Docusaurus Core Team -authorURL: https://github.com/wgao19 -authorImageURL: https://avatars1.githubusercontent.com/u/2055384?v=4 +author_title: Docusaurus Core Team +author_url: https://github.com/wgao19 +author_image_url: https://avatars1.githubusercontent.com/u/2055384?v=4 tags: [hola, docusaurus] --- diff --git a/packages/docusaurus-init/templates/classic/blog/2019-05-29-hello-world.md b/packages/docusaurus-init/templates/classic/blog/2019-05-29-hello-world.md index 0b784595c9bc..3b331939384d 100644 --- a/packages/docusaurus-init/templates/classic/blog/2019-05-29-hello-world.md +++ b/packages/docusaurus-init/templates/classic/blog/2019-05-29-hello-world.md @@ -2,9 +2,9 @@ id: hello-world title: Hello author: Endilie Yacop Sucipto -authorTitle: Maintainer of Docusaurus -authorURL: https://github.com/endiliey -authorImageURL: https://avatars1.githubusercontent.com/u/17883920?s=460&v=4 +author_title: Maintainer of Docusaurus +author_url: https://github.com/endiliey +author_image_url: https://avatars1.githubusercontent.com/u/17883920?s=460&v=4 tags: [hello, docusaurus] --- diff --git a/packages/docusaurus-init/templates/classic/blog/2019-05-30-welcome.md b/packages/docusaurus-init/templates/classic/blog/2019-05-30-welcome.md index f75913b2aeb8..3cb4595faa39 100644 --- a/packages/docusaurus-init/templates/classic/blog/2019-05-30-welcome.md +++ b/packages/docusaurus-init/templates/classic/blog/2019-05-30-welcome.md @@ -2,9 +2,9 @@ id: welcome title: Welcome author: Yangshun Tay -authorTitle: Front End Engineer @ Facebook -authorURL: https://github.com/yangshun -authorImageURL: https://avatars0.githubusercontent.com/u/1315101?s=400&v=4 +author_title: Front End Engineer @ Facebook +author_url: https://github.com/yangshun +author_image_url: https://avatars0.githubusercontent.com/u/1315101?s=400&v=4 tags: [facebook, hello, docusaurus] --- diff --git a/website/docs/blog.md b/website/docs/blog.md index cae86a8324a5..1b84ecdbdff7 100644 --- a/website/docs/blog.md +++ b/website/docs/blog.md @@ -26,9 +26,11 @@ For example, at `my-website/blog/2019-09-05-hello-docusaurus-v2.md`: ```yml --- title: Welcome Docusaurus v2 -author: Dattatreya Tripathy -authorTitle: Contributor of Docusaurus 2 -authorURL: https://github.com/dt97 +author: Joel Marcey +author_title: Co-creator of Docusaurus 1 +author_url: https://github.com/JoelMarcey +author_image_url: https://graph.facebook.com/611217057/picture/?height=200&width=200 +authorURL: https://github.com/JoelMarcey tags: [hello, docusaurus-v2] --- Welcome to this blog. This blog is created with [**Docusaurus 2 alpha**](https://v2.docusaurus.io/). @@ -45,8 +47,9 @@ A whole bunch of exploration to follow. The only required field is `title`; however, we provide options to add author information to your blog post as well along with other options. - `author` - The author name to be displayed. -- `authorURL` - The URL that the author's name will be linked to. This could be a GitHub, Twitter, Facebook account URL, etc. -- `authorImageURL` - The URL to the author's image. +- `author_url` - The URL that the author's name will be linked to. This could be a GitHub, Twitter, Facebook profile URL, etc. +- `author_image_url` - The URL to the author's thumbnail image. +- `author_title` - A description of the author. - `title` - The blog post title. - `tags` - A list of strings to tag to your post. diff --git a/website/docs/migrating-from-v1-to-v2.md b/website/docs/migrating-from-v1-to-v2.md index a2d6d2f00821..fad1520f460c 100644 --- a/website/docs/migrating-from-v1-to-v2.md +++ b/website/docs/migrating-from-v1-to-v2.md @@ -400,9 +400,9 @@ This will copy the current `