|
|
@ -22,7 +22,7 @@ preserveTaxonomyNames = true |
|
|
|
copyrighturl = "/about/" |
|
|
|
|
|
|
|
# Show the "built on Hugo" disclaimer |
|
|
|
showhugo = false |
|
|
|
#showhugo = true |
|
|
|
|
|
|
|
# Urls for social networks |
|
|
|
#facebook = "https://facebook.com" |
|
|
@ -53,17 +53,17 @@ preserveTaxonomyNames = true |
|
|
|
|
|
|
|
[menu] |
|
|
|
# This displays buttons in the navbar to access your contents |
|
|
|
[[menu.main]] |
|
|
|
identifier = "about" # An unique identifier for the button |
|
|
|
name = "About" # A display name for the button |
|
|
|
url = "/about/" # The path to the content. It can lead to a single page (like here) |
|
|
|
weight = 90 # A number to order the buttons in the navbar |
|
|
|
|
|
|
|
[[menu.main]] |
|
|
|
identifier = "posts" |
|
|
|
name = "Blog" |
|
|
|
url = "/post/" # The path can lead to a content folder too. |
|
|
|
weight = 20 |
|
|
|
# [[menu.main]] |
|
|
|
# identifier = "about" # An unique identifier for the button |
|
|
|
# name = "About" # A display name for the button |
|
|
|
# url = "/about/" # The path to the content. It can lead to a single page (like here) |
|
|
|
# weight = 90 # A number to order the buttons in the navbar |
|
|
|
|
|
|
|
# [[menu.main]] |
|
|
|
# identifier = "posts" |
|
|
|
# name = "Blog" |
|
|
|
# url = "/post/" # The path can lead to a content folder too. |
|
|
|
# weight = 20 |
|
|
|
|
|
|
|
# [[menu.main]] |
|
|
|
# identifier = "test" # An unique identifier for the button |
|
|
|