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