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> "
title = "Authoring"
type = "chapter"

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,4 +1,5 @@
+++
categories = ["howto"]
description = "What options are available for links and images"
frontmatter = ["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"
frontmatter = ["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"
frontmatter = ["alwaysopen", "collapsibleMenu", "linkTitle", "menuPost", "menuPre", "ordersectionsby"]
options = ["alwaysopen", "collapsibleMenu", "ordersectionsby"]

View file

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

View file

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

View file

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

View file

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

View file

@ -1,4 +1,5 @@
+++
categories = ["howto"]
description = "Configure the topbar"
frontmatter = ["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"
frontmatter = ["imageEffects"]
title = "Image Effects"

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

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