From 96146d9ab63c659556464742a61ef8dc0a13132e Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Sun, 30 Jul 2023 20:00:39 +0000
Subject: [PATCH] use toml

---
 exampleSite/content/docs/compose/shortcodes-example.md  |   14 ++--
 exampleSite/content/docs/compose/mermaid.md             |   10 +-
 exampleSite/content/_index.md                           |    2 
 exampleSite/content/docs/_index.md                      |    8 +-
 exampleSite/content/docs/clarity/features.md            |    8 +-
 exampleSite/content/docs/clarity/syntax-highlighting.md |    2 
 exampleSite/content/tutorials/example/_index.md         |    8 +-
 exampleSite/content/blog/emoji-support.md               |    2 
 exampleSite/content/blog/hugoisforlovers.md             |    2 
 exampleSite/content/docs/clarity/_index.md              |    8 +-
 exampleSite/content/docs/clarity/getting-started.md     |    8 +-
 exampleSite/content/blog/creating-a-new-theme.md        |   12 ++--
 exampleSite/content/blog/goisforlovers.md               |    2 
 exampleSite/content/tutorials/example/mermaid.md        |   10 +-
 exampleSite/content/docs/clarity/theme-overrides.md     |    2 
 exampleSite/content/docs/compose/install-theme.md       |   13 ++--
 exampleSite/content/tutorials/_index.md                 |    8 +-
 exampleSite/content/docs/clarity/customize.md           |    8 +-
 exampleSite/content/blog/migrate-from-jekyll.md         |   10 +-
 exampleSite/content/docs/compose/_index.md              |    8 +-
 20 files changed, 72 insertions(+), 73 deletions(-)

diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
index 6440baf..44b920e 100644
--- a/exampleSite/content/_index.md
+++ b/exampleSite/content/_index.md
@@ -6,8 +6,8 @@
 columnTitles = ["Section", "Status", "Author"]
 fileLink = "content/projects.csv"
 title = "Projects"
-
 +++
+
 {{< block "grid-2" >}}
 {{< column >}}
 
diff --git a/exampleSite/content/blog/creating-a-new-theme.md b/exampleSite/content/blog/creating-a-new-theme.md
index 48b948b..64ae76b 100644
--- a/exampleSite/content/blog/creating-a-new-theme.md
+++ b/exampleSite/content/blog/creating-a-new-theme.md
@@ -1,9 +1,9 @@
----
-author: Michael Henderson
-date: 2014-09-28
-title: Creating a New Theme
-image: boy.jpg
----
++++
+author = "Michael Henderson"
+date = 2014-09-28
+title = "Creating a New Theme"
+image = "/images/boy.jpg"
++++
 
 ## Introduction
 
diff --git a/exampleSite/content/blog/emoji-support.md b/exampleSite/content/blog/emoji-support.md
index 8acddee..57c88c1 100644
--- a/exampleSite/content/blog/emoji-support.md
+++ b/exampleSite/content/blog/emoji-support.md
@@ -4,7 +4,7 @@
 date = "2019-03-05"
 description = "Guide to emoji usage in Hugo"
 tags = ["emoji"]
-image = "artist.jpg"
+image = "/images/artist.jpg"
 +++
 
 Emoji can be enabled in a Hugo project in a number of ways.
diff --git a/exampleSite/content/blog/goisforlovers.md b/exampleSite/content/blog/goisforlovers.md
index 65e814c..ee3c6e0 100644
--- a/exampleSite/content/blog/goisforlovers.md
+++ b/exampleSite/content/blog/goisforlovers.md
@@ -13,7 +13,7 @@
 "Development",
 "golang",
 ]
-image = "artist.jpg"
+image = "/images/artist.jpg"
 +++
 
 Hugo uses the excellent [Go](https://golang.org/) [html/template](https://golang.org/pkg/html/template/) library for
diff --git a/exampleSite/content/blog/hugoisforlovers.md b/exampleSite/content/blog/hugoisforlovers.md
index 4bd924d..4e0779a 100644
--- a/exampleSite/content/blog/hugoisforlovers.md
+++ b/exampleSite/content/blog/hugoisforlovers.md
@@ -12,7 +12,7 @@
     "Development",
     "golang",
 ]
-image = "stuck.jpg"
+image = "/images/stuck.jpg"
 +++
 
 ## Step 1. Install Hugo
diff --git a/exampleSite/content/blog/migrate-from-jekyll.md b/exampleSite/content/blog/migrate-from-jekyll.md
index 3ec2b8b..d82456d 100644
--- a/exampleSite/content/blog/migrate-from-jekyll.md
+++ b/exampleSite/content/blog/migrate-from-jekyll.md
@@ -1,8 +1,8 @@
----
-date: 2014-03-10
-title: Migrate to Hugo from Jekyll
-image: 'speakers.jpg'
----
++++
+date = 2014-03-10
+title = "Migrate to Hugo from Jekyll"
+image = "/images/speakers.jpg"
++++
 
 ## Move static content to `static`
 Jekyll has a rule that any directory not starting with `_` will be copied as-is to the `_site` output. Hugo keeps all static content under `static`. You should therefore move it all there.
diff --git a/exampleSite/content/docs/_index.md b/exampleSite/content/docs/_index.md
index 5a86a91..673fa42 100644
--- a/exampleSite/content/docs/_index.md
+++ b/exampleSite/content/docs/_index.md
@@ -1,7 +1,7 @@
----
-title: "Themes' Docs"
-weight: 1
----
++++
+title = "Themes' Docs"
+weight = 1
++++
 
 These docs consists of two parts:
 
diff --git a/exampleSite/content/docs/clarity/_index.md b/exampleSite/content/docs/clarity/_index.md
index 5890341..b83c91b 100644
--- a/exampleSite/content/docs/clarity/_index.md
+++ b/exampleSite/content/docs/clarity/_index.md
@@ -1,7 +1,7 @@
----
-Title: Clarity Docs
-weight: 10
----
++++
+Title = "Clarity Docs"
+weight = 10
++++
 
 __Hugo Clarity__ is a technology-minded theme for Hugo based on VMware's open-source [Clarity Design System](https://clarity.design/) featuring rich code support, dark/light mode, mobile support, and much more. See [a live demo at __neonmirrors.net__](https://neonmirrors.net/).
 
diff --git a/exampleSite/content/docs/clarity/customize.md b/exampleSite/content/docs/clarity/customize.md
index bc79067..6fcea32 100644
--- a/exampleSite/content/docs/clarity/customize.md
+++ b/exampleSite/content/docs/clarity/customize.md
@@ -1,7 +1,7 @@
----
-title: "Customization"
-weight: 14
----
++++
+title = "Customization"
+weight = 14
++++
 
 ## Configuration
 
diff --git a/exampleSite/content/docs/clarity/features.md b/exampleSite/content/docs/clarity/features.md
index cd8eff4..b7f1071 100644
--- a/exampleSite/content/docs/clarity/features.md
+++ b/exampleSite/content/docs/clarity/features.md
@@ -1,7 +1,7 @@
----
-title: Features
-Weight: 13
----
++++
+title = "Features"
+Weight = 13
++++
 
 * Blog with tagging and category options
 * Deeplinks
diff --git a/exampleSite/content/docs/clarity/getting-started.md b/exampleSite/content/docs/clarity/getting-started.md
index d15407f..f632c7b 100644
--- a/exampleSite/content/docs/clarity/getting-started.md
+++ b/exampleSite/content/docs/clarity/getting-started.md
@@ -1,7 +1,7 @@
----
-title: Getting started
-weight: 11
----
++++
+title = "Getting started"
+weight = 11
++++
 
 ## Prerequisites
 
diff --git a/exampleSite/content/docs/clarity/syntax-highlighting.md b/exampleSite/content/docs/clarity/syntax-highlighting.md
index e951415..f973796 100644
--- a/exampleSite/content/docs/clarity/syntax-highlighting.md
+++ b/exampleSite/content/docs/clarity/syntax-highlighting.md
@@ -1,6 +1,6 @@
 +++
 title = "Syntax Highlighting"
-weight=17
+weight = 17
 +++
 
 ### Code
diff --git a/exampleSite/content/docs/clarity/theme-overrides.md b/exampleSite/content/docs/clarity/theme-overrides.md
index 11ba63f..e0f2c22 100644
--- a/exampleSite/content/docs/clarity/theme-overrides.md
+++ b/exampleSite/content/docs/clarity/theme-overrides.md
@@ -1,6 +1,6 @@
 +++
 title = "Theme Overrides"
-weight=18
+weight = 18
 +++
 
 ### Custom CSS and JS
diff --git a/exampleSite/content/docs/compose/_index.md b/exampleSite/content/docs/compose/_index.md
index 7d837d0..be206f2 100644
--- a/exampleSite/content/docs/compose/_index.md
+++ b/exampleSite/content/docs/compose/_index.md
@@ -1,7 +1,7 @@
----
-title: "Compose Docs"
-weight: 1
----
++++
+title = "Compose Docs"
+weight = 1
++++
 
 Welcome to the Compose theme user guide! This guide shows you how to get started creating technical documentation sites using Compose, including site customization and how to use Compose's blocks and templates.
 
diff --git a/exampleSite/content/docs/compose/install-theme.md b/exampleSite/content/docs/compose/install-theme.md
index 109a5d3..69b8cee 100755
--- a/exampleSite/content/docs/compose/install-theme.md
+++ b/exampleSite/content/docs/compose/install-theme.md
@@ -1,9 +1,10 @@
----
-title: "Install theme"
-weight: 2
-description: >
-  This page tells you how to get started with the Compose theme.
----
++++
+title = "Install theme"
+weight = 2
+description = """
+This page tells you how to get started with the Compose theme.
+"""
++++
 
 ### Prerequisites
 
diff --git a/exampleSite/content/docs/compose/mermaid.md b/exampleSite/content/docs/compose/mermaid.md
index 151e18e..c54c9c7 100644
--- a/exampleSite/content/docs/compose/mermaid.md
+++ b/exampleSite/content/docs/compose/mermaid.md
@@ -1,8 +1,8 @@
----
-title: "Mermaid"
-weight: 8
-description: "Generate diagrams, flowcharts, and piecharts  from text in a similar manner as markdown."
----
++++
+title = "Mermaid"
+weight = 8
+description = "Generate diagrams, flowcharts, and piecharts  from text in a similar manner as markdown."
++++
 
 [Mermaid](https://mermaidjs.github.io/) is library that helps you generate diagrams, flowcharts, and piecharts  from text in a similar manner as markdown.
 
diff --git a/exampleSite/content/docs/compose/shortcodes-example.md b/exampleSite/content/docs/compose/shortcodes-example.md
index dff1c4a..378e015 100644
--- a/exampleSite/content/docs/compose/shortcodes-example.md
+++ b/exampleSite/content/docs/compose/shortcodes-example.md
@@ -1,12 +1,10 @@
----
-title: Shortcodes Applied
-weight: 7
-description: 'This is how the shortcodes would look like in action
++++
+title = "Shortcodes Applied"
+weight = 7
+description = "This is how the shortcodes would look like in action"
+draft = true
++++
 
-'
-draft: true
-
----
 ### Blocks, columns & buttons
 
 ```sh
diff --git a/exampleSite/content/tutorials/_index.md b/exampleSite/content/tutorials/_index.md
index 87050c6..51f04c4 100644
--- a/exampleSite/content/tutorials/_index.md
+++ b/exampleSite/content/tutorials/_index.md
@@ -1,7 +1,7 @@
----
-title: "Tutorials' Docs"
-weight: 1
----
++++
+title = "Tutorials' Docs"
+weight = 1
++++
 
 Just an example of an additional docs folder.
 
diff --git a/exampleSite/content/tutorials/example/_index.md b/exampleSite/content/tutorials/example/_index.md
index af9b5c7..071af9d 100644
--- a/exampleSite/content/tutorials/example/_index.md
+++ b/exampleSite/content/tutorials/example/_index.md
@@ -1,7 +1,7 @@
----
-title: "Compose Docs"
-weight: 1
----
++++
+title = "Compose Docs"
+weight = 1
++++
 
 Welcome to the Compose theme user guide! This guide shows you how to get started creating technical documentation sites using Compose, including site customization and how to use Compose's blocks and templates.
 
diff --git a/exampleSite/content/tutorials/example/mermaid.md b/exampleSite/content/tutorials/example/mermaid.md
index 306c79a..365ac7d 100644
--- a/exampleSite/content/tutorials/example/mermaid.md
+++ b/exampleSite/content/tutorials/example/mermaid.md
@@ -1,8 +1,8 @@
----
-title: "Mermaid"
-weight: 8
-description: "Generate diagrams, flowcharts, and piecharts  from text in a similar manner as markdown."
----
++++
+title = "Mermaid"
+weight = 8
+description = "Generate diagrams, flowcharts, and piecharts  from text in a similar manner as markdown."
++++
 
 [Mermaid](https://mermaidjs.github.io/) is library that helps you generate diagrams, flowcharts, and piecharts  from text in a similar manner as markdown.
 

--
Gitblit v1.10.0