Make sidebar sections open when clicked

This commit is contained in:
2026-07-22 16:51:11 -05:00
parent 1237b330aa
commit 4f42fdeda9
3 changed files with 217 additions and 31 deletions
+2 -15
View File
@@ -1,6 +1,7 @@
# Hugo configuration file
title: Privacy Guides
relativeURLs: true
baseURL: https://wiki.privacyguides.org
locale: en-US
# temporarily ignore blog content
ignoreFiles:
@@ -101,17 +102,3 @@ outputs:
home: [HTML, RSS, llms]
page: [HTML, markdown, RSS]
section: [HTML, RSS]
defaultContentLanguage: en
defaultContentLanguageInSubdir: false
languages:
en:
languageName: English
weight: 1
# baseURL: https://en.privacyguides.org
contentDir: 'content'
# fr:
# languageName: Français
# weight: 2
# baseURL: https://fr.privacyguides.org
# contentDir: 'translations/fr'