📝 Docs: update default base menu config

This commit is contained in:
Cell
2022-09-30 11:07:11 +08:00
parent 0c3b7e3f36
commit dc8b3d6a25
2 changed files with 15 additions and 1 deletions
+14
View File
@@ -21,6 +21,16 @@
# 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
[menu.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 value: ["mobile", "desktop"]
type = ""
[[menu.main]]
identifier = "categories"
pre = ""
@@ -29,6 +39,8 @@
url = "/categories/"
title = ""
weight = 2
[menu.main.params]
icon = "fa-solid fa-th"
[[menu.main]]
identifier = "tags"
pre = ""
@@ -37,6 +49,8 @@
url = "/tags/"
title = ""
weight = 3
[menu.main.params]
icon = "fa-solid fa-tags"
# -------------------------------------------------------------------------------------
# Theme Core Configuration Settings
+1 -1
Submodule docs updated: 9e52220a88...6e4505f3fd