Order exampleSite pages by title

This commit is contained in:
Will Faught
2024-07-08 10:43:09 -07:00
parent 98ba641b30
commit 260d0aa264
18 changed files with 4 additions and 28 deletions

View File

@@ -85,10 +85,10 @@ startlevel = 2
path = "github.com/willfaught/paige"
[outputs]
home = ["atom", "html", "paige-search", "rss"]
section = ["atom", "html", "rss"]
taxonomy = ["atom", "html", "rss"]
term = ["atom", "html", "rss"]
home = ["html", "paige-search"]
section = ["html"]
taxonomy = ["html"]
term = ["html"]
[params.paige]
file_edit_url = "https://github.com/willfaught/paige/edit/master/exampleSite/content/%s"