Rename exampleSite to example
This commit is contained in:
		
							
								
								
									
										172
									
								
								example/content/customizations/_index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										172
									
								
								example/content/customizations/_index.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,172 @@ | ||||
| +++ | ||||
| authors = ["author-demo"] | ||||
| categories = ["customization", "paige"] | ||||
| description = "Demonstrations of customizations." | ||||
| series = ["series-demo"] | ||||
| 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 | ||||
| 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/" | ||||
| 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] | ||||
| 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 = "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/" | ||||
| [paige.subpages] | ||||
| disable_authors = false | ||||
| disable_date = false | ||||
| disable_keywords = false | ||||
| disable_reading_time = false | ||||
| disable_series = false | ||||
| disable_summary = false | ||||
| disable_word_count = false | ||||
| +++ | ||||
|  | ||||
| This site hides some section page data by default. This page shows it all. | ||||
|  | ||||
| <!--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/" | ||||
| 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] | ||||
|  | ||||
| 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 = "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/" | ||||
|  | ||||
| [paige.subpages] | ||||
|  | ||||
| disable_authors = false | ||||
| disable_date = false | ||||
| disable_keywords = false | ||||
| disable_reading_time = false | ||||
| disable_series = false | ||||
| disable_summary = false | ||||
| disable_word_count = false | ||||
| ``` | ||||
							
								
								
									
										155
									
								
								example/content/customizations/show.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										155
									
								
								example/content/customizations/show.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,155 @@ | ||||
| +++ | ||||
| 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/exampleSite/content/%s" | ||||
| external_link_new_tab = true | ||||
| history_url = "https://github.com/willfaught/paige/commits/master/exampleSite/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/exampleSite/content/%s" | ||||
| external_link_new_tab = true | ||||
| history_url = "https://github.com/willfaught/paige/commits/master/exampleSite/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/" | ||||
| ``` | ||||
							
								
								
									
										203
									
								
								example/content/customizations/style.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										203
									
								
								example/content/customizations/style.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,203 @@ | ||||
| +++ | ||||
| authors = ["author-demo"] | ||||
| categories = ["customization", "paige"] | ||||
| date = 2023-09-18T20:21:05-07:00 | ||||
| description = "Demonstration of a customization that styles all data." | ||||
| series = ["series-demo"] | ||||
| tags = ["singles", "style"] | ||||
| title = "Style Data" | ||||
| [paige] | ||||
| style = """ | ||||
| #paige-page-authors, | ||||
| #paige-page-content, | ||||
| #paige-page-date, | ||||
| #paige-page-description, | ||||
| #paige-page-file, | ||||
| #paige-page-keywords, | ||||
| #paige-page-reading-time, | ||||
| #paige-page-series, | ||||
| #paige-page-siblings, | ||||
| #paige-page-title, | ||||
| #paige-page-toc, | ||||
| #paige-site-breadcrumbs, | ||||
| #paige-site-copyright, | ||||
| #paige-site-credit, | ||||
| #paige-site-description, | ||||
| #paige-site-license, | ||||
| #paige-site-menu, | ||||
| #paige-site-title { | ||||
|     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 | ||||
| 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/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] | ||||
| 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 = "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 styles some data differently than the rest of the site. | ||||
|  | ||||
| <!--more--> | ||||
|  | ||||
| ## Parameters | ||||
|  | ||||
| This page has the following parameters: | ||||
|  | ||||
| ```toml | ||||
| [paige] | ||||
|  | ||||
| style = """ | ||||
| #paige-page-authors, | ||||
| #paige-page-content, | ||||
| #paige-page-date, | ||||
| #paige-page-description, | ||||
| #paige-page-file, | ||||
| #paige-page-keywords, | ||||
| #paige-page-reading-time, | ||||
| #paige-page-series, | ||||
| #paige-page-siblings, | ||||
| #paige-page-title, | ||||
| #paige-page-toc, | ||||
| #paige-site-breadcrumbs, | ||||
| #paige-site-copyright, | ||||
| #paige-site-credit, | ||||
| #paige-site-description, | ||||
| #paige-site-license, | ||||
| #paige-site-menu, | ||||
| #paige-site-title { | ||||
|     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 | ||||
| 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/" | ||||
| 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] | ||||
|  | ||||
| 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 = "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/" | ||||
| ``` | ||||
		Reference in New Issue
	
	Block a user