Put all options in customization pages
This commit is contained in:
@@ -7,19 +7,61 @@ tags = ["sections"]
|
|||||||
title = "Customizations"
|
title = "Customizations"
|
||||||
[paige.pages]
|
[paige.pages]
|
||||||
disable_authors = false
|
disable_authors = false
|
||||||
|
disable_auto_schema = true
|
||||||
disable_date = false
|
disable_date = false
|
||||||
|
disable_description = false
|
||||||
|
disable_edit = false
|
||||||
|
disable_history = false
|
||||||
disable_keywords = false
|
disable_keywords = false
|
||||||
|
disable_next = false
|
||||||
|
disable_prev = false
|
||||||
disable_reading_time = false
|
disable_reading_time = false
|
||||||
disable_series = false
|
disable_series = false
|
||||||
|
disable_title = false
|
||||||
disable_toc = false
|
disable_toc = false
|
||||||
|
[paige.pages.base_schema]
|
||||||
|
isAccessibleForFree = true
|
||||||
|
isFamilyFriendly = true
|
||||||
|
[paige.pages.base_schema.publisher]
|
||||||
|
"@type" = "Organization"
|
||||||
|
name = "Paige"
|
||||||
|
url = "https://github.com/willfaught/paige"
|
||||||
|
[paige.pages.microdata]
|
||||||
|
itemid = "https://willfaught.com/paige/customizations/"
|
||||||
|
itemscope = ""
|
||||||
|
itemtype = "https://schema.org/HowTo"
|
||||||
|
[[paige.pages.schemas]]
|
||||||
|
"@context" = "https://schema.org"
|
||||||
|
"@type" = "WebPage"
|
||||||
|
name = "Customization"
|
||||||
|
url = "https://willfaught.com/paige/customizations/"
|
||||||
[paige.site]
|
[paige.site]
|
||||||
credit = "Paige Theme"
|
color = "#df4655"
|
||||||
|
color_scheme = "dark"
|
||||||
|
credit = '<a class="link-secondary text-decoration-none" href="https://github.com/willfaught/paige">Paige Theme</a>'
|
||||||
|
date_format = ":date_full"
|
||||||
|
description = "Mighty, malleable media mastery"
|
||||||
disable_breadcrumbs = false
|
disable_breadcrumbs = false
|
||||||
disable_credit = false
|
disable_credit = false
|
||||||
disable_license = false
|
disable_license = false
|
||||||
edit_url = "https://github.com/willfaught/paige/edit/master/exampleSite/content/%s"
|
edit_url = "https://github.com/willfaught/paige/edit/master/exampleSite/content/%s"
|
||||||
|
external_link_new_tab = true
|
||||||
history_url = "https://github.com/willfaught/paige/commits/master/exampleSite/content/%s"
|
history_url = "https://github.com/willfaught/paige/commits/master/exampleSite/content/%s"
|
||||||
|
keyword_style = "pills"
|
||||||
license = "MIT License"
|
license = "MIT License"
|
||||||
|
menu_style = "tabs"
|
||||||
|
[paige.site.base_schema]
|
||||||
|
isAccessibleForFree = true
|
||||||
|
isFamilyFriendly = true
|
||||||
|
[paige.site.base_schema.publisher]
|
||||||
|
"@type" = "Organization"
|
||||||
|
name = "Paige"
|
||||||
|
url = "https://github.com/willfaught/paige"
|
||||||
|
[[paige.site.schemas]]
|
||||||
|
"@context" = "https://schema.org"
|
||||||
|
"@type" = "WebSite"
|
||||||
|
name = "Paige"
|
||||||
|
url = "https://willfaught.com/paige/"
|
||||||
[paige.subpages]
|
[paige.subpages]
|
||||||
disable_authors = false
|
disable_authors = false
|
||||||
disable_date = false
|
disable_date = false
|
||||||
@@ -39,21 +81,82 @@ This page has the following parameters:
|
|||||||
|
|
||||||
```toml
|
```toml
|
||||||
[paige.pages]
|
[paige.pages]
|
||||||
|
|
||||||
disable_authors = false
|
disable_authors = false
|
||||||
|
disable_auto_schema = true
|
||||||
disable_date = false
|
disable_date = false
|
||||||
|
disable_description = false
|
||||||
|
disable_edit = false
|
||||||
|
disable_history = false
|
||||||
disable_keywords = false
|
disable_keywords = false
|
||||||
|
disable_next = false
|
||||||
|
disable_prev = false
|
||||||
disable_reading_time = false
|
disable_reading_time = false
|
||||||
disable_series = false
|
disable_series = false
|
||||||
|
disable_title = false
|
||||||
disable_toc = false
|
disable_toc = false
|
||||||
|
|
||||||
|
[paige.pages.base_schema]
|
||||||
|
|
||||||
|
isAccessibleForFree = true
|
||||||
|
isFamilyFriendly = true
|
||||||
|
|
||||||
|
[paige.pages.base_schema.publisher]
|
||||||
|
|
||||||
|
"@type" = "Organization"
|
||||||
|
name = "Paige"
|
||||||
|
url = "https://github.com/willfaught/paige"
|
||||||
|
|
||||||
|
[paige.pages.microdata]
|
||||||
|
|
||||||
|
itemid = "https://willfaught.com/paige/customizations/"
|
||||||
|
itemscope = ""
|
||||||
|
itemtype = "https://schema.org/HowTo"
|
||||||
|
|
||||||
|
[[paige.pages.schemas]]
|
||||||
|
|
||||||
|
"@context" = "https://schema.org"
|
||||||
|
"@type" = "WebPage"
|
||||||
|
name = "Customization"
|
||||||
|
url = "https://willfaught.com/paige/customizations/"
|
||||||
|
|
||||||
[paige.site]
|
[paige.site]
|
||||||
credit = "Paige Theme"
|
|
||||||
|
color = "#df4655"
|
||||||
|
color_scheme = "dark"
|
||||||
|
credit = '<a class="link-secondary text-decoration-none" href="https://github.com/willfaught/paige">Paige Theme</a>'
|
||||||
|
date_format = ":date_full"
|
||||||
|
description = "Mighty, malleable media mastery"
|
||||||
disable_breadcrumbs = false
|
disable_breadcrumbs = false
|
||||||
disable_credit = false
|
disable_credit = false
|
||||||
disable_license = false
|
disable_license = false
|
||||||
edit_url = "https://github.com/willfaught/paige/edit/master/exampleSite/content/%s"
|
edit_url = "https://github.com/willfaught/paige/edit/master/exampleSite/content/%s"
|
||||||
|
external_link_new_tab = true
|
||||||
history_url = "https://github.com/willfaught/paige/commits/master/exampleSite/content/%s"
|
history_url = "https://github.com/willfaught/paige/commits/master/exampleSite/content/%s"
|
||||||
|
keyword_style = "pills"
|
||||||
license = "MIT License"
|
license = "MIT License"
|
||||||
|
menu_style = "tabs"
|
||||||
|
|
||||||
|
[paige.site.base_schema]
|
||||||
|
|
||||||
|
isAccessibleForFree = true
|
||||||
|
isFamilyFriendly = true
|
||||||
|
|
||||||
|
[paige.site.base_schema.publisher]
|
||||||
|
|
||||||
|
"@type" = "Organization"
|
||||||
|
name = "Paige"
|
||||||
|
url = "https://github.com/willfaught/paige"
|
||||||
|
|
||||||
|
[[paige.site.schemas]]
|
||||||
|
|
||||||
|
"@context" = "https://schema.org"
|
||||||
|
"@type" = "WebSite"
|
||||||
|
name = "Paige"
|
||||||
|
url = "https://willfaught.com/paige/"
|
||||||
|
|
||||||
[paige.subpages]
|
[paige.subpages]
|
||||||
|
|
||||||
disable_authors = false
|
disable_authors = false
|
||||||
disable_date = false
|
disable_date = false
|
||||||
disable_keywords = false
|
disable_keywords = false
|
||||||
|
@@ -6,24 +6,63 @@ description = "Demonstration of a customization that shows all data."
|
|||||||
series = ["series-demo"]
|
series = ["series-demo"]
|
||||||
tags = ["show", "singles"]
|
tags = ["show", "singles"]
|
||||||
title = "Show Data"
|
title = "Show Data"
|
||||||
[paige]
|
|
||||||
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.pages]
|
[paige.pages]
|
||||||
disable_authors = false
|
disable_authors = false
|
||||||
|
disable_auto_schema = true
|
||||||
disable_date = false
|
disable_date = false
|
||||||
|
disable_description = false
|
||||||
|
disable_edit = false
|
||||||
|
disable_history = false
|
||||||
disable_keywords = false
|
disable_keywords = false
|
||||||
disable_next = false
|
disable_next = false
|
||||||
disable_prev = false
|
disable_prev = false
|
||||||
disable_reading_time = false
|
disable_reading_time = false
|
||||||
disable_series = false
|
disable_series = false
|
||||||
|
disable_title = false
|
||||||
disable_toc = false
|
disable_toc = false
|
||||||
|
[paige.pages.base_schema]
|
||||||
|
isAccessibleForFree = true
|
||||||
|
isFamilyFriendly = true
|
||||||
|
[paige.pages.base_schema.publisher]
|
||||||
|
"@type" = "Organization"
|
||||||
|
name = "Paige"
|
||||||
|
url = "https://github.com/willfaught/paige"
|
||||||
|
[paige.pages.microdata]
|
||||||
|
itemid = "https://willfaught.com/paige/customizations/show/"
|
||||||
|
itemscope = ""
|
||||||
|
itemtype = "https://schema.org/HowTo"
|
||||||
|
[[paige.pages.schemas]]
|
||||||
|
"@context" = "https://schema.org"
|
||||||
|
"@type" = "WebPage"
|
||||||
|
name = "Show"
|
||||||
|
url = "https://willfaught.com/paige/customizations/show/"
|
||||||
[paige.site]
|
[paige.site]
|
||||||
|
color = "#df4655"
|
||||||
|
color_scheme = "dark"
|
||||||
|
credit = '<a class="link-secondary text-decoration-none" href="https://github.com/willfaught/paige">Paige Theme</a>'
|
||||||
|
date_format = ":date_full"
|
||||||
|
description = "Mighty, malleable media mastery"
|
||||||
disable_breadcrumbs = false
|
disable_breadcrumbs = false
|
||||||
disable_credit = false
|
disable_credit = false
|
||||||
disable_license = false
|
disable_license = false
|
||||||
|
edit_url = "https://github.com/willfaught/paige/edit/master/exampleSite/content/%s"
|
||||||
|
external_link_new_tab = true
|
||||||
|
history_url = "https://github.com/willfaught/paige/commits/master/exampleSite/content/%s"
|
||||||
|
keyword_style = "pills"
|
||||||
|
license = "MIT License"
|
||||||
|
menu_style = "tabs"
|
||||||
|
[paige.site.base_schema]
|
||||||
|
isAccessibleForFree = true
|
||||||
|
isFamilyFriendly = true
|
||||||
|
[paige.site.base_schema.publisher]
|
||||||
|
"@type" = "Organization"
|
||||||
|
name = "Paige"
|
||||||
|
url = "https://github.com/willfaught/paige"
|
||||||
|
[[paige.site.schemas]]
|
||||||
|
"@context" = "https://schema.org"
|
||||||
|
"@type" = "WebSite"
|
||||||
|
name = "Paige"
|
||||||
|
url = "https://willfaught.com/paige/"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
This page shows some data that the rest of the site hides.
|
This page shows some data that the rest of the site hides.
|
||||||
@@ -36,18 +75,77 @@ This page has the following parameters:
|
|||||||
|
|
||||||
```toml
|
```toml
|
||||||
[paige.pages]
|
[paige.pages]
|
||||||
|
|
||||||
disable_authors = false
|
disable_authors = false
|
||||||
|
disable_auto_schema = true
|
||||||
disable_date = false
|
disable_date = false
|
||||||
|
disable_description = false
|
||||||
|
disable_edit = false
|
||||||
|
disable_history = false
|
||||||
disable_keywords = false
|
disable_keywords = false
|
||||||
|
disable_next = false
|
||||||
|
disable_prev = false
|
||||||
disable_reading_time = false
|
disable_reading_time = false
|
||||||
disable_series = false
|
disable_series = false
|
||||||
|
disable_title = false
|
||||||
disable_toc = false
|
disable_toc = false
|
||||||
|
|
||||||
|
[paige.pages.base_schema]
|
||||||
|
|
||||||
|
isAccessibleForFree = true
|
||||||
|
isFamilyFriendly = true
|
||||||
|
|
||||||
|
[paige.pages.base_schema.publisher]
|
||||||
|
|
||||||
|
"@type" = "Organization"
|
||||||
|
name = "Paige"
|
||||||
|
url = "https://github.com/willfaught/paige"
|
||||||
|
|
||||||
|
[paige.pages.microdata]
|
||||||
|
|
||||||
|
itemid = "https://willfaught.com/paige/customizations/show/"
|
||||||
|
itemscope = ""
|
||||||
|
itemtype = "https://schema.org/HowTo"
|
||||||
|
|
||||||
|
[[paige.pages.schemas]]
|
||||||
|
|
||||||
|
"@context" = "https://schema.org"
|
||||||
|
"@type" = "WebPage"
|
||||||
|
name = "Show"
|
||||||
|
url = "https://willfaught.com/paige/customizations/show/"
|
||||||
|
|
||||||
[paige.site]
|
[paige.site]
|
||||||
credit = "Paige Theme"
|
|
||||||
|
color = "#df4655"
|
||||||
|
color_scheme = "dark"
|
||||||
|
credit = '<a class="link-secondary text-decoration-none" href="https://github.com/willfaught/paige">Paige Theme</a>'
|
||||||
|
date_format = ":date_full"
|
||||||
|
description = "Mighty, malleable media mastery"
|
||||||
disable_breadcrumbs = false
|
disable_breadcrumbs = false
|
||||||
disable_credit = false
|
disable_credit = false
|
||||||
disable_license = false
|
disable_license = false
|
||||||
edit_url = "https://github.com/willfaught/paige/edit/master/exampleSite/content/%s"
|
edit_url = "https://github.com/willfaught/paige/edit/master/exampleSite/content/%s"
|
||||||
|
external_link_new_tab = true
|
||||||
history_url = "https://github.com/willfaught/paige/commits/master/exampleSite/content/%s"
|
history_url = "https://github.com/willfaught/paige/commits/master/exampleSite/content/%s"
|
||||||
|
keyword_style = "pills"
|
||||||
license = "MIT License"
|
license = "MIT License"
|
||||||
|
menu_style = "tabs"
|
||||||
|
|
||||||
|
[paige.site.base_schema]
|
||||||
|
|
||||||
|
isAccessibleForFree = true
|
||||||
|
isFamilyFriendly = true
|
||||||
|
|
||||||
|
[paige.site.base_schema.publisher]
|
||||||
|
|
||||||
|
"@type" = "Organization"
|
||||||
|
name = "Paige"
|
||||||
|
url = "https://github.com/willfaught/paige"
|
||||||
|
|
||||||
|
[[paige.site.schemas]]
|
||||||
|
|
||||||
|
"@context" = "https://schema.org"
|
||||||
|
"@type" = "WebSite"
|
||||||
|
name = "Paige"
|
||||||
|
url = "https://willfaught.com/paige/"
|
||||||
```
|
```
|
||||||
|
@@ -32,19 +32,61 @@ style = """
|
|||||||
"""
|
"""
|
||||||
[paige.pages]
|
[paige.pages]
|
||||||
disable_authors = false
|
disable_authors = false
|
||||||
|
disable_auto_schema = true
|
||||||
disable_date = false
|
disable_date = false
|
||||||
|
disable_description = false
|
||||||
|
disable_edit = false
|
||||||
|
disable_history = false
|
||||||
disable_keywords = false
|
disable_keywords = false
|
||||||
|
disable_next = false
|
||||||
|
disable_prev = false
|
||||||
disable_reading_time = false
|
disable_reading_time = false
|
||||||
disable_series = false
|
disable_series = false
|
||||||
|
disable_title = false
|
||||||
disable_toc = false
|
disable_toc = false
|
||||||
|
[paige.pages.base_schema]
|
||||||
|
isAccessibleForFree = true
|
||||||
|
isFamilyFriendly = true
|
||||||
|
[paige.pages.base_schema.publisher]
|
||||||
|
"@type" = "Organization"
|
||||||
|
name = "Paige"
|
||||||
|
url = "https://github.com/willfaught/paige"
|
||||||
|
[paige.pages.microdata]
|
||||||
|
itemid = "https://willfaught.com/paige/customizations/style/"
|
||||||
|
itemscope = ""
|
||||||
|
itemtype = "https://schema.org/HowTo"
|
||||||
|
[[paige.pages.schemas]]
|
||||||
|
"@context" = "https://schema.org"
|
||||||
|
"@type" = "WebPage"
|
||||||
|
name = "Style"
|
||||||
|
url = "https://willfaught.com/paige/customizations/style/"
|
||||||
[paige.site]
|
[paige.site]
|
||||||
credit = "Paige Theme"
|
color = "#df4655"
|
||||||
|
color_scheme = "dark"
|
||||||
|
credit = '<a class="link-secondary text-decoration-none" href="https://github.com/willfaught/paige">Paige Theme</a>'
|
||||||
|
date_format = ":date_full"
|
||||||
|
description = "Mighty, malleable media mastery"
|
||||||
disable_breadcrumbs = false
|
disable_breadcrumbs = false
|
||||||
disable_credit = false
|
disable_credit = false
|
||||||
disable_license = false
|
disable_license = false
|
||||||
edit_url = "https://github.com/willfaught/paige/edit/master/exampleSite/content/%s"
|
edit_url = "https://github.com/willfaught/paige/edit/master/exampleSite/content/%s"
|
||||||
|
external_link_new_tab = true
|
||||||
history_url = "https://github.com/willfaught/paige/commits/master/exampleSite/content/%s"
|
history_url = "https://github.com/willfaught/paige/commits/master/exampleSite/content/%s"
|
||||||
|
keyword_style = "pills"
|
||||||
license = "MIT License"
|
license = "MIT License"
|
||||||
|
menu_style = "tabs"
|
||||||
|
[paige.site.base_schema]
|
||||||
|
isAccessibleForFree = true
|
||||||
|
isFamilyFriendly = true
|
||||||
|
[paige.site.base_schema.publisher]
|
||||||
|
"@type" = "Organization"
|
||||||
|
name = "Paige"
|
||||||
|
url = "https://github.com/willfaught/paige"
|
||||||
|
[[paige.site.schemas]]
|
||||||
|
"@context" = "https://schema.org"
|
||||||
|
"@type" = "WebSite"
|
||||||
|
name = "Paige"
|
||||||
|
url = "https://willfaught.com/paige/"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
This page styles some data differently than the rest of the site.
|
This page styles some data differently than the rest of the site.
|
||||||
@@ -57,6 +99,7 @@ This page has the following parameters:
|
|||||||
|
|
||||||
```toml
|
```toml
|
||||||
[paige]
|
[paige]
|
||||||
|
|
||||||
style = """
|
style = """
|
||||||
#paige-authors,
|
#paige-authors,
|
||||||
#paige-breadcrumbs,
|
#paige-breadcrumbs,
|
||||||
@@ -80,19 +123,79 @@ style = """
|
|||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[paige.pages]
|
[paige.pages]
|
||||||
|
|
||||||
disable_authors = false
|
disable_authors = false
|
||||||
|
disable_auto_schema = true
|
||||||
disable_date = false
|
disable_date = false
|
||||||
|
disable_description = false
|
||||||
|
disable_edit = false
|
||||||
|
disable_history = false
|
||||||
disable_keywords = false
|
disable_keywords = false
|
||||||
|
disable_next = false
|
||||||
|
disable_prev = false
|
||||||
disable_reading_time = false
|
disable_reading_time = false
|
||||||
disable_series = false
|
disable_series = false
|
||||||
|
disable_title = false
|
||||||
disable_toc = false
|
disable_toc = false
|
||||||
|
|
||||||
|
[paige.pages.base_schema]
|
||||||
|
|
||||||
|
isAccessibleForFree = true
|
||||||
|
isFamilyFriendly = true
|
||||||
|
|
||||||
|
[paige.pages.base_schema.publisher]
|
||||||
|
|
||||||
|
"@type" = "Organization"
|
||||||
|
name = "Paige"
|
||||||
|
url = "https://github.com/willfaught/paige"
|
||||||
|
|
||||||
|
[paige.pages.microdata]
|
||||||
|
|
||||||
|
itemid = "https://willfaught.com/paige/customizations/"
|
||||||
|
itemscope = ""
|
||||||
|
itemtype = "https://schema.org/HowTo"
|
||||||
|
|
||||||
|
[[paige.pages.schemas]]
|
||||||
|
|
||||||
|
"@context" = "https://schema.org"
|
||||||
|
"@type" = "WebPage"
|
||||||
|
name = "Style"
|
||||||
|
url = "https://willfaught.com/paige/customizations/"
|
||||||
|
|
||||||
[paige.site]
|
[paige.site]
|
||||||
credit = "Paige Theme"
|
|
||||||
|
color = "#df4655"
|
||||||
|
color_scheme = "dark"
|
||||||
|
credit = '<a class="link-secondary text-decoration-none" href="https://github.com/willfaught/paige">Paige Theme</a>'
|
||||||
|
date_format = ":date_full"
|
||||||
|
description = "Mighty, malleable media mastery"
|
||||||
disable_breadcrumbs = false
|
disable_breadcrumbs = false
|
||||||
disable_credit = false
|
disable_credit = false
|
||||||
disable_license = false
|
disable_license = false
|
||||||
edit_url = "https://github.com/willfaught/paige/edit/master/exampleSite/content/%s"
|
edit_url = "https://github.com/willfaught/paige/edit/master/exampleSite/content/%s"
|
||||||
|
external_link_new_tab = true
|
||||||
history_url = "https://github.com/willfaught/paige/commits/master/exampleSite/content/%s"
|
history_url = "https://github.com/willfaught/paige/commits/master/exampleSite/content/%s"
|
||||||
|
keyword_style = "pills"
|
||||||
license = "MIT License"
|
license = "MIT License"
|
||||||
|
menu_style = "tabs"
|
||||||
|
|
||||||
|
[paige.site.base_schema]
|
||||||
|
|
||||||
|
isAccessibleForFree = true
|
||||||
|
isFamilyFriendly = true
|
||||||
|
|
||||||
|
[paige.site.base_schema.publisher]
|
||||||
|
|
||||||
|
"@type" = "Organization"
|
||||||
|
name = "Paige"
|
||||||
|
url = "https://github.com/willfaught/paige"
|
||||||
|
|
||||||
|
[[paige.site.schemas]]
|
||||||
|
|
||||||
|
"@context" = "https://schema.org"
|
||||||
|
"@type" = "WebSite"
|
||||||
|
name = "Paige"
|
||||||
|
url = "https://willfaught.com/paige/"
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user