Add configuration section
parent
e20899f123
commit
b56f93739e
@ -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
|
||||||
|
```
|
Loading…
Reference in New Issue