Rename paige.list_page to subpage
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Paige"
|
||||
[paige.list_page]
|
||||
[paige.subpage]
|
||||
disable_collections = true
|
||||
disable_pages = true
|
||||
disable_sections = true
|
||||
|
@@ -10,7 +10,7 @@ credit = "Paige Theme"
|
||||
edit = "https://github.com/willfaught/paige/edit/master/exampleSite/content/%s"
|
||||
history = "https://github.com/willfaught/paige/commits/master/exampleSite/content/%s"
|
||||
license = "MIT License"
|
||||
[paige.list_page]
|
||||
[paige.subpage]
|
||||
disable_authors = false
|
||||
disable_date = false
|
||||
disable_keywords = false
|
||||
@@ -44,7 +44,7 @@ credit = "Paige Theme"
|
||||
edit = "https://github.com/willfaught/paige/edit/master/exampleSite/content/%s"
|
||||
history = "https://github.com/willfaught/paige/commits/master/exampleSite/content/%s"
|
||||
license = "MIT License"
|
||||
[paige.list_page]
|
||||
[paige.subpage]
|
||||
disable_authors = false
|
||||
disable_date = false
|
||||
disable_keywords = false
|
||||
|
@@ -11,7 +11,7 @@ credit = "Paige Theme"
|
||||
edit = "https://github.com/willfaught/paige/edit/master/exampleSite/content/%s"
|
||||
history = "https://github.com/willfaught/paige/commits/master/exampleSite/content/%s"
|
||||
license = "MIT License"
|
||||
[paige.list_page]
|
||||
[paige.subpage]
|
||||
disable_authors = false
|
||||
disable_date = false
|
||||
disable_keywords = false
|
||||
@@ -47,7 +47,7 @@ credit = "Paige Theme"
|
||||
edit = "https://github.com/willfaught/paige/edit/master/exampleSite/content/%s"
|
||||
history = "https://github.com/willfaught/paige/commits/master/exampleSite/content/%s"
|
||||
license = "MIT License"
|
||||
[paige.list_page]
|
||||
[paige.subpage]
|
||||
disable_authors = false
|
||||
disable_date = false
|
||||
disable_keywords = false
|
||||
|
@@ -34,7 +34,7 @@ style = """
|
||||
font-style: italic;
|
||||
}
|
||||
"""
|
||||
[paige.list_page]
|
||||
[paige.subpage]
|
||||
disable_authors = false
|
||||
disable_date = false
|
||||
disable_keywords = false
|
||||
@@ -93,7 +93,7 @@ style = """
|
||||
font-style: italic;
|
||||
}
|
||||
"""
|
||||
[paige.list_page]
|
||||
[paige.subpage]
|
||||
disable_authors = false
|
||||
disable_date = false
|
||||
disable_keywords = false
|
||||
|
@@ -37,14 +37,6 @@ term = ["html"]
|
||||
[pagination]
|
||||
pagersize = 50
|
||||
|
||||
[params.paige.list_page]
|
||||
disable_authors = true
|
||||
disable_date = true
|
||||
disable_keywords = true
|
||||
disable_reading_time = true
|
||||
disable_series = true
|
||||
disable_summary = true
|
||||
|
||||
[params.paige.page]
|
||||
disable_authors = true
|
||||
disable_date = true
|
||||
@@ -59,6 +51,14 @@ disable_toc = true
|
||||
disable_breadcrumbs = true
|
||||
disable_credit = true
|
||||
|
||||
[params.paige.subpage]
|
||||
disable_authors = true
|
||||
disable_date = true
|
||||
disable_keywords = true
|
||||
disable_reading_time = true
|
||||
disable_series = true
|
||||
disable_summary = true
|
||||
|
||||
[[params.paige.feed.atom.authors]]
|
||||
email = "example@example.com"
|
||||
name = "John Doe"
|
||||
|
Reference in New Issue
Block a user