From 2a0f58fe865a0dfedc56c9f05e1f40e392777a35 Mon Sep 17 00:00:00 2001 From: Brieuc Dubois Date: Thu, 1 Feb 2024 01:26:29 +0100 Subject: [PATCH] Fix tag issue --- hugo.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index 9fdad12..b2cf124 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -3,11 +3,12 @@ languageCode: en-gb title: Brieuc Dubois theme: hello-friend-ng relativeURLs: true -uglyURLs: true +#uglyURLs: true enableEmoji: true enabeRobotsTXT: true params: rssFullText: true + enableThemeToggle: true social: - name: gitea url: https://git.bhasher.com @@ -19,7 +20,7 @@ params: #- name: rss # url: feed.xml homeSubtitle: Student passionate about computer science, software engineering, free and open source, devops, web developpement, cybersecurity. - enableGlobalLanguageMenu: true + #enableGlobalLanguageMenu: true outputs: home: - html @@ -41,5 +42,6 @@ menu: - pageRef: about name: About weight: 40 + taxonomies: tag: tags