diff --git a/archetypes/chapter.md b/archetypes/chapter.md
index a29ba1bd4c..6669355332 100644
--- a/archetypes/chapter.md
+++ b/archetypes/chapter.md
@@ -1,9 +1,8 @@
+++
-title = "{{ replace .Name "-" " " | title }}"
-date = {{ .Date }}
-weight = 5
chapter = true
pre = "X. "
+title = "{{ replace .Name "-" " " | title }}"
+weight = 5
+++
### Chapter X
diff --git a/archetypes/default.md b/archetypes/default.md
index 5124e2a774..0af9e2105c 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -1,6 +1,5 @@
+++
title = "{{ replace .Name "-" " " | title }}"
-date = {{ .Date }}
weight = 5
+++
diff --git a/exampleSite/content/_index.en.md b/exampleSite/content/_index.en.md
index d4cf3e3c9b..7e3c45747f 100644
--- a/exampleSite/content/_index.en.md
+++ b/exampleSite/content/_index.en.md
@@ -1,6 +1,6 @@
----
-title: "Relearn Theme for Hugo"
----
++++
+title = "Relearn Theme for Hugo"
++++
# Hugo Relearn Theme
diff --git a/exampleSite/content/basics/_index.en.md b/exampleSite/content/basics/_index.en.md
index 56e2968e25..2c23f2e19a 100755
--- a/exampleSite/content/basics/_index.en.md
+++ b/exampleSite/content/basics/_index.en.md
@@ -1,9 +1,9 @@
----
-title: Basics
-weight: 5
-pre: "1. "
-chapter: true
----
++++
+chapter = true
+pre = "1. "
+title = "Basics"
+weight = 5
++++
### Chapter 1
diff --git a/exampleSite/content/basics/configuration/_index.en.md b/exampleSite/content/basics/configuration/_index.en.md
index 32473a3d57..c1bf5e9219 100644
--- a/exampleSite/content/basics/configuration/_index.en.md
+++ b/exampleSite/content/basics/configuration/_index.en.md
@@ -1,8 +1,7 @@
----
-date: 2016-04-09T16:50:16+02:00
-title: Configuration
-weight: 20
----
++++
+title = "Configuration"
+weight = 20
++++
## Global site parameters
diff --git a/exampleSite/content/basics/customization/_index.en.md b/exampleSite/content/basics/customization/_index.en.md
index d14fd4c463..f304648b81 100644
--- a/exampleSite/content/basics/customization/_index.en.md
+++ b/exampleSite/content/basics/customization/_index.en.md
@@ -1,8 +1,7 @@
----
-date: 2016-04-09T16:50:16+02:00
-title: Customization
-weight: 25
----
++++
+title = "Customization"
+weight = 25
++++
**Hugo-theme-relearn** has been built to be as configurable as possible by defining multiple [partials](https://gohugo.io/templates/partials/)
diff --git a/exampleSite/content/basics/history/_index.en.md b/exampleSite/content/basics/history/_index.en.md
index 82db1e1409..9e0c82d122 100644
--- a/exampleSite/content/basics/history/_index.en.md
+++ b/exampleSite/content/basics/history/_index.en.md
@@ -1,6 +1,5 @@
----
-date: 2021-08-23T16:50:16+02:00
-title: History
-weight: 30
----
++++
+title = "History"
+weight = 30
++++
{{% include "basics/CHANGELOG.md" %}}
diff --git a/exampleSite/content/basics/installation/_index.en.md b/exampleSite/content/basics/installation/_index.en.md
index 5a4384e642..bbdfcff426 100644
--- a/exampleSite/content/basics/installation/_index.en.md
+++ b/exampleSite/content/basics/installation/_index.en.md
@@ -1,7 +1,7 @@
----
-title: Installation
-weight: 15
----
++++
+title = "Installation"
+weight = 15
++++
The following steps are here to help you initialize your new website. If you don't know Hugo at all, we strongly suggest you learn more about it by following this [great documentation for beginners](https://gohugo.io/overview/quickstart/).
diff --git a/exampleSite/content/basics/migration/_index.en.md b/exampleSite/content/basics/migration/_index.en.md
index ac9f395e9c..0fba09cb23 100644
--- a/exampleSite/content/basics/migration/_index.en.md
+++ b/exampleSite/content/basics/migration/_index.en.md
@@ -1,7 +1,6 @@
----
-date: 2021-08-23T16:50:16+02:00
-title: Migration
-weight: 17
----
++++
+title = "Migration"
+weight = 17
++++
If you are coming from a previous version of the theme or even from the hugo-theme-learn. You may want to achieve old behaviour in case of an update.
diff --git a/exampleSite/content/basics/requirements/_index.en.md b/exampleSite/content/basics/requirements/_index.en.md
index d458eebb50..5a73a1cc8c 100755
--- a/exampleSite/content/basics/requirements/_index.en.md
+++ b/exampleSite/content/basics/requirements/_index.en.md
@@ -1,8 +1,8 @@
----
-title: Requirements
-weight: 10
-disableToc: true
----
++++
+disableToc = true
+title = "Requirements"
+weight = 10
++++
Thanks to the simplicity of Hugo, this page is as empty as this theme needs requirements.
diff --git a/exampleSite/content/cont/_index.en.md b/exampleSite/content/cont/_index.en.md
index cbdc696a10..a9c47579b9 100755
--- a/exampleSite/content/cont/_index.en.md
+++ b/exampleSite/content/cont/_index.en.md
@@ -1,9 +1,9 @@
----
-title: Content
-weight: 10
-chapter: true
-pre: "2. "
----
++++
+chapter = true
+pre = "2. "
+title = "Content"
+weight = 10
++++
### Chapter 2
diff --git a/exampleSite/content/cont/archetypes.en.md b/exampleSite/content/cont/archetypes.en.md
index c78c7a0785..044b63c93b 100644
--- a/exampleSite/content/cont/archetypes.en.md
+++ b/exampleSite/content/cont/archetypes.en.md
@@ -1,7 +1,7 @@
----
-title: Archetypes
-weight: 10
----
++++
+title = "Archetypes"
+weight = 10
++++
Using the command: `hugo new [relative new content path]`, you can start a content file with the date and title automatically set. While this is a welcome feature, active writers need more: [archetypes](https://gohugo.io/content/archetypes/).
@@ -19,11 +19,10 @@ It will create a page with predefined Front-Matter:
```toml
+++
-title = "{{ replace .Name "-" " " | title }}"
-date = {{ .Date }}
-weight = 5
chapter = true
pre = "X. "
+title = "{{ replace .Name "-" " " | title }}"
+weight = 5
+++
### Chapter X
@@ -52,7 +51,6 @@ It will create a page with predefined Front-Matter:
```toml
+++
title = "{{ replace .Name "-" " " | title }}"
-date = {{ .Date }}
weight = 5
+++
diff --git a/exampleSite/content/cont/i18n/_index.en.md b/exampleSite/content/cont/i18n/_index.en.md
index 442fd6e68c..20683f677e 100644
--- a/exampleSite/content/cont/i18n/_index.en.md
+++ b/exampleSite/content/cont/i18n/_index.en.md
@@ -1,8 +1,7 @@
----
-date: 2016-04-09T16:50:16+02:00
-title: Multilingual and i18n
-weight: 30
----
++++
+title = "Multilingual and i18n"
+weight = 30
++++
**Relearn theme** is fully compatible with Hugo multilingual mode.
diff --git a/exampleSite/content/cont/icons.en.md b/exampleSite/content/cont/icons.en.md
index 7d5d7b2389..902ca82c4a 100644
--- a/exampleSite/content/cont/icons.en.md
+++ b/exampleSite/content/cont/icons.en.md
@@ -1,7 +1,7 @@
----
-title: Icons and logos
-weight: 27
----
++++
+title = "Icons and logos"
+weight = 27
++++
The Relearn theme for Hugo loads the [**Font Awesome**](https://fontawesome.com) library, allowing you to easily display any icon or logo available in the Font Awesome free collection.
diff --git a/exampleSite/content/cont/markdown.en.md b/exampleSite/content/cont/markdown.en.md
index 7caa0ab24e..e58d42fc4c 100644
--- a/exampleSite/content/cont/markdown.en.md
+++ b/exampleSite/content/cont/markdown.en.md
@@ -1,8 +1,7 @@
----
-date: 2016-04-09T16:50:16+02:00
-title: Markdown syntax
-weight: 15
----
++++
+title = "Markdown syntax"
+weight = 15
++++
Let's face it: Writing content for the Web is tiresome. WYSIWYG editors help alleviate this task, but they generally result in horrible code, or worse yet, ugly web pages.
diff --git a/exampleSite/content/cont/menushortcuts.en.md b/exampleSite/content/cont/menushortcuts.en.md
index 47090ded84..ca0847ecd9 100644
--- a/exampleSite/content/cont/menushortcuts.en.md
+++ b/exampleSite/content/cont/menushortcuts.en.md
@@ -1,8 +1,7 @@
----
-date: 2016-04-09T16:50:16+02:00
-title: Menu extra shortcuts
-weight: 25
----
++++
+title = "Menu extra shortcuts"
+weight = 25
++++
You can define additional menu entries or shortcuts in the navigation menu without any link to content.
diff --git a/exampleSite/content/cont/pages/_index.en.md b/exampleSite/content/cont/pages/_index.en.md
index aed0484689..f0eccbdd8e 100644
--- a/exampleSite/content/cont/pages/_index.en.md
+++ b/exampleSite/content/cont/pages/_index.en.md
@@ -1,8 +1,7 @@
----
-date: 2016-04-09T16:50:16+02:00
-title: Pages organization
-weight: 5
----
++++
+title = "Pages organization"
+weight = 5
++++
In **Hugo**, pages are the core of your site. Once it is configured, pages are definitely the added value to your documentation site.
@@ -51,10 +50,10 @@ You can define any HTML as prefix for the menu. In the example below, it's just
```markdown
+++
-title = "Basics"
chapter = true
-weight = 5
pre = "1. "
+title = "Basics"
+weight = 5
+++
### Chapter 1
@@ -91,7 +90,7 @@ hugo new site
## Front Matter configuration
-Each Hugo page has to define a [Front Matter](https://gohugo.io/content/front-matter/) in *yaml*, *toml* or *json*.
+Each Hugo page has to define a [Front Matter](https://gohugo.io/content/front-matter/) in *toml*, *yaml* or *json*. This site will use *toml* in all cases.
**Hugo-theme-relearn** uses the following parameters on top of Hugo ones :
diff --git a/exampleSite/content/cont/syntaxhighlight.en.md b/exampleSite/content/cont/syntaxhighlight.en.md
index 4224b90b3d..0ce5396b79 100644
--- a/exampleSite/content/cont/syntaxhighlight.en.md
+++ b/exampleSite/content/cont/syntaxhighlight.en.md
@@ -1,8 +1,7 @@
----
-date: 2020-06-01T13:31:12+01:00
-title: Code highlighting
-weight: 16
----
++++
+title = "Code highlighting"
+weight = 16
++++
Relearn theme uses [Hugo's built-in syntax highlighting](https://gohugo.io/content-management/syntax-highlighting/) for code.
diff --git a/exampleSite/content/cont/tags.en.md b/exampleSite/content/cont/tags.en.md
index 2b75fce175..98c846baf2 100644
--- a/exampleSite/content/cont/tags.en.md
+++ b/exampleSite/content/cont/tags.en.md
@@ -1,9 +1,8 @@
----
-date: 2018-11-29T08:41:44+01:00
-title: Tags
-weight: 40
-tags: ["documentation", "tutorial"]
----
++++
+tags = ["documentation", "tutorial"]
+title = "Tags"
+weight = 40
++++
*Relearn theme* supports one default taxonomy of Hugo: the *tag* feature.
@@ -11,13 +10,12 @@ tags: ["documentation", "tutorial"]
Just add tags to any page:
-```markdown
----
-date: 2018-11-29T08:41:44+01:00
-title: Theme tutorial
-weight: 15
-tags: ["tutorial", "theme"]
----
+```toml
++++
+tags = ["tutorial", "theme"]
+title = "Theme tutorial"
+weight = 15
++++
```
## Behavior
diff --git a/exampleSite/content/credits.en.md b/exampleSite/content/credits.en.md
index 9f2949ea1f..5c11664e20 100644
--- a/exampleSite/content/credits.en.md
+++ b/exampleSite/content/credits.en.md
@@ -1,7 +1,7 @@
----
-title: Credits
-disableToc: true
----
++++
+disableToc = true
+title = "Credits"
++++
## Contributors
diff --git a/exampleSite/content/shortcodes/_index.en.md b/exampleSite/content/shortcodes/_index.en.md
index 51f46485b8..79f7ff4a8d 100644
--- a/exampleSite/content/shortcodes/_index.en.md
+++ b/exampleSite/content/shortcodes/_index.en.md
@@ -1,9 +1,8 @@
----
-date: 2016-04-09T16:50:16+02:00
-title: Shortcodes
-pre: "3. "
-weight: 15
----
++++
+pre = "3. "
+title = "Shortcodes"
+weight = 15
++++
Hugo uses Markdown for its simple content format. However, there are a lot of things that Markdown doesn’t support well. You could use pure HTML to expand possibilities.
diff --git a/exampleSite/content/shortcodes/attachments.en.md b/exampleSite/content/shortcodes/attachments.en.md
index f27608e083..4dce4b9c89 100644
--- a/exampleSite/content/shortcodes/attachments.en.md
+++ b/exampleSite/content/shortcodes/attachments.en.md
@@ -1,7 +1,7 @@
----
-title: Attachments
-description : "The Attachments shortcode displays a list of files attached to a page."
----
++++
+description = "The Attachments shortcode displays a list of files attached to a page."
+title = "Attachments"
++++
The Attachments shortcode displays a list of files attached to a page.
diff --git a/exampleSite/content/shortcodes/button.en.md b/exampleSite/content/shortcodes/button.en.md
index d0cea54b5a..086c82a49f 100644
--- a/exampleSite/content/shortcodes/button.en.md
+++ b/exampleSite/content/shortcodes/button.en.md
@@ -1,7 +1,7 @@
----
-title: Button
-description : "Nice buttons on your page."
----
++++
+description = "Nice buttons on your page."
+title = "Button"
++++
A button is a just a clickable button with optional icon.
diff --git a/exampleSite/content/shortcodes/children/_index.en.md b/exampleSite/content/shortcodes/children/_index.en.md
index 56a6bfe059..e716f6bca9 100644
--- a/exampleSite/content/shortcodes/children/_index.en.md
+++ b/exampleSite/content/shortcodes/children/_index.en.md
@@ -1,8 +1,8 @@
----
-title : Children
-description : List the child pages of a page
-alwaysopen : false
----
++++
+alwaysopen = false
+description = "List the child pages of a page"
+title = "Children"
++++
Use the children shortcode to list the child pages of a page and the further descendants (children's children). By default, the shortcode displays links to the child pages.
diff --git a/exampleSite/content/shortcodes/children/children-1/_index.en.md b/exampleSite/content/shortcodes/children/children-1/_index.en.md
index d7be6be8bb..0891b5770a 100644
--- a/exampleSite/content/shortcodes/children/children-1/_index.en.md
+++ b/exampleSite/content/shortcodes/children/children-1/_index.en.md
@@ -1,7 +1,7 @@
+++
-title = "page 1"
-description = "This is a demo child page"
alwaysopen = false
+description = "This is a demo child page"
+title = "page 1"
+++
This is a demo child page
\ No newline at end of file
diff --git a/exampleSite/content/shortcodes/children/children-1/children-1-1/_index.en.md b/exampleSite/content/shortcodes/children/children-1/children-1-1/_index.en.md
index a4982f96ed..08ec7acaab 100644
--- a/exampleSite/content/shortcodes/children/children-1/children-1-1/_index.en.md
+++ b/exampleSite/content/shortcodes/children/children-1/children-1-1/_index.en.md
@@ -1,6 +1,6 @@
+++
-title = "page 1-1"
description = "This is a demo child page"
+title = "page 1-1"
+++
This is a demo child page
\ No newline at end of file
diff --git a/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/_index.en.md b/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/_index.en.md
index 5ce56f4da0..14796ff99c 100644
--- a/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/_index.en.md
+++ b/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/_index.en.md
@@ -1,6 +1,6 @@
+++
-title = "page 1-1-1"
description = "This is a demo child page"
+title = "page 1-1-1"
+++
This is a demo child page
\ No newline at end of file
diff --git a/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/_index.en.md b/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/_index.en.md
index d5d9ab277b..9df1ca87c5 100644
--- a/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/_index.en.md
+++ b/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/_index.en.md
@@ -1,6 +1,6 @@
+++
-title = "page 1-1-1-1"
description = "This is a demo child page"
+title = "page 1-1-1-1"
+++
This is a demo child page
\ No newline at end of file
diff --git a/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/_index.en.md b/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/_index.en.md
index 883b5b218c..a14aa6781b 100644
--- a/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/_index.en.md
+++ b/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/_index.en.md
@@ -1,6 +1,6 @@
+++
-title = "page 1-1-1-1-1"
description = "This is a demo child page"
+title = "page 1-1-1-1-1"
+++
This is a demo child page
\ No newline at end of file
diff --git a/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-2/_index.en.md b/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-2/_index.en.md
index 39064567a2..fc7137bfb4 100644
--- a/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-2/_index.en.md
+++ b/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-2/_index.en.md
@@ -1,6 +1,6 @@
+++
-title = "page 1-1-2"
description = "This is a demo child page"
+title = "page 1-1-2"
+++
This is a demo child page
\ No newline at end of file
diff --git a/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-2/children-1-1-2-1/_index.en.md b/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-2/children-1-1-2-1/_index.en.md
index 854138911f..06ad4f3328 100644
--- a/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-2/children-1-1-2-1/_index.en.md
+++ b/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-2/children-1-1-2-1/_index.en.md
@@ -1,6 +1,6 @@
+++
-title = "page 1-1-2-1"
description = "This is a demo child page"
+title = "page 1-1-2-1"
+++
This is a demo child page
\ No newline at end of file
diff --git a/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-2/children-1-1-2-2/_index.en.md b/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-2/children-1-1-2-2/_index.en.md
index c392fb6028..d9a28857a4 100644
--- a/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-2/children-1-1-2-2/_index.en.md
+++ b/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-2/children-1-1-2-2/_index.en.md
@@ -1,6 +1,6 @@
+++
-title = "page 1-1-2-2"
description = "This is a demo child page"
+title = "page 1-1-2-2"
+++
This is a demo child page
\ No newline at end of file
diff --git a/exampleSite/content/shortcodes/children/children-2/_index.en.md b/exampleSite/content/shortcodes/children/children-2/_index.en.md
index a35dde3d97..7fb29207d8 100644
--- a/exampleSite/content/shortcodes/children/children-2/_index.en.md
+++ b/exampleSite/content/shortcodes/children/children-2/_index.en.md
@@ -1,7 +1,7 @@
+++
-title = "page 2"
-description = ""
alwaysopen = false
+description = ""
+title = "page 2"
+++
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
diff --git a/exampleSite/content/shortcodes/children/children-2/test3.en.md b/exampleSite/content/shortcodes/children/children-2/test3.en.md
index f603d4c0cb..cf17c7c970 100644
--- a/exampleSite/content/shortcodes/children/children-2/test3.en.md
+++ b/exampleSite/content/shortcodes/children/children-2/test3.en.md
@@ -1,6 +1,6 @@
+++
-title = "page test 3"
description = "This is a page test"
+title = "page test 3"
+++
This is a test 3 demo child page
\ No newline at end of file
diff --git a/exampleSite/content/shortcodes/children/children-3/_index.en.md b/exampleSite/content/shortcodes/children/children-3/_index.en.md
index 72925af60c..99d243ce57 100644
--- a/exampleSite/content/shortcodes/children/children-3/_index.en.md
+++ b/exampleSite/content/shortcodes/children/children-3/_index.en.md
@@ -1,7 +1,7 @@
+++
-title = "page 3"
-description = "This is a demo child page"
alwaysopen = false
+description = "This is a demo child page"
+title = "page 3"
+++
This is a demo child page, not displayed in the menu
\ No newline at end of file
diff --git a/exampleSite/content/shortcodes/children/children-4/_index.en.md b/exampleSite/content/shortcodes/children/children-4/_index.en.md
index b81706a474..0f5e5f765e 100644
--- a/exampleSite/content/shortcodes/children/children-4/_index.en.md
+++ b/exampleSite/content/shortcodes/children/children-4/_index.en.md
@@ -1,8 +1,8 @@
+++
-title = "page 4"
+alwaysopen = false
description = "This is a demo child page"
hidden = true
-alwaysopen = false
+title = "page 4"
+++
This is a demo child page, not displayed in the menu
\ No newline at end of file
diff --git a/exampleSite/content/shortcodes/children/test.en.md b/exampleSite/content/shortcodes/children/test.en.md
index 7273459512..84547f5845 100644
--- a/exampleSite/content/shortcodes/children/test.en.md
+++ b/exampleSite/content/shortcodes/children/test.en.md
@@ -1,6 +1,6 @@
+++
-title = "page test"
description = "This is a page test"
+title = "page test"
+++
This is a test demo child page
\ No newline at end of file
diff --git a/exampleSite/content/shortcodes/expand.en.md b/exampleSite/content/shortcodes/expand.en.md
index 6be3364824..a3ff9824b0 100644
--- a/exampleSite/content/shortcodes/expand.en.md
+++ b/exampleSite/content/shortcodes/expand.en.md
@@ -1,7 +1,7 @@
----
-title : Expand
-description : "Displays an expandable/collapsible section of text on your page"
----
++++
+description = "Displays an expandable/collapsible section of text on your page"
+title = "Expand"
++++
The Expand shortcode displays an expandable/collapsible section of text on your page.
diff --git a/exampleSite/content/shortcodes/include.en.md b/exampleSite/content/shortcodes/include.en.md
index 4173970655..edf34c39ab 100644
--- a/exampleSite/content/shortcodes/include.en.md
+++ b/exampleSite/content/shortcodes/include.en.md
@@ -1,7 +1,7 @@
----
-title: Include
-description: "Displays content from other markdown files"
----
++++
+description = "Displays content from other markdown files"
+title = "Include"
++++
The include shortcode includes other files from your project inside of the current file. This can even contain markdown and will be taken into account when generating the table of contents.
diff --git a/exampleSite/content/shortcodes/mermaid.en.md b/exampleSite/content/shortcodes/mermaid.en.md
index 7a7079162e..88f3097b4d 100644
--- a/exampleSite/content/shortcodes/mermaid.en.md
+++ b/exampleSite/content/shortcodes/mermaid.en.md
@@ -1,8 +1,7 @@
-
----
-title : "Mermaid"
-description : "Generation of diagram and flowchart from text in a similar manner as markdown"
----
++++
+description = "Generation of diagram and flowchart from text in a similar manner as markdown"
+title = "Mermaid"
++++
[Mermaid](https://mermaidjs.github.io/) is a library helping you to generate diagram and flowcharts from text, in a similar manner as Markdown.
diff --git a/exampleSite/content/shortcodes/notice.en.md b/exampleSite/content/shortcodes/notice.en.md
index efa8ecd888..6a5ec9d2ff 100644
--- a/exampleSite/content/shortcodes/notice.en.md
+++ b/exampleSite/content/shortcodes/notice.en.md
@@ -1,7 +1,7 @@
----
-title: Notice
-description: "Disclaimers to help you structure your page"
----
++++
+description = "Disclaimers to help you structure your page"
+title = "Notice"
++++
The notice shortcode shows four types of disclaimers to help you structure your page.
diff --git a/exampleSite/content/shortcodes/siteparam.en.md b/exampleSite/content/shortcodes/siteparam.en.md
index db9c06678d..458036f616 100644
--- a/exampleSite/content/shortcodes/siteparam.en.md
+++ b/exampleSite/content/shortcodes/siteparam.en.md
@@ -1,7 +1,7 @@
----
-title: Site param
-description : "Get value of site params variables in your page."
----
++++
+description = "Get value of site params variables in your page."
+title = "Site param"
++++
`siteparam` shortcode is used to help you print values of site params.
diff --git a/exampleSite/content/shortcodes/tabs.en.md b/exampleSite/content/shortcodes/tabs.en.md
index d71fc275b9..34d8c46c57 100644
--- a/exampleSite/content/shortcodes/tabs.en.md
+++ b/exampleSite/content/shortcodes/tabs.en.md
@@ -1,7 +1,7 @@
----
-title: Tabbed views
-description : "Synchronize selection of content in different tabbed views"
----
++++
+description = "Synchronize selection of content in different tabbed views"
+title = "Tabbed views"
++++
Choose which content to see across the page. Very handy for providing code
snippets for multiple languages or providing configuration in different formats.
diff --git a/exampleSite/content/showcase.en.md b/exampleSite/content/showcase.en.md
index 4d06d8b41c..a48ca6ce11 100644
--- a/exampleSite/content/showcase.en.md
+++ b/exampleSite/content/showcase.en.md
@@ -1,7 +1,7 @@
----
-title: Showcase
-disableToc: true
----
++++
+disableToc = true
+title = "Showcase"
++++
#### [TAT](https://ovh.github.io/tat/overview/) by OVH
![TAT image](/images/showcase/tat.png?width=50pc)