add meta pages with menu links
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user