From 02318840b7a545ee317cda4c9fa8de1e032a6bf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=ADle=20Ekaterin=20Liszka?= Date: Sun, 26 Nov 2023 16:37:55 -0800 Subject: [PATCH] config: add blog to menu bar --- config/_default/menu.toml | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/config/_default/menu.toml b/config/_default/menu.toml index 2665caa..4230f8e 100644 --- a/config/_default/menu.toml +++ b/config/_default/menu.toml @@ -4,45 +4,51 @@ name = 'Home' url = '/' weight = 1 +[[main]] +identifier = 'blog' +name = 'Blog' +url = 'https://acefox.life' +weight = 2 + [[main]] identifier = 'about' name = 'About' url = '/about' -weight = 2 +weight = 3 [[main]] identifier = 'programs' name = 'Programs' url = '/programs' -weight = 3 +weight = 4 [[main]] identifier = 'translations' name = 'Translations' url = '/translations' -weight = 4 +weight = 5 [[main]] identifier = 'recipes' name = 'Recipes' url = '/recipe' -weight = 5 +weight = 6 [[main]] identifier = 'commissions' name = 'Commissions' url = '/commissions' -weight = 6 +weight = 7 [[main]] identifier = 'system' name = 'System Reference' url = '/system' -weight = 7 +weight = 8 [[main]] identifier = 'links' name = 'Links' url = '/links' -weight = 8 +weight = 9