You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
2.1 KiB
Markdown
81 lines
2.1 KiB
Markdown
---
|
|
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
|
|
```
|