Add configuration section

master
Will Faught 2 years ago
parent e20899f123
commit b56f93739e

@ -22,18 +22,22 @@ languages:
name: Shortcodes
url: /shortcodes/
weight: 40
- identifier: configuration
name: Configuration
url: /configuration/
weight: 50
- identifier: categories
name: Categories
url: /categories/
weight: 50
weight: 60
- identifier: tags
name: Tags
url: /tags/
weight: 60
weight: 70
- identifier: search
name: Search
url: /search/
weight: 70
weight: 80
weight: 10
markup:
goldmark:

@ -0,0 +1,69 @@
---
authors: ["will_faught"]
categories: ["configuration", "paige"]
date: "2022-02-23"
description: "Demonstration of the Paige configuration."
paige:
list:
authors:
hide: false
date:
hide: false
date_header:
hide: false
reading_time:
hide: false
summary:
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
tags: ["lists"]
title: "Configuration"
---
This site hides some list page data by default. This page shows it all.
<!--more-->
This page has the following parameters:
```yaml
paige:
list:
authors:
hide: false
date:
hide: false
date_header:
hide: false
reading_time:
hide: false
summary:
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
```

@ -0,0 +1,50 @@
---
authors: ["will_faught"]
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
tags: ["hide", "singles"]
title: "Hide Configuration"
weight: 10
---
This site hides some single page data by default. This page shows it all.
<!--more-->
## Parameters
This page has the following parameters:
```yaml
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
```

@ -0,0 +1,80 @@
---
authors: ["will_faught"]
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
tags: ["singles", "style"]
title: "Style Configuration"
weight: 20
---
This site uses the default styles on the other pages. This page changes them.
<!--more-->
## Parameters
This page has the following parameters:
```yaml
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
```

@ -118,8 +118,7 @@ These are the parameters for this page:
```yaml
---
authors: ["will_faught"]
categories: ["paige"]
date: "2023-02-22"
categories: ["layouts", "paige"]
description: "Demonstration of the Paige home layout."
layout: "paige/home"
paige:
@ -223,6 +222,8 @@ paige:
bootstrap_icon: "youtube"
name: "YouTube"
url: "https://youtube.com/user/username"
tags: ["home"]
title: "Home Layout"
weight: 10
---
```

Loading…
Cancel
Save