add meta pages with menu links

This commit is contained in:
2021-12-23 09:54:37 +01:00
parent 601d814654
commit c2348387a1
4 changed files with 322 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# -- Main Menu --
# The main menu is displayed in the header at the top of the page.
# Acceptable parameters are name, pageRef, page, url, title, weight.
#
#
# The simplest menu configuration is to provide:
# name = The name to be displayed for this menu link
# pageRef = The identifier of the page or section to link to
@ -30,7 +30,12 @@
# The footer menu is displayed at the bottom of the page, just before
# the copyright notice. Configure as per the main menu above.
# [[footer]]
# name = "Tags"
# pageRef = "tags"
# weight = 10
[[footer]]
name = "Impessum"
pageRef = "impressum"
weight = 10
[[footer]]
name = "Datenschutz"
pageRef = "datenschutz"
weight = 20

View File

@ -19,7 +19,7 @@ description = "A personal blog about PowerShell, Automation and more."
[article]
showDate = true
showDateUpdated = true
#showDateUpdated = true
dateFormat = "2 January 2006"
showAuthor = true
showBreadcrumbs = false