about summary refs log tree commit diff
path: root/config.toml
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2021-05-29 23:39:50 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2021-05-29 23:39:50 +0700
commit73d8c01b2c6a80353125d96b628b57671a3367ac (patch)
treef8cd011e141a9dcf2cedb71d925efb4c4f550ae4 /config.toml
parent2bdf0a1b7b3716f7dcf6d85ae52127089003ca14 (diff)
downloadblog-73d8c01b2c6a80353125d96b628b57671a3367ac.tar.gz
Simplify menu bar
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml42
1 files changed, 9 insertions, 33 deletions
diff --git a/config.toml b/config.toml
index 5455a2b..7a4626d 100644
--- a/config.toml
+++ b/config.toml
@@ -24,23 +24,11 @@ name = "À propos"
 url = "/about/"
 weight = 1
 
-[[language.fr.menu.main]]
-identifier = "contact"
-name = "Contacter"
-url = "/contact/"
-weight = 2
-
-[[languages.fr.menu.main]]
-identifier = "tags"
-name = "Étiquettes"
-url = "/tags/"
-weight = 9
-
-[[languages.fr.menu.main]]
-identifier = "archive"
-name = "Archive"
-url = "/posts/"
-weight = 10
+[[menu.main]]
+identifier = "works"
+name = "Travail"
+url = "/works/"
+weight = 5
 
 [[languages.fr.menu.main]]
 name = "RSS"
@@ -56,16 +44,10 @@ url = "/about/"
 weight = 1
 
 [[menu.main]]
-identifier = "contact"
-name = "Contact"
-url = "/contact/"
-weight = 2
-
-[[menu.main]]
-identifier = "tags"
-name = "Tags"
-url = "/tags/"
-weight = 9
+identifier = "works"
+name = "Works"
+url = "/works/"
+weight = 5
 
 [[menu.main]]
 identifier = "conlang"
@@ -74,12 +56,6 @@ url = "/conlang/"
 weight = 10
 
 [[menu.main]]
-name = "Archive"
-identifier = "archive"
-url = "/posts/"
-weight = 10
-
-[[menu.main]]
 name = "RSS"
 identifier = "rss"
 url = "/rss/"