Put all options in customization pages
This commit is contained in:
@@ -7,19 +7,61 @@ tags = ["sections"]
|
||||
title = "Customizations"
|
||||
[paige.pages]
|
||||
disable_authors = false
|
||||
disable_auto_schema = true
|
||||
disable_date = false
|
||||
disable_description = false
|
||||
disable_edit = false
|
||||
disable_history = false
|
||||
disable_keywords = false
|
||||
disable_next = false
|
||||
disable_prev = false
|
||||
disable_reading_time = false
|
||||
disable_series = false
|
||||
disable_title = 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]
|
||||
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_credit = 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/"
|
||||
[paige.subpages]
|
||||
disable_authors = false
|
||||
disable_date = false
|
||||
@@ -39,21 +81,82 @@ This page has the following parameters:
|
||||
|
||||
```toml
|
||||
[paige.pages]
|
||||
|
||||
disable_authors = false
|
||||
disable_auto_schema = true
|
||||
disable_date = false
|
||||
disable_description = false
|
||||
disable_edit = false
|
||||
disable_history = false
|
||||
disable_keywords = false
|
||||
disable_next = false
|
||||
disable_prev = false
|
||||
disable_reading_time = false
|
||||
disable_series = false
|
||||
disable_title = 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]
|
||||
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_credit = 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/"
|
||||
|
||||
[paige.subpages]
|
||||
|
||||
disable_authors = false
|
||||
disable_date = false
|
||||
disable_keywords = false
|
||||
|
@@ -6,24 +6,63 @@ description = "Demonstration of a customization that shows all data."
|
||||
series = ["series-demo"]
|
||||
tags = ["show", "singles"]
|
||||
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]
|
||||
disable_authors = false
|
||||
disable_auto_schema = true
|
||||
disable_date = false
|
||||
disable_description = false
|
||||
disable_edit = false
|
||||
disable_history = false
|
||||
disable_keywords = false
|
||||
disable_next = false
|
||||
disable_prev = false
|
||||
disable_reading_time = false
|
||||
disable_series = false
|
||||
disable_title = 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]
|
||||
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_credit = 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.
|
||||
@@ -36,18 +75,77 @@ This page has the following parameters:
|
||||
|
||||
```toml
|
||||
[paige.pages]
|
||||
|
||||
disable_authors = false
|
||||
disable_auto_schema = true
|
||||
disable_date = false
|
||||
disable_description = false
|
||||
disable_edit = false
|
||||
disable_history = false
|
||||
disable_keywords = false
|
||||
disable_next = false
|
||||
disable_prev = false
|
||||
disable_reading_time = false
|
||||
disable_series = false
|
||||
disable_title = 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]
|
||||
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_credit = 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/"
|
||||
```
|
||||
|
@@ -32,19 +32,61 @@ style = """
|
||||
"""
|
||||
[paige.pages]
|
||||
disable_authors = false
|
||||
disable_auto_schema = true
|
||||
disable_date = false
|
||||
disable_description = false
|
||||
disable_edit = false
|
||||
disable_history = false
|
||||
disable_keywords = false
|
||||
disable_next = false
|
||||
disable_prev = false
|
||||
disable_reading_time = false
|
||||
disable_series = false
|
||||
disable_title = 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]
|
||||
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_credit = 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 styles some data differently than the rest of the site.
|
||||
@@ -57,6 +99,7 @@ This page has the following parameters:
|
||||
|
||||
```toml
|
||||
[paige]
|
||||
|
||||
style = """
|
||||
#paige-authors,
|
||||
#paige-breadcrumbs,
|
||||
@@ -80,19 +123,79 @@ style = """
|
||||
font-style: italic;
|
||||
}
|
||||
"""
|
||||
|
||||
[paige.pages]
|
||||
|
||||
disable_authors = false
|
||||
disable_auto_schema = true
|
||||
disable_date = false
|
||||
disable_description = false
|
||||
disable_edit = false
|
||||
disable_history = false
|
||||
disable_keywords = false
|
||||
disable_next = false
|
||||
disable_prev = false
|
||||
disable_reading_time = false
|
||||
disable_series = false
|
||||
disable_title = 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]
|
||||
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_credit = 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/"
|
||||
```
|
||||
|
Reference in New Issue
Block a user