diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md index 2d6b92b8..86b2cc2d 100644 --- a/exampleSite/content/_index.md +++ b/exampleSite/content/_index.md @@ -1,16 +1,17 @@ ---- -paige: - search: - hide_page: true - style: | - #paige-collections, - #paige-metadata, - #paige-sections, - #paige-pages { - display: none; - } -title: "Paige" ---- ++++ +title = "Paige" +[paige] +style = """ +#paige-collections, +#paige-metadata, +#paige-sections, +#paige-pages { + display: none; +} +""" +[paige.search] +hide_page = true ++++

{{% paige/image alt="Landscape" breakpoints=true class="object-fit-cover rounded-4 shadow-lg" fetchpriority="high" height="20rem" loading="eager" process="webp" src="https://images.unsplash.com/photo-1490604001847-b712b0c2f967?w=1296" width="100%" %}}

diff --git a/exampleSite/content/authors/_index.md b/exampleSite/content/authors/_index.md index 96629f00..28a3f58b 100644 --- a/exampleSite/content/authors/_index.md +++ b/exampleSite/content/authors/_index.md @@ -1,4 +1,4 @@ ---- -description: "Browse by author." -title: "Authors" ---- ++++ +description = "Browse by author." +title = "Authors" ++++ diff --git a/exampleSite/content/authors/author-demo/_index.md b/exampleSite/content/authors/author-demo/_index.md index 674763c1..1235fa47 100644 --- a/exampleSite/content/authors/author-demo/_index.md +++ b/exampleSite/content/authors/author-demo/_index.md @@ -1,4 +1,4 @@ ---- -description: "Demonstration of an author." -title: "Author Demo" ---- ++++ +description = "Demonstration of an author." +title = "Author Demo" ++++ diff --git a/exampleSite/content/categories/_index.md b/exampleSite/content/categories/_index.md index 74ec7f26..b522d42e 100644 --- a/exampleSite/content/categories/_index.md +++ b/exampleSite/content/categories/_index.md @@ -1,5 +1,5 @@ ---- -description: "Browse by category." -layout: "paige/cloud" -title: "Categories" ---- ++++ +description = "Browse by category." +layout = "paige/cloud" +title = "Categories" ++++ diff --git a/exampleSite/content/categories/paige/_index.md b/exampleSite/content/categories/paige/_index.md index a7e32f3d..1e0fd3ec 100644 --- a/exampleSite/content/categories/paige/_index.md +++ b/exampleSite/content/categories/paige/_index.md @@ -1,4 +1,4 @@ ---- -description: "Demonstration of a category." -title: "Paige" ---- ++++ +description = "Demonstration of a category." +title = "Paige" ++++ diff --git a/exampleSite/content/content/_index.md b/exampleSite/content/content/_index.md index f291556f..86c2b541 100644 --- a/exampleSite/content/content/_index.md +++ b/exampleSite/content/content/_index.md @@ -1,4 +1,4 @@ ---- -description: "Demonstrations of Paige content." -title: "Content" ---- ++++ +description = "Demonstrations of Paige content." +title = "Content" ++++ diff --git a/exampleSite/content/content/alert.md b/exampleSite/content/content/alert.md index 8743e25d..b50077aa 100644 --- a/exampleSite/content/content/alert.md +++ b/exampleSite/content/content/alert.md @@ -1,16 +1,15 @@ ---- -authors: ["author-demo"] -categories: ["content", "paige"] -date: "2023-09-18T21:21:05-07:00" -description: "An alert." -paige: - alert: - message: "Get more information here." - type: "primary" -tags: ["alerts"] -title: "Alert" -weight: 60 ---- ++++ +authors = ["author-demo"] +categories = ["content", "paige"] +date = "2023-09-18T21:21:05-07:00" +description = "An alert." +tags = ["alerts"] +title = "Alert" +weight = 60 +[paige.alert] +message = "Get more information here." +type = "primary" ++++ This page has the following parameters: diff --git a/exampleSite/content/content/emoji-support.md b/exampleSite/content/content/emoji-support.md index 8d979093..aced45d1 100644 --- a/exampleSite/content/content/emoji-support.md +++ b/exampleSite/content/content/emoji-support.md @@ -1,12 +1,12 @@ ---- -authors: ["author-demo"] -categories: ["content", "paige"] -date: "2023-09-18T21:32:40-07:00" -description: "Guide to emoji usage in Hugo." -tags: ["emoji"] -title: "Emoji Support" -weight: 50 ---- ++++ +authors = ["author-demo"] +categories = ["content", "paige"] +date = "2023-09-18T21:32:40-07:00" +description = "Guide to emoji usage in Hugo." +tags = ["emoji"] +title = "Emoji Support" +weight = 50 ++++