Change file_link config to file_edit_url

This commit is contained in:
Will Faught
2024-05-30 22:03:55 -07:00
parent 1171b6a486
commit fb3d4bef14
7 changed files with 11 additions and 24 deletions

View File

@@ -3,8 +3,6 @@ authors: ["will-faught"]
categories: ["customization", "paige"]
description: "Demonstrations of Paige customization."
paige:
file_link:
disable: false
style: |
#paige-authors,
#paige-credit,

View File

@@ -4,8 +4,6 @@ categories: ["customization", "paige"]
date: "2023-02-01"
description: "Demonstration of Paige customization that shows data."
paige:
file_link:
disable: false
style: |
#paige-authors,
#paige-credit,

View File

@@ -4,8 +4,6 @@ categories: ["customization", "paige"]
date: "2023-01-01"
description: "Demonstration of Paige customization that styles data."
paige:
file_link:
disable: false
style: |
#paige-authors,
#paige-credit,

View File

@@ -91,6 +91,8 @@ taxonomy = ["atom", "html", "rss"]
term = ["atom", "html", "rss"]
[params.paige]
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_title = "Paige"
site_description = "Powerful, pliable pixel perfection"
@@ -106,11 +108,6 @@ url = "https://willfaught.com/paige"
managing_editor = "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]
author = "authors"
category = "categories"