From 5b990659a67ee3eb06c862440e92b77383d3a776 Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Sat, 4 Nov 2023 19:54:07 +0400 Subject: [PATCH] Menu items changed --- hugo.toml | 20 ++++++++++++++++++++ themes/qogir/hugo.toml | 19 ------------------- 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/hugo.toml b/hugo.toml index e17bbc6..0fe594f 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,3 +2,23 @@ baseURL = 'https://blog.dc09.ru/' languageCode = 'en-us' title = "DarkCat09's IT Blog" theme = 'qogir' + +[[menus.main]] +name = 'Home' +pageRef = '/' +weight = 10 + +[[menus.main]] +name = 'About' +pageRef = '/about' +weight = 20 + +[[menus.main]] +name = 'Tags' +pageRef = '/tags' +weight = 30 + +[[menus.main]] +name = 'Donate' +pageRef = '/donate' +weight = 40 diff --git a/themes/qogir/hugo.toml b/themes/qogir/hugo.toml index af9f3b8..60d902c 100644 --- a/themes/qogir/hugo.toml +++ b/themes/qogir/hugo.toml @@ -1,22 +1,3 @@ -# baseURL = 'https://example.org/' -# languageCode = 'en-us' -# title = 'My New Hugo Site' - -[[menus.main]] -name = 'Home' -pageRef = '/' -weight = 10 - -[[menus.main]] -name = 'Posts' -pageRef = '/posts' -weight = 20 - -[[menus.main]] -name = 'Tags' -pageRef = '/tags' -weight = 30 - [module] [module.hugoVersion] extended = false