Add file_link example

master
Will Faught 2 years ago
parent 94a84f14fc
commit f00db61ac9

@ -3,6 +3,8 @@ authors: ["will-faught"]
categories: ["customization", "paige"] categories: ["customization", "paige"]
description: "Demonstrations of Paige customization." description: "Demonstrations of Paige customization."
paige: paige:
file_link:
disable: false
style: | style: |
#paige-authors, #paige-authors,
#paige-credit, #paige-credit,
@ -35,6 +37,8 @@ This page has the following parameters:
```yaml ```yaml
paige: paige:
file_link:
disable: false
style: | style: |
#paige-authors, #paige-authors,
#paige-credit, #paige-credit,

@ -4,6 +4,8 @@ categories: ["customization", "paige"]
date: "2023-02-01" date: "2023-02-01"
description: "Demonstration of Paige customization that shows data." description: "Demonstration of Paige customization that shows data."
paige: paige:
file_link:
disable: false
style: | style: |
#paige-authors, #paige-authors,
#paige-credit, #paige-credit,
@ -36,6 +38,8 @@ This page has the following parameters:
```yaml ```yaml
paige: paige:
file_link:
disable: false
style: | style: |
#paige-authors, #paige-authors,
#paige-credit, #paige-credit,

@ -4,6 +4,8 @@ categories: ["customization", "paige"]
date: "2023-01-01" date: "2023-01-01"
description: "Demonstration of Paige customization that styles data." description: "Demonstration of Paige customization that styles data."
paige: paige:
file_link:
disable: false
style: | style: |
#paige-authors, #paige-authors,
#paige-credit, #paige-credit,
@ -25,6 +27,7 @@ paige:
#paige-content { font-style: italic; } #paige-content { font-style: italic; }
#paige-date { font-style: italic; } #paige-date { font-style: italic; }
#paige-description { font-style: italic; } #paige-description { font-style: italic; }
#paige-file-link { font-style: italic; }
#paige-keywords { font-style: italic; } #paige-keywords { font-style: italic; }
#paige-reading-time { font-style: italic; } #paige-reading-time { font-style: italic; }
#paige-series { font-style: italic; } #paige-series { font-style: italic; }
@ -54,6 +57,8 @@ This page has the following parameters:
```yaml ```yaml
paige: paige:
file_link:
disable: false
style: | style: |
#paige-authors, #paige-authors,
#paige-credit, #paige-credit,
@ -75,6 +80,7 @@ paige:
#paige-content { font-style: italic; } #paige-content { font-style: italic; }
#paige-date { font-style: italic; } #paige-date { font-style: italic; }
#paige-description { font-style: italic; } #paige-description { font-style: italic; }
#paige-file-link { font-style: italic; }
#paige-keywords { font-style: italic; } #paige-keywords { font-style: italic; }
#paige-reading-time { font-style: italic; } #paige-reading-time { font-style: italic; }
#paige-series { font-style: italic; } #paige-series { font-style: italic; }

@ -108,6 +108,11 @@ url = "https://willfaught.com/paige"
managing_editor = "will.faught@example.com (Will Faught)" managing_editor = "will.faught@example.com (Will Faught)"
web_master = "will.faught@example.com (Will Faught)" web_master = "will.faught@example.com (Will Faught)"
[params.paige.file_link]
content = "Edit this page"
disable = true
url = "https://github.com/willfaught/paige/edit/master/exampleSite/content/%s"
[taxonomies] [taxonomies]
author = "authors" author = "authors"
category = "categories" category = "categories"

Loading…
Cancel
Save