156 lines
		
	
	
		
			3.8 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			156 lines
		
	
	
		
			3.8 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| +++
 | |
| authors = ["author-demo"]
 | |
| categories = ["customization", "paige"]
 | |
| date = 2023-09-18T21:21:05-07:00
 | |
| description = "Demonstration of a customization that shows all data."
 | |
| series = ["series-demo"]
 | |
| tags = ["show", "singles"]
 | |
| title = "Show Data"
 | |
| [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
 | |
| disable_word_count = false
 | |
| full_width = true
 | |
| [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/example/content/%s"
 | |
| external_link_new_tab = true
 | |
| history_url = "https://github.com/willfaught/paige/commits/master/example/content/%s"
 | |
| keyword_style = "pills"
 | |
| license = "EUPL 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.
 | |
| 
 | |
| <!--more-->
 | |
| 
 | |
| ## Parameters
 | |
| 
 | |
| 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
 | |
| disable_word_count = false
 | |
| full_width = true
 | |
| 
 | |
| [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/example/content/%s"
 | |
| external_link_new_tab = true
 | |
| history_url = "https://github.com/willfaught/paige/commits/master/example/content/%s"
 | |
| keyword_style = "pills"
 | |
| license = "EUPL 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/"
 | |
| ```
 |