Navigation
Configure menus, groups, right-side actions, and the context menu.
Navigation bar
nav:
group:
Project:
Solitude: https://github.com/everfu/hexo-theme-solitude || /img/pwa/favicon.png
menu:
Home: /
Posts:
Archives: /archives/ || fas fa-folder-closed
Categories: /categories/ || fas fa-clone
Tags: /tags/ || fas fa-tags
right:
random: true
custom:
- name: About
url: /about/
icon: fas fa-user
id: about-buttonThe value before || is a URL and the value after it is an icon. Nested menu objects create dropdown groups.
Context menu
right_menu:
enable: true
ctrlOriginalMenu: true
custom_list:
- name: Random post
click: Solitude.randomPost()
id: menu-random-post
icon: fas fa-tower-broadcastUse the Browser API for custom actions. Legacy global calls are not public extension contracts in Solitude 4.
