セクションをブログトップに表示させる

This commit is contained in:
Kazuhiro MUSASHI 2022-11-27 12:20:06 +09:00
parent ea6e9d23f3
commit fe976a5691
2 changed files with 26 additions and 4 deletions

View File

@ -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)

View File

@ -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)