Add configuration section
This commit is contained in:
@@ -22,18 +22,22 @@ languages:
|
|||||||
name: Shortcodes
|
name: Shortcodes
|
||||||
url: /shortcodes/
|
url: /shortcodes/
|
||||||
weight: 40
|
weight: 40
|
||||||
|
- identifier: configuration
|
||||||
|
name: Configuration
|
||||||
|
url: /configuration/
|
||||||
|
weight: 50
|
||||||
- identifier: categories
|
- identifier: categories
|
||||||
name: Categories
|
name: Categories
|
||||||
url: /categories/
|
url: /categories/
|
||||||
weight: 50
|
weight: 60
|
||||||
- identifier: tags
|
- identifier: tags
|
||||||
name: Tags
|
name: Tags
|
||||||
url: /tags/
|
url: /tags/
|
||||||
weight: 60
|
weight: 70
|
||||||
- identifier: search
|
- identifier: search
|
||||||
name: Search
|
name: Search
|
||||||
url: /search/
|
url: /search/
|
||||||
weight: 70
|
weight: 80
|
||||||
weight: 10
|
weight: 10
|
||||||
markup:
|
markup:
|
||||||
goldmark:
|
goldmark:
|
||||||
|
69
exampleSite/content/configuration/_index.md
Normal file
69
exampleSite/content/configuration/_index.md
Normal file
@@ -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
|
||||||
|
```
|
50
exampleSite/content/configuration/hide.md
Normal file
50
exampleSite/content/configuration/hide.md
Normal file
@@ -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
|
||||||
|
```
|
80
exampleSite/content/configuration/style.md
Normal file
80
exampleSite/content/configuration/style.md
Normal file
@@ -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
|
```yaml
|
||||||
---
|
---
|
||||||
authors: ["will_faught"]
|
authors: ["will_faught"]
|
||||||
categories: ["paige"]
|
categories: ["layouts", "paige"]
|
||||||
date: "2023-02-22"
|
|
||||||
description: "Demonstration of the Paige home layout."
|
description: "Demonstration of the Paige home layout."
|
||||||
layout: "paige/home"
|
layout: "paige/home"
|
||||||
paige:
|
paige:
|
||||||
@@ -223,6 +222,8 @@ paige:
|
|||||||
bootstrap_icon: "youtube"
|
bootstrap_icon: "youtube"
|
||||||
name: "YouTube"
|
name: "YouTube"
|
||||||
url: "https://youtube.com/user/username"
|
url: "https://youtube.com/user/username"
|
||||||
|
tags: ["home"]
|
||||||
title: "Home Layout"
|
title: "Home Layout"
|
||||||
|
weight: 10
|
||||||
---
|
---
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user