# ------------------------------------------------------------------------------------- # 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 = "Categorias" url = "/categories/" title = "" weight = 2 [main.params] icon = "fa-solid fa-th" [[main]] identifier = "tags" pre = "" post = "" name = "Etiquetas" url = "/tags/" title = "" weight = 3 [main.params] icon = "fa-solid fa-tags" [[main]] identifier = "links" pre = "" post = "" name = "Enlaces" url = "/links/" title = "" weight = 6 [main.params] icon = "fa-solid fa-link" [[main]] identifier = "notes" pre = "" post = "" name = "Apuntes" url = "/categories/notes/" title = "" weight = 8 [main.params] icon = "fa-solid fa-marker" [[main]] identifier = "documentation" pre = "" post = "" name = "Docs" url = "/categories/documentation/" title = "Documentación del Tema" weight = 9 [main.params] icon = "fa-solid fa-book" [[main]] identifier = "about" pre = "" post = "" name = "Acerca de" url = "/about/" title = "" weight = 10 [main.params] icon = "fa-solid fa-info-circle"