From 8862fd899a376596f65b9bc3a377fe87c3797586 Mon Sep 17 00:00:00 2001 From: vjeantet Date: Thu, 10 Sep 2020 21:37:52 +0200 Subject: convert all frontmatter to YAML --- exampleSite/content/404.md | 6 ++--- exampleSite/content/_layout/footer/_index.md | 4 ++-- exampleSite/content/_layout/netlifycms/_index.md | 6 ++--- exampleSite/content/_layout/netlifycms/config.md | 16 ++++++------- exampleSite/content/_layout/netlifycms/root.md | 10 ++++---- .../content/_layout/sidebar-after/_index.md | 4 ++-- .../content/_layout/sidebar-before/_index.md | 4 ++-- .../00-adding-content/_index.md | 24 +++++++++---------- .../00-adding-content/myslide/index.md | 27 +++++++++++----------- .../00-adding-content/page-images/_index.md | 14 +++++------ .../00-adding-content/page-slide/_index.md | 13 +++++------ .../01-homepage/_index.md | 10 ++++---- .../02-navigation-search/_index.md | 12 +++++----- .../02-navigation-search/menu/_index.md | 11 ++++----- .../02-navigation-search/search/_index.md | 6 ++--- .../02-navigation-search/thefooter/_index.md | 11 ++++----- .../02-navigation-search/theheader/_index.md | 11 ++++----- .../02-navigation-search/toc/_index.md | 11 ++++----- .../03-look-and-feel/_index.md | 10 ++++---- .../03-look-and-feel/colors/_index.md | 9 ++++---- .../03-look-and-feel/css-js/_index.md | 9 ++++---- .../03-look-and-feel/disable/_index.md | 8 +++---- .../04-shortcodes/_index.md | 12 +++++----- .../content/content-and-customization/_index.md | 12 +++++----- exampleSite/content/docport-theme/_index.md | 4 ++-- .../content/docport-theme/credits/_index.md | 12 +++++----- exampleSite/content/examples/_index.md | 2 +- .../examples/page with raw content/_index.md | 4 ++-- .../content/examples/page without footer/_index.md | 2 +- .../content/examples/page without header/_index.md | 3 +-- .../examples/page without next page/_index.md | 4 ++-- .../page without sidebar and toc/_index.md | 2 +- .../content/examples/page without toc/_index.md | 2 +- .../content/examples/page-without-any/_index.md | 16 +++++-------- exampleSite/content/getting-start/_index.md | 12 +++++----- .../content/getting-start/configuration/_index.md | 10 ++++---- .../installation/As-git-clone/_index.md | 12 +++++----- .../content/getting-start/installation/_index.md | 11 ++++----- .../installation/direct copy/_index.md | 12 +++++----- exampleSite/content/shortcodes/_index.md | 15 ++++++------ exampleSite/content/shortcodes/alert/_index.md | 8 +++---- .../content/shortcodes/attachments/_index.md | 8 +++---- exampleSite/content/shortcodes/button/_index.md | 8 +++---- exampleSite/content/shortcodes/children/_index.md | 8 +++---- .../shortcodes/children/children-1/_index.md | 8 +++---- .../children/children-1/children-1-1/_index.md | 8 +++---- .../children-1-1/children-1-1-1/_index.md | 8 +++---- .../children-1-1-1/children-1-1-1-1/_index.md | 8 +++---- .../children-1-1-1-1/children-1-1-1-1-1/_index.md | 8 +++---- .../shortcodes/children/children-2/_index.md | 8 +++---- .../shortcodes/children/children-2/test3.md | 8 +++---- .../shortcodes/children/children-3/_index.md | 8 +++---- .../shortcodes/children/children-4/_index.md | 10 ++++---- exampleSite/content/shortcodes/children/test.md | 8 +++---- exampleSite/content/shortcodes/columns/_index.md | 8 +++---- .../content/shortcodes/excerpt-include/_index.md | 9 ++++---- exampleSite/content/shortcodes/excerpt/_index.md | 9 ++++---- exampleSite/content/shortcodes/expand/_index.md | 8 +++---- exampleSite/content/shortcodes/icon/_index.md | 10 ++++---- exampleSite/content/shortcodes/mermaid/_index.md | 9 ++++---- exampleSite/content/shortcodes/notice/_index.md | 8 +++---- exampleSite/content/shortcodes/panel/_index.md | 8 +++---- exampleSite/content/shortcodes/revealjs/_index.md | 10 ++++---- exampleSite/content/shortcodes/tabs/_index.md | 8 +++---- 64 files changed, 286 insertions(+), 298 deletions(-) diff --git a/exampleSite/content/404.md b/exampleSite/content/404.md index e7fcdff..c980dfc 100644 --- a/exampleSite/content/404.md +++ b/exampleSite/content/404.md @@ -1,10 +1,10 @@ --- -title: Whoops! Page not found +date: "2020-09-08T20:40:23.389Z" description: This is a 404 page -date: 2020-09-08T20:40:23.389Z -layout: page hidden: true hide: toc, nav, breadcrumb, nextpage +layout: page +title: Whoops! Page not found url: 404.html --- That page can't be found. diff --git a/exampleSite/content/_layout/footer/_index.md b/exampleSite/content/_layout/footer/_index.md index 08a41d6..600271f 100644 --- a/exampleSite/content/_layout/footer/_index.md +++ b/exampleSite/content/_layout/footer/_index.md @@ -1,7 +1,7 @@ --- -title: Footer -date: 2020-08-20T15:41:15.543Z +date: "2020-08-20T15:41:15.543Z" description: Footer +title: Footer ---