samhuri.net/test
Sami Samhuri e43bb0a71b Add tag tooling: bake tags report and unlinked /tags/ pages
Adds Posts::TagIndex (counts, per-tag posts, per-tag/year breakdown)
and Posts::TagReport, wired into a new `bake tags` task that prints a
frequency table plus a tag-by-year sparkline straight to the terminal.

Also generates /tags/ and /tags/<tag>/ HTML pages via the existing
Posts plugin, listing tags with post counts and per-tag post listings.
Not linked from nav yet -- reachable by URL only until tags are
curated enough to surface properly.

Extracted PostListItemView out of YearPostsView so the post-link
rendering (incl. link posts) is shared with the new tag pages instead
of duplicated.
2026-06-21 20:43:30 -07:00
..
config Improve test coverage of gemini renderer 2026-04-11 12:33:47 -07:00
drafts Add dynamic drafts index page listing unpublished drafts 2026-06-21 20:10:32 -07:00
posts Add tag tooling: bake tags report and unlinked /tags/ pages 2026-06-21 20:43:30 -07:00
projects Publish a Gemini site and link to it from the website (#36) 2026-02-14 17:18:09 -08:00
utils Improve test coverage of gemini renderer 2026-04-11 12:33:47 -07:00
views Rename Archive to Posts 2026-06-21 19:48:58 -07:00
coverage_test.rb Extract bake logic into lib/pressa and fold tasks back into one bake.rb 2026-06-07 17:57:01 -07:00
drafts_test.rb Extract bake logic into lib/pressa and fold tasks back into one bake.rb 2026-06-07 17:57:01 -07:00
git_test.rb Prefer github remote over origin for coverage baseline 2026-06-07 18:01:20 -07:00
link_post_test.rb Add link-post authoring for quick posts from mobile 2026-06-07 19:30:48 -07:00
plugin_test.rb Migrate from Swift to Ruby (#33) 2026-02-07 21:19:03 -08:00
publish_test.rb Publish locally when building on the host itself 2026-06-21 19:26:59 -07:00
site_generator_rendering_test.rb Add dynamic drafts index page listing unpublished drafts 2026-06-21 20:10:32 -07:00
site_generator_test.rb Migrate from Swift to Ruby (#33) 2026-02-07 21:19:03 -08:00
site_test.rb Publish a Gemini site and link to it from the website (#36) 2026-02-14 17:18:09 -08:00
test_helper.rb Migrate from Swift to Ruby (#33) 2026-02-07 21:19:03 -08:00