Add paige.credit config

This commit is contained in:
Will Faught
2024-07-12 12:27:37 -07:00
parent deef18c0c3
commit 2c4716de39
7 changed files with 18 additions and 15 deletions

View File

@@ -6,9 +6,9 @@ series = ["series-demo"]
tags = ["sections"]
title = "Customizations"
[paige]
credit = "Paige Theme"
style = """
#paige-authors,
#paige-credit,
#paige-date,
#paige-file,
#paige-keywords,
@@ -36,11 +36,11 @@ This page has the following parameters:
```yaml
paige:
credit: "Paige Theme"
file_link:
disable: false
style: |
#paige-authors,
#paige-credit,
#paige-date,
#paige-file,
#paige-keywords,

View File

@@ -7,9 +7,9 @@ series = ["series-demo"]
tags = ["show", "singles"]
title = "Show Data"
[paige]
credit = "Paige Theme"
style = """
#paige-authors,
#paige-credit,
#paige-date,
#paige-file,
#paige-keywords,
@@ -38,11 +38,11 @@ This page has the following parameters:
```yaml
paige:
credit: "Paige Theme"
file_link:
disable: false
style: |
#paige-authors,
#paige-credit,
#paige-date,
#paige-file,
#paige-keywords,

View File

@@ -7,9 +7,9 @@ series = ["series-demo"]
tags = ["singles", "style"]
title = "Style Data"
[paige]
credit = "Paige Theme"
style = """
#paige-authors,
#paige-credit,
#paige-date,
#paige-file,
#paige-keywords,
@@ -36,7 +36,6 @@ style = """
#paige-title { font-style: italic; }
#paige-toc { font-style: italic; }
#paige-copyright { font-style: italic; }
#paige-credit { font-style: italic; }
.paige-authors { font-style: italic; }
.paige-date { font-style: italic; }
.paige-keyword { font-style: italic; }
@@ -55,11 +54,11 @@ This page has the following parameters:
```yaml
paige:
credit: "Paige Theme"
file_link:
disable: false
style: |
#paige-authors,
#paige-credit,
#paige-date,
#paige-file,
#paige-keywords,
@@ -86,7 +85,6 @@ paige:
#paige-title { font-style: italic; }
#paige-toc { font-style: italic; }
#paige-copyright { font-style: italic; }
#paige-credit { font-style: italic; }
.paige-authors { font-style: italic; }
.paige-date { font-style: italic; }
.paige-keyword { font-style: italic; }

View File

@@ -91,6 +91,7 @@ taxonomy = ["html"]
term = ["html"]
[params.paige]
credit = ""
file_edit_url = "https://github.com/willfaught/paige/edit/master/exampleSite/content/%s"
file_history_url = "https://github.com/willfaught/paige/commits/master/exampleSite/content/%s"
site_description = "Powerful, pliable pixel perfection"

View File

@@ -1,6 +1,5 @@
#paige-authors,
#paige-breadcrumbs,
#paige-credit,
#paige-date,
#paige-file,
#paige-keywords,