1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2025-07-16 10:48:23 +02:00

adds submenu capability

This commit is contained in:
Jan Schmitz
2022-08-29 10:11:29 +02:00
parent a8ff91e1ea
commit c76b51fb0b
14 changed files with 270 additions and 292 deletions

View File

@ -3,6 +3,7 @@
baseurl = "https://example.org/"
languageCode = "en-us"
title = "Hugo Bootstrap v4 Blog"
themesDir = "../.."
theme = "hugo-theme-bootstrap4-blog"
# number of posts to show on home/category/tag pages (Default: 10)
paginate = 5
@ -25,10 +26,18 @@ summaryLength = 50
name = "Link 2"
url = "https://example.org"
#[[menu.navbar]]
# name = "Link 1"
# url = "https://example.org"
[[menu.navbar]]
name = "Link 1"
pageref = "creating-a-new-theme"
[[menu.navbar]]
name = "Sub"
identifier = "sub"
[[menu.navbar]]
name = "Link 2"
parent = "sub"
pageref = "goisforlovers"
# Theme variables
#