Posted April 19, 2025 by tomo-dashi
v1.0.2 Patch Notes
After investigating the mystery of the not-working menu items, I realized that I could write a much nicer nicer item system that automagically adds menu items by tag, and that static generation should also pick pages to generate by tag too. This means there have been a couple of variable name changes to settings.php, as described below:
menus/navmenu.bug: menuitems must have a number following the menuitem, e.g. menuitem1: home, menuitem2: about me
library/build.php: menus auto-add pages by tag
library/page.php: added get_page_permalinks_by_tag()
library/rss.php: renamed $rss_tag to $rss_tags
library/static.php: renamed $static_generation_tag to $static_generation_tags
pages/home.bug: added a sample tag
pages/help/: all help pages now have the "help" tag