You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.4 KiB
47 lines
1.4 KiB
# -------------------------------------------------------------------------------------
|
|
# Menu Configuration
|
|
# See: https://fixit.lruihao.cn/theme-documentation-basics/#menu-advanced-configuration
|
|
# -------------------------------------------------------------------------------------
|
|
|
|
[[main]]
|
|
identifier = "posts"
|
|
# 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 = "Posts"
|
|
url = "/posts/"
|
|
# title will be shown when you hover on this menu link
|
|
title = ""
|
|
weight = 1
|
|
# FixIt 0.2.14 | NEW add user-defined content to menu items
|
|
[main.params]
|
|
# add css class to a specific menu item
|
|
class = ""
|
|
# whether set as a draft menu item whose function is similar to a draft post/page
|
|
draft = false
|
|
# FixIt 0.2.16 | NEW add fontawesome icon to a specific menu item
|
|
icon = "fa-solid fa-archive"
|
|
# FixIt 0.2.16 | NEW set menu item type, optional values: ["mobile", "desktop"]
|
|
type = ""
|
|
[[main]]
|
|
identifier = "categories"
|
|
pre = ""
|
|
post = ""
|
|
name = "Categories"
|
|
url = "/categories/"
|
|
title = ""
|
|
weight = 2
|
|
[main.params]
|
|
icon = "fa-solid fa-th"
|
|
[[main]]
|
|
identifier = "tags"
|
|
pre = ""
|
|
post = ""
|
|
name = "Tags"
|
|
url = "/tags/"
|
|
title = ""
|
|
weight = 3
|
|
[main.params]
|
|
icon = "fa-solid fa-tags"
|