Some minor changes with broken translations, missing links, inconsequent naming systems, etc.
This commit is contained in:
@@ -10,6 +10,11 @@ defaultContentLanguageInSubdir = true
|
||||
|
||||
pagination.pagerSize = 5
|
||||
|
||||
|
||||
|
||||
[frontmatter]
|
||||
lastmod = ["lastmod"]
|
||||
|
||||
# Required for Chroma and the custom syntax highlighting (terminal theme)
|
||||
[markup.highlight]
|
||||
noClasses = false
|
||||
@@ -47,7 +52,7 @@ pagination.pagerSize = 5
|
||||
|
||||
# set post to show the last updated
|
||||
# If you use git, you can set `enableGitInfo` to `true` and then post will automatically get the last updated
|
||||
# showLastUpdated = true # (default: false)
|
||||
showLastUpdated = true # (default: false)
|
||||
|
||||
# Provide a string as a prefix for the last update date. By default, it looks like this: 2020-xx-xx [Updated: 2020-xx-xx] :: Author
|
||||
# updatedDatePrefix = "Updated"
|
||||
@@ -70,7 +75,6 @@ pagination.pagerSize = 5
|
||||
creator = ""
|
||||
site = ""
|
||||
|
||||
|
||||
[params.banner]
|
||||
# you can set a banner on the top of the page with a call to action
|
||||
# defaults: dismissible = false; URL is optional
|
||||
@@ -95,6 +99,7 @@ pagination.pagerSize = 5
|
||||
olderPosts = "Older posts"
|
||||
missingContentMessage = "Page not found..."
|
||||
missingBackButtonLabel = "Back to home page"
|
||||
updatedDatePrefix = "Updated"
|
||||
# set title for the table of contents
|
||||
# can be overridden in a page's front-matter
|
||||
TocTitle = "Table of Contents" # default
|
||||
@@ -151,6 +156,7 @@ pagination.pagerSize = 5
|
||||
olderPosts = "Ältere Posts"
|
||||
missingContentMessage = "Seite konnte nicht gefunden werden..."
|
||||
missingBackButtonLabel = "Zurück zur Startseite"
|
||||
updatedDatePrefix = "Aktualisiert"
|
||||
# set title for the table of contents
|
||||
# can be overridden in a page's front-matter
|
||||
TocTitle = "Inhaltsverzeichnis" # default
|
||||
|
||||
Reference in New Issue
Block a user