aboutsummaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-11-28 00:46:17 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-11-28 00:46:17 +0300
commit54375572e11d23dacb20c5742d171af3072d7b9c (patch)
treea190e43087c520846658f7d68cc3bb263427a254 /hugo.toml
parent8b78390987476352a6459460e00d5c4cdc0717c2 (diff)
Серьезная реновация
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml11
1 files changed, 10 insertions, 1 deletions
diff --git a/hugo.toml b/hugo.toml
index 74f2f9c..122c561 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -3,7 +3,6 @@ languageCode = "ru-RU"
DefaultContentLanguage = "ru"
Title = "~/neonxp.log"
enableRobotsTXT = true
-theme = "neonxp"
[params]
logo = "/img/logo.png"
@@ -29,6 +28,11 @@ pageRef = '/projects'
weight = 10
[[menus.main]]
+name = 'Игры'
+pageRef = '/projects/games'
+weight = 15
+
+[[menus.main]]
name = 'Бортжурнал'
pageRef = '/posts'
weight = 20
@@ -64,6 +68,11 @@ pageRef = '/projects'
weight = 40
[[menus.sections]]
+name = 'Игры'
+pageRef = '/projects/games'
+weight = 50
+
+[[menus.sections]]
name = 'Архив блога'
pageRef = '/archive'
weight = 100