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