Notes from the framework
Every post below is a plain .md file in site/pages/blog/. This page is one
@loop over that folder — sorted newest-first, paginated, and 100% static
HTML. No hand-maintained list, no config, no JavaScript.
Shipping feeds without a config file
One reserved frontmatter field on the home page — site_url — turns on the whole feeds story. No config loader, no plugin.
Zero JavaScript, by default
View source on this page. There is no runtime script tag, because nothing on it is reactive — and the framework knows the difference.