From fe976a5691fb081c715412d458d7a9a2ba44b699 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Sun, 27 Nov 2022 12:20:06 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=BB=E3=82=AF=E3=82=B7=E3=83=A7=E3=83=B3?= =?UTF-8?q?=E3=82=92=E3=83=96=E3=83=AD=E3=82=B0=E3=83=88=E3=83=83=E3=83=97?= =?UTF-8?q?=E3=81=AB=E8=A1=A8=E7=A4=BA=E3=81=95=E3=81=9B=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/_default/config.toml | 15 +++++++++++++-- config/staging/config.toml | 15 +++++++++++++-- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/config/_default/config.toml b/config/_default/config.toml index 9817e9c..74e6796 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -221,6 +221,17 @@ theme = "LoveIt" # title will be shown when you hover on this menu link title = "" weight = 1 + [[menu.main]] + identifier = "photos" + # you can add extra information before the name (HTML format is supported), such as icons + pre = "" + # you can add extra information after the name (HTML format is supported), such as icons + post = "" + name = "Photos" + url = "/photos/" + # title will be shown when you hover on this menu link + title = "" + weight = 2 [[menu.main]] identifier = "tags" pre = "" @@ -228,7 +239,7 @@ theme = "LoveIt" name = "Tags" url = "/tags/" title = "" - weight = 2 + weight = 3 [[menu.main]] identifier = "categories" pre = "" @@ -236,7 +247,7 @@ theme = "LoveIt" name = "Categories" url = "/categories/" title = "" - weight = 3 + weight = 4 [markup] # Syntax Highlighting (https://gohugo.io/content-management/syntax-highlighting) diff --git a/config/staging/config.toml b/config/staging/config.toml index 3cb4365..87bbcd5 100644 --- a/config/staging/config.toml +++ b/config/staging/config.toml @@ -221,6 +221,17 @@ theme = "LoveIt" # title will be shown when you hover on this menu link title = "" weight = 1 + [[menu.main]] + identifier = "photos" + # you can add extra information before the name (HTML format is supported), such as icons + pre = "" + # you can add extra information after the name (HTML format is supported), such as icons + post = "" + name = "Photos" + url = "/photos/" + # title will be shown when you hover on this menu link + title = "" + weight = 2 [[menu.main]] identifier = "tags" pre = "" @@ -228,7 +239,7 @@ theme = "LoveIt" name = "Tags" url = "/tags/" title = "" - weight = 2 + weight = 3 [[menu.main]] identifier = "categories" pre = "" @@ -236,7 +247,7 @@ theme = "LoveIt" name = "Categories" url = "/categories/" title = "" - weight = 3 + weight = 4 [markup] # Syntax Highlighting (https://gohugo.io/content-management/syntax-highlighting)