Move many paige.metadata.* params to paige

This commit is contained in:
Will Faught
2023-02-24 17:23:18 -08:00
parent 42f8f041fd
commit 1b75976fc3
8 changed files with 110 additions and 121 deletions

View File

@@ -4,6 +4,10 @@ categories: ["configuration", "paige"]
date: "2022-02-23"
description: "Demonstration of the Paige configuration."
paige:
authors:
hide: false
date:
hide: false
list:
authors:
hide: false
@@ -17,18 +21,12 @@ paige:
hide: false
terms:
hide: false
main:
metadata:
authors:
hide: false
date:
hide: false
reading_time:
hide: false
terms:
hide: false
table_of_contents:
hide: false
reading_time:
hide: false
terms:
hide: false
table_of_contents:
hide: false
tags: ["lists"]
title: "Configuration"
---

View File

@@ -4,20 +4,18 @@ categories: ["configuration", "paige"]
date: "2022-02-23"
description: "Demonstration of the Paige hide configuration."
paige:
main:
metadata:
authors:
hide: false
date:
hide: false
git:
commit_url_prefix: "https://github.com/willfaught/paige/commit/"
reading_time:
hide: false
terms:
hide: false
table_of_contents:
hide: false
authors:
hide: false
date:
hide: false
git:
commit_url_prefix: "https://github.com/willfaught/paige/commit/"
reading_time:
hide: false
table_of_contents:
hide: false
terms:
hide: false
tags: ["hide", "singles"]
title: "Hide Configuration"
weight: 10

View File

@@ -4,35 +4,33 @@ categories: ["configuration", "paige"]
date: "2022-02-23"
description: "Demonstration of the Paige style configuration."
paige:
main:
metadata:
authors:
class: "fst-italic text-center text-secondary"
hide: false
date:
class: "fst-italic text-center text-secondary"
hide: false
description:
class: "fst-italic lead text-center"
hide: false
git:
commit_url_prefix: "https://github.com/willfaught/paige/commit/"
reading_time:
class: "fst-italic text-center text-secondary"
hide: false
terms:
hide: false
inner_class: "badge bg-secondary fst-italic text-decoration-none"
outer_class: "text-center"
title:
class: "display-5 fst-italic fw-bold text-center"
hide: false
table_of_contents:
class: "border fst-italic mb-3 pe-3 ps-3 pt-3 rounded"
hide: false
content:
class: "fst-italic mw-100 paige-content"
hide: false
authors:
class: "fst-italic text-center text-secondary"
hide: false
content:
class: "fst-italic mw-100 paige-content"
hide: false
date:
class: "fst-italic text-center text-secondary"
hide: false
description:
class: "fst-italic lead text-center"
hide: false
git:
commit_url_prefix: "https://github.com/willfaught/paige/commit/"
reading_time:
class: "fst-italic text-center text-secondary"
hide: false
table_of_contents:
class: "border fst-italic mb-3 pe-3 ps-3 pt-3 rounded"
hide: false
terms:
hide: false
inner_class: "badge bg-secondary fst-italic text-decoration-none"
outer_class: "text-center"
title:
class: "display-5 fst-italic fw-bold text-center"
hide: false
tags: ["singles", "style"]
title: "Style Configuration"
weight: 20