refactor: rename menu explorer

This commit is contained in:
2026-06-21 18:02:58 +00:00
parent f8af9035e8
commit 1ac16f10a5
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ The files that matter are not hard to find.
- `content/` holds the homepage and this short guide. Its section tree also drives the sidebar.
- `themes/starless/layouts/_default/baseof.html` builds the page shell and the shared styling.
- `themes/starless/layouts/partials/sidebar.html` renders the left rail.
- `themes/starless/layouts/partials/menu-tree.html` renders the nested section and page links.
- `themes/starless/layouts/partials/explorer-tree.html` renders the nested section and page links.
- `themes/starless/layouts/_default/home.html`, `list.html`, and `single.html` handle the main content area.
If you are trying to understand the theme, read those files in that order. There is not much else hiding off to the side.