samhuri.net/lib/pressa
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 Publish a Gemini site and link to it from the website (#36) 2026-02-14 17:18:09 -08: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 Fix gemini output path for files in subdirectories under public/ 2026-04-11 12:33:47 -07:00
views Add tag tooling: bake tags report and unlinked /tags/ pages 2026-06-21 20:43:30 -07:00
coverage.rb Extract bake logic into lib/pressa and fold tasks back into one bake.rb 2026-06-07 17:57:01 -07:00
drafts.rb Extract bake logic into lib/pressa and fold tasks back into one bake.rb 2026-06-07 17:57:01 -07:00
git.rb Prefer github remote over origin for coverage baseline 2026-06-07 18:01:20 -07:00
link_post.rb Add link-post authoring for quick posts from mobile 2026-06-07 19:30:48 -07:00
plugin.rb Migrate from Swift to Ruby (#33) 2026-02-07 21:19:03 -08:00
publish.rb Publish locally when building on the host itself 2026-06-21 19:26:59 -07:00
site.rb Publish a Gemini site and link to it from the website (#36) 2026-02-14 17:18:09 -08:00
site_generator.rb Add dynamic drafts index page listing unpublished drafts 2026-06-21 20:10:32 -07:00