docs: add categories taxonomy #567

This commit is contained in:
Sören Weber 2024-10-12 19:28:28 +02:00
parent b581dbb6e5
commit 41cefeda69
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
139 changed files with 139 additions and 11 deletions

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["reference"]
menuPre = "<i class='fa-fw fab fa-markdown'></i> " menuPre = "<i class='fa-fw fab fa-markdown'></i> "
title = "Authoring" title = "Authoring"
type = "chapter" type = "chapter"

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["reference"]
menuPre = "<i class='fa-fw fab fa-markdown'></i> " menuPre = "<i class='fa-fw fab fa-markdown'></i> "
title = "Rambl'n" title = "Rambl'n"
type = "chapter" type = "chapter"

View file

@ -1,5 +1,6 @@
+++ +++
alwaysopen = false alwaysopen = false
categories = ["reference"]
description = "All things front matter" description = "All things front matter"
title = "Front Matter" title = "Front Matter"
weight = 2 weight = 2

View file

@ -1,5 +1,6 @@
+++ +++
alwaysopen = false alwaysopen = false
categories = ["reference"]
description = "All things front matter" description = "All things front matter"
title = "Front Matter" title = "Front Matter"
weight = 2 weight = 2

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "How to vary layouts by using page designs" description = "How to vary layouts by using page designs"
title = "Page Designs" title = "Page Designs"
weight = 1 weight = 1

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "How to vary layouts by using page designs" description = "How to vary layouts by using page designs"
title = "Page Designs" title = "Page Designs"
weight = 1 weight = 1

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "What options are available for links and images" description = "What options are available for links and images"
frontmatter = ["externalLinkTarget", "image.errorlevel", "link.errorlevel"] frontmatter = ["externalLinkTarget", "image.errorlevel", "link.errorlevel"]
options = ["externalLinkTarget", "image.errorlevel", "link.errorlevel"] options = ["externalLinkTarget", "image.errorlevel", "link.errorlevel"]

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "What options are available for links and images" description = "What options are available for links and images"
frontmatter = ["externalLinkTarget", "image.errorlevel", "link.errorlevel"] frontmatter = ["externalLinkTarget", "image.errorlevel", "link.errorlevel"]
options = ["externalLinkTarget", "image.errorlevel", "link.errorlevel"] options = ["externalLinkTarget", "image.errorlevel", "link.errorlevel"]

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "Behavior of the navigation menu" description = "Behavior of the navigation menu"
frontmatter = ["alwaysopen", "collapsibleMenu", "linkTitle", "menuPost", "menuPre", "ordersectionsby"] frontmatter = ["alwaysopen", "collapsibleMenu", "linkTitle", "menuPost", "menuPre", "ordersectionsby"]
options = ["alwaysopen", "collapsibleMenu", "ordersectionsby"] options = ["alwaysopen", "collapsibleMenu", "ordersectionsby"]

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "Behavior of the navigation menu" description = "Behavior of the navigation menu"
frontmatter = ["alwaysopen", "collapsibleMenu", "linkTitle", "menuPost", "menuPre", "ordersectionsby"] frontmatter = ["alwaysopen", "collapsibleMenu", "linkTitle", "menuPost", "menuPre", "ordersectionsby"]
options = ["alwaysopen", "collapsibleMenu", "ordersectionsby"] options = ["alwaysopen", "collapsibleMenu", "ordersectionsby"]

View file

@ -1,7 +1,7 @@
+++ +++
categories = ["reference"]
description = "All front matter for the Relearn theme" description = "All front matter for the Relearn theme"
linkTitle = "Reference" linkTitle = "Reference"
tags = ["reference"]
title = "Front Matter Reference" title = "Front Matter Reference"
weight = 5 weight = 5
+++ +++

View file

@ -1,7 +1,7 @@
+++ +++
categories = ["reference"]
description = "All front matter for the Relearn theme" description = "All front matter for the Relearn theme"
linkTitle = "Reference" linkTitle = "Reference"
tags = ["reference"]
title = "Front Matter Reference" title = "Front Matter Reference"
weight = 5 weight = 5
+++ +++

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "Configure the topbar" description = "Configure the topbar"
frontmatter = ["disableBreadcrumb", "disableNextPrev", "disableToc", "editURL"] frontmatter = ["disableBreadcrumb", "disableNextPrev", "disableToc", "editURL"]
options = ["disableBreadcrumb", "disableNextPrev", "disableToc", "editURL"] options = ["disableBreadcrumb", "disableNextPrev", "disableToc", "editURL"]

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "Configure the topbar" description = "Configure the topbar"
frontmatter = ["disableBreadcrumb", "disableNextPrev", "disableToc", "editURL"] frontmatter = ["disableBreadcrumb", "disableNextPrev", "disableToc", "editURL"]
options = ["disableBreadcrumb", "disableNextPrev", "disableToc", "editURL"] options = ["disableBreadcrumb", "disableNextPrev", "disableToc", "editURL"]

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["explanation"]
description = "How to apply graphical effects to your images" description = "How to apply graphical effects to your images"
frontmatter = ["imageEffects"] frontmatter = ["imageEffects"]
title = "Image Effects" title = "Image Effects"

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["explanation"]
description = "How to apply graphical effects to your images" description = "How to apply graphical effects to your images"
frontmatter = ["imageEffects"] frontmatter = ["imageEffects"]
title = "Image Effects" title = "Image Effects"

View file

@ -1,6 +1,6 @@
+++ +++
description = "Reference of CommonMark and Markdown extensions" description = "Reference of CommonMark and Markdown extensions"
tags = ["reference"] categories = ["howto", "reference"]
title = "Markdown Syntax" title = "Markdown Syntax"
weight = 4 weight = 4
+++ +++

View file

@ -1,6 +1,6 @@
+++ +++
description = "Reference of CommonMark and Markdown extensions" description = "Reference of CommonMark and Markdown extensions"
tags = ["reference"] categories = ["howto", "reference"]
title = "Marrrkdown Rules" title = "Marrrkdown Rules"
weight = 4 weight = 4
+++ +++

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "What page meta information are available" description = "What page meta information are available"
frontmatter = ["headingPost", "headingPre", "hidden", "LastModifierDisplayName", "LastModifierEmail"] frontmatter = ["headingPost", "headingPre", "hidden", "LastModifierDisplayName", "LastModifierEmail"]
title = "Meta Information" title = "Meta Information"

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "What page meta information are available" description = "What page meta information are available"
frontmatter = ["headingPost", "headingPre", "hidden", "LastModifierDisplayName", "LastModifierEmail"] frontmatter = ["headingPost", "headingPre", "hidden", "LastModifierDisplayName", "LastModifierEmail"]
title = "Meta Information" title = "Meta Information"

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["explanation"]
description = "Your content's directory structure" description = "Your content's directory structure"
title = "Directory Structure" title = "Directory Structure"
weight = 1 weight = 1

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["explanation"]
description = "Your content's directory structure" description = "Your content's directory structure"
title = "Directory Structure" title = "Directory Structure"
weight = 1 weight = 1

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["reference"]
menuPre = "<i class='fa-fw fas fa-gears'></i> " menuPre = "<i class='fa-fw fas fa-gears'></i> "
title = "Configuration" title = "Configuration"
type = "chapter" type = "chapter"

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["reference"]
menuPre = "<i class='fa-fw fas fa-gears'></i> " menuPre = "<i class='fa-fw fas fa-gears'></i> "
title = "Configurrrat'n" title = "Configurrrat'n"
type = "chapter" type = "chapter"

View file

@ -1,5 +1,6 @@
+++ +++
alwaysopen = false alwaysopen = false
categories = ["reference"]
description = "Change colors and logos of your site" description = "Change colors and logos of your site"
title = "Branding" title = "Branding"
weight = 2 weight = 2

View file

@ -1,5 +1,6 @@
+++ +++
alwaysopen = false alwaysopen = false
categories = ["reference"]
description = "Change colors and logos of your site" description = "Change colors and logos of your site"
title = "Brrrand'n" title = "Brrrand'n"
weight = 2 weight = 2

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["explanation", "howto"]
description = "Learn how to customize your site's colors" description = "Learn how to customize your site's colors"
options = ["themeVariant"] options = ["themeVariant"]
title = "Colors" title = "Colors"

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["explanation", "howto"]
description = "Learn how to customize your site's colors" description = "Learn how to customize your site's colors"
options = ["themeVariant"] options = ["themeVariant"]
title = "Brrrand'n" title = "Brrrand'n"

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["tutorial"]
description = "An interactive tool to generate color variant stylesheets" description = "An interactive tool to generate color variant stylesheets"
mermaid.force = true mermaid.force = true
options = ["themeVariant"] options = ["themeVariant"]

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["tutorial"]
description = "An interactive tool to generate color variant stylesheets" description = "An interactive tool to generate color variant stylesheets"
mermaid.force = true mermaid.force = true
options = ["themeVariant"] options = ["themeVariant"]

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "Provide your own logo and favicon" description = "Provide your own logo and favicon"
title = "Logo" title = "Logo"
weight = 1 weight = 1

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "Provide your own logo and favicon" description = "Provide your own logo and favicon"
title = "Logo" title = "Logo"
weight = 1 weight = 1

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "Colors of syntax highlighting and 3rd-party modules" description = "Colors of syntax highlighting and 3rd-party modules"
title = "Module Theming" title = "Module Theming"
weight = 3 weight = 3

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "Colors of syntax highlighting and 3rd-party modules" description = "Colors of syntax highlighting and 3rd-party modules"
title = "Module Theming" title = "Module Theming"
weight = 3 weight = 3

View file

@ -1,5 +1,6 @@
+++ +++
alwaysopen = false alwaysopen = false
categories = ["reference"]
description = "Configure the content area of your site" description = "Configure the content area of your site"
title = "Content" title = "Content"
weight = 4 weight = 4

View file

@ -1,5 +1,6 @@
+++ +++
alwaysopen = false alwaysopen = false
categories = ["reference"]
description = "Configure the content area of your site" description = "Configure the content area of your site"
title = "Content" title = "Content"
weight = 4 weight = 4

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "Configuring heading anchors" description = "Configuring heading anchors"
options = ["disableAnchorCopy", "disableAnchorScrolling"] options = ["disableAnchorCopy", "disableAnchorScrolling"]
title = "Headings" title = "Headings"

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "Configuring heading anchors" description = "Configuring heading anchors"
options = ["disableAnchorCopy", "disableAnchorScrolling"] options = ["disableAnchorCopy", "disableAnchorScrolling"]
title = "Headings" title = "Headings"

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["explanation", "howto"]
description = "Learn about the hidden pages feature" description = "Learn about the hidden pages feature"
options = ["disableSearchHiddenPages", "disableSeoHiddenPages", "disableTagHiddenPages"] options = ["disableSearchHiddenPages", "disableSeoHiddenPages", "disableTagHiddenPages"]
title = "Hidden Pages" title = "Hidden Pages"

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["explanation", "howto"]
description = "Learn about the hidden pages feature" description = "Learn about the hidden pages feature"
options = ["disableSearchHiddenPages", "disableSeoHiddenPages", "disableTagHiddenPages"] options = ["disableSearchHiddenPages", "disableSeoHiddenPages", "disableTagHiddenPages"]
title = "Hidden Pages" title = "Hidden Pages"

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "What options are available for links and images" description = "What options are available for links and images"
options = ["disableDefaultRelref", "disableExplicitIndexURLs"] options = ["disableDefaultRelref", "disableExplicitIndexURLs"]
title = "Linking" title = "Linking"

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "What options are available for links and images" description = "What options are available for links and images"
options = ["disableDefaultRelref", "disableExplicitIndexURLs"] options = ["disableDefaultRelref", "disableExplicitIndexURLs"]
title = "Linking" title = "Linking"

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "Configuring titles and breadcrumbs to your needs" description = "Configuring titles and breadcrumbs to your needs"
options = ["breadcrumbSeparator", "disableRootBreadcrumb", "disableTermBreadcrumbs", "titleSeparator"] options = ["breadcrumbSeparator", "disableRootBreadcrumb", "disableTermBreadcrumbs", "titleSeparator"]
title = "Titles & Breadcrumbs" title = "Titles & Breadcrumbs"

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "Configuring titles and breadcrumbs to your needs" description = "Configuring titles and breadcrumbs to your needs"
options = ["breadcrumbSeparator", "disableRootBreadcrumb", "disableTermBreadcrumbs", "titleSeparator"] options = ["breadcrumbSeparator", "disableRootBreadcrumb", "disableTermBreadcrumbs", "titleSeparator"]
title = "Titles & Breadcrumbs" title = "Titles & Breadcrumbs"

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "Changing the content area width" description = "Changing the content area width"
title = "Width" title = "Width"
weight = 1 weight = 1

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "Changing the content area width" description = "Changing the content area width"
title = "Width" title = "Width"
weight = 1 weight = 1

View file

@ -1,5 +1,6 @@
+++ +++
alwaysopen = false alwaysopen = false
categories = ["reference"]
description = "Customize files for advanced usage" description = "Customize files for advanced usage"
title = "Customization" title = "Customization"
weight = 5 weight = 5

View file

@ -1,5 +1,6 @@
+++ +++
alwaysopen = false alwaysopen = false
categories = ["reference"]
description = "Customize files for advanced usage" description = "Customize files for advanced usage"
title = "Customization" title = "Customization"
weight = 5 weight = 5

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["explanation", "howto"]
description = "Add further code to your site" description = "Add further code to your site"
options = ["relearn.dependencies"] options = ["relearn.dependencies"]
title = "Extending Scripts" title = "Extending Scripts"

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["explanation", "howto"]
description = "Add further code to your site" description = "Add further code to your site"
options = ["relearn.dependencies"] options = ["relearn.dependencies"]
title = "Extending Scripts" title = "Extending Scripts"

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["explanation", "howto"]
description = "Extending page designs" description = "Extending page designs"
title = "Page Designs" title = "Page Designs"
weight = 5 weight = 5

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["explanation", "howto"]
description = "Using and extending page designs" description = "Using and extending page designs"
title = "Page Designs" title = "Page Designs"
weight = 5 weight = 5

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["explanation", "howto"]
description = "How to extend image effects" description = "How to extend image effects"
options = ["imageEffects"] options = ["imageEffects"]
title = "Image Effects" title = "Image Effects"

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["explanation", "howto"]
description = "How to extend image effects" description = "How to extend image effects"
options = ["imageEffects"] options = ["imageEffects"]
title = "Image Effects" title = "Image Effects"

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["explanation", "howto"]
description = "Adding Custom Output Formats" description = "Adding Custom Output Formats"
title = "Output Formats" title = "Output Formats"
weight = 6 weight = 6

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["explanation", "howto"]
description = "Adding Custom Output Formats" description = "Adding Custom Output Formats"
title = "Output Formats" title = "Output Formats"
weight = 6 weight = 6

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["explanation"]
description = "Modifying partials to your needs" description = "Modifying partials to your needs"
title = "Partials" title = "Partials"
weight = 1 weight = 1

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["explanation"]
description = "Modifying partials to your needs" description = "Modifying partials to your needs"
title = "Partials" title = "Partials"
weight = 1 weight = 1

View file

@ -1,7 +1,6 @@
+++ +++
categories = ["taxonomy", "content"] categories = ["explanation", "howto", "reference"]
description = "How to display custom taxonomies on your pages" description = "How to display custom taxonomies on your pages"
tags = "tutorial"
title = "Taxonomies" title = "Taxonomies"
weight = 7 weight = 7
+++ +++

View file

@ -1,7 +1,6 @@
+++ +++
categories = ["taxonomy", "content"] categories = ["explanation", "howto", "reference"]
description = "How to display custom taxonomies on your pages" description = "How to display custom taxonomies on your pages"
tags = "tutorrrial"
title = "Taxonomies" title = "Taxonomies"
weight = 7 weight = 7
+++ +++

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["explanation", "reference"]
description = "How to extend the topbar" description = "How to extend the topbar"
options = ["editURL"] options = ["editURL"]
title = "Topbar" title = "Topbar"

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["explanation", "reference"]
description = "How to extend the topbar" description = "How to extend the topbar"
options = ["editURL"] options = ["editURL"]
title = "Topbarrr" title = "Topbarrr"

View file

@ -1,6 +1,6 @@
+++ +++
categories = ["reference"]
description = "All configuration options for the Relearn theme" description = "All configuration options for the Relearn theme"
tags = ["reference"]
title = "Options Reference" title = "Options Reference"
weight = 6 weight = 6
+++ +++

View file

@ -1,6 +1,6 @@
+++ +++
categories = ["reference"]
description = "All configuration options for the Relearn theme" description = "All configuration options for the Relearn theme"
tags = ["reference"]
title = "Options Reference" title = "Options Reference"
weight = 6 weight = 6
+++ +++

View file

@ -1,5 +1,6 @@
+++ +++
alwaysopen = false alwaysopen = false
categories = ["reference"]
description = "Configure all things sidebar" description = "Configure all things sidebar"
title = "Sidebar" title = "Sidebar"
weight = 3 weight = 3

View file

@ -1,5 +1,6 @@
+++ +++
alwaysopen = false alwaysopen = false
categories = ["reference"]
description = "Configure all things sidebar" description = "Configure all things sidebar"
title = "Sidebar" title = "Sidebar"
weight = 3 weight = 3

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "Configure the header and footer" description = "Configure the header and footer"
options = ["disableLandingPageButton", "landingPageName", "linkTitle", "showVisitedLinks"] options = ["disableLandingPageButton", "landingPageName", "linkTitle", "showVisitedLinks"]
title = "Header & Footer" title = "Header & Footer"

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "Configure the header and footer" description = "Configure the header and footer"
options = ["disableLandingPageButton", "landingPageName", "linkTitle", "showVisitedLinks"] options = ["disableLandingPageButton", "landingPageName", "linkTitle", "showVisitedLinks"]
title = "Header & Footer" title = "Header & Footer"

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "Configure search and the search form" description = "Configure search and the search form"
options = ["additionalContentLanguage", "disableSearch", "disableSearchIndex", "disableSearchPage", "searchIndexURL", "searchPageURL"] options = ["additionalContentLanguage", "disableSearch", "disableSearchIndex", "disableSearchPage", "searchIndexURL", "searchPageURL"]
title = "Search" title = "Search"

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "Configure search and the search form" description = "Configure search and the search form"
options = ["additionalContentLanguage", "disableSearch", "disableSearchIndex", "disableSearchPage", "searchIndexURL", "searchPageURL"] options = ["additionalContentLanguage", "disableSearch", "disableSearchIndex", "disableSearchPage", "searchIndexURL", "searchPageURL"]
title = "Search" title = "Search"

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "Add additional shortcut links to the sidebar" description = "Add additional shortcut links to the sidebar"
options = ["disableShortcutsTitle"] options = ["disableShortcutsTitle"]
title = "Shortcut Menu" title = "Shortcut Menu"

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "Add additional shortcut links to the sidebar" description = "Add additional shortcut links to the sidebar"
options = ["disableShortcutsTitle"] options = ["disableShortcutsTitle"]
title = "Shortcut Menu" title = "Shortcut Menu"

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "Changing the width of the sidebar" description = "Changing the width of the sidebar"
title = "Width" title = "Width"
weight = 1 weight = 1

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "Changing the width of the sidebar" description = "Changing the width of the sidebar"
title = "Width" title = "Width"
weight = 1 weight = 1

View file

@ -1,5 +1,6 @@
+++ +++
alwaysopen = false alwaysopen = false
categories = ["reference"]
description = "Get yourself familiar with the general structure of your website" description = "Get yourself familiar with the general structure of your website"
title = "Site Management" title = "Site Management"
weight = 1 weight = 1

View file

@ -1,5 +1,6 @@
+++ +++
alwaysopen = false alwaysopen = false
categories = ["reference"]
description = "Get yourself familiar with the general structure of your website" description = "Get yourself familiar with the general structure of your website"
title = "Site Management" title = "Site Management"
weight = 1 weight = 1

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "Options for specific deployment needs" description = "Options for specific deployment needs"
title = "Deployment Scenarios" title = "Deployment Scenarios"
weight = 4 weight = 4

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "Options for specific deployment needs" description = "Options for specific deployment needs"
title = "Deployment Scenarios" title = "Deployment Scenarios"
weight = 4 weight = 4

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "What site-wide meta information can be set" description = "What site-wide meta information can be set"
frontmatter = ["description"] frontmatter = ["description"]
options = ["author.email", "author.name"] options = ["author.email", "author.name"]

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "What site-wide meta information can be set" description = "What site-wide meta information can be set"
frontmatter = ["description"] frontmatter = ["description"]
options = ["author.email", "author.name"] options = ["author.email", "author.name"]

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "How to set up a multilingual site" description = "How to set up a multilingual site"
options = ["disableLanguageSwitchingButton"] options = ["disableLanguageSwitchingButton"]
title = "Multilingual" title = "Multilingual"

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "How to set up a multilingual site" description = "How to set up a multilingual site"
options = ["disableLanguageSwitchingButton"] options = ["disableLanguageSwitchingButton"]
title = "Multilingual" title = "Multilingual"

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "What other formats can a page be displayed in" description = "What other formats can a page be displayed in"
title = "Available Output Formats" title = "Available Output Formats"
weight = 5 weight = 5

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "What other formats can a page be displayed in" description = "What other formats can a page be displayed in"
title = "Available Output Formats" title = "Available Output Formats"
weight = 5 weight = 5

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "How to make your generated HTML output stable" description = "How to make your generated HTML output stable"
options = ["disableAssetsBusting", "disableGeneratorVersion", "disableRandomIds"] options = ["disableAssetsBusting", "disableGeneratorVersion", "disableRandomIds"]
title = "Stable Output" title = "Stable Output"

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["howto"]
description = "How to make your generated HTML output stable" description = "How to make your generated HTML output stable"
options = ["disableAssetsBusting", "disableGeneratorVersion", "disableRandomIds"] options = ["disableAssetsBusting", "disableGeneratorVersion", "disableRandomIds"]
title = "Stable Output" title = "Stable Output"

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["explanation"]
description = "Your site's directory structure" description = "Your site's directory structure"
title = "Directory Structure" title = "Directory Structure"
weight = 1 weight = 1

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["explanation"]
description = "Your site's directory structure" description = "Your site's directory structure"
title = "Directory Structure" title = "Directory Structure"
weight = 1 weight = 1

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["reference"]
menuPre = "<i class='fa-fw fas fa-code-pull-request'></i> " menuPre = "<i class='fa-fw fas fa-code-pull-request'></i> "
hidden = true hidden = true
title = "Development" title = "Development"

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["reference"]
menuPre = "<i class='fa-fw fas fa-code-pull-request'></i> " menuPre = "<i class='fa-fw fas fa-code-pull-request'></i> "
hidden = true hidden = true
title = "Development" title = "Development"

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["explanation"]
description = "What to know if you want to contribute" description = "What to know if you want to contribute"
title = "Contributing" title = "Contributing"
+++ +++

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["explanation"]
description = "What to know if you want to contribute" description = "What to know if you want to contribute"
title = "Contributing" title = "Contributing"
+++ +++

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["explanation", "howto"]
description = "What to know as a maintainer" description = "What to know as a maintainer"
title = "Maintaining" title = "Maintaining"
+++ +++

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["explanation", "howto"]
description = "What to know as a maintainer" description = "What to know as a maintainer"
title = "Maintaining" title = "Maintaining"
+++ +++

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["explanation", "howto"]
description = "Recipe to create various documentation screenshots" description = "Recipe to create various documentation screenshots"
title = "Screenshots" title = "Screenshots"
+++ +++

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["explanation", "howto"]
description = "Recipe t' create various documentat'n scrrreenshots" description = "Recipe t' create various documentat'n scrrreenshots"
title = "Scrrrenshots" title = "Scrrrenshots"
+++ +++

View file

@ -1,5 +1,6 @@
+++ +++
alwaysopen = false alwaysopen = false
categories = ["reference"]
description = "The detailed changelog" description = "The detailed changelog"
disableToc = false disableToc = false
title = "Changelog" title = "Changelog"

View file

@ -1,5 +1,6 @@
+++ +++
alwaysopen = false alwaysopen = false
categories = ["reference"]
description = "The detailed changelog" description = "The detailed changelog"
disableToc = false disableToc = false
title = "Changelog" title = "Changelog"

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["tutorial"]
description = "Initialize your website in a few simple steps" description = "Initialize your website in a few simple steps"
title = "Getting Started" title = "Getting Started"
weight = 1 weight = 1

View file

@ -1,4 +1,5 @@
+++ +++
categories = ["tutorial"]
description = "Initialize your website in a few simple steps" description = "Initialize your website in a few simple steps"
title = "Gettin' started" title = "Gettin' started"
weight = 1 weight = 1

Some files were not shown because too many files have changed in this diff Show more