Geek noodling to remove folders from menu
Geek noodling to remove folders from menu
October 5, 2025
I have an assets/templates/ folder, where I edit the Obsidian template for the Unique Note Creator plugin. However, the assets folder and the README file were appearing in the automagically created menus.
I had to add:
ignoreFiles:
- 'README'
- 'assets/'to the hugo.yaml config file.
Last updated on