| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Finish the move off weblorgmigrate-to-orgo | Christian Cleberg | 20 hours | 1 | -19/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Remove what the migration left behind, then cut build.py down to the work orgo does not do: 443 lines to 168. - Delete publish.el and theme/templates/, superseded by content/orgo.toml and content/templates/. theme/static/ stays; orgo publishes it as assets. - Drop the tag builder, the org-source copy, and the helpers that only fed them. orgo generates /tags/ and a page per tag from a collection. - Rewrite the README and the migration-era comments that explained the config by pointing at what weblorg used to do. - Serve styles.css as authored. Minifying 1KB of CSS saved 52 bytes over the wire once compressed, which did not pay for a build step and a toolchain dependency. - Stop wiping the output directory. The .orgo-cache.json inside it is what makes a build incremental, and orgo already prunes outputs whose source is gone and re-emits any that are missing. Production keeps .build/ and development gets .build-dev/, because production rewrites image URLs in the output and a shared directory would let one environment reuse pages rendered for the other. An incremental build is byte-identical to a clean one, and the site output is unchanged apart from the /uses/ stack row. | ||||
| * | remove bubbles.town vote widget, keep comment link | Christian Cleberg | 9 days | 1 | -2/+0 |
| | | | | | | | | Drop the third-party vote.js script and its mount div so posts no longer auto-fetch from bubbles.town (174 pages), completing onion self-containment. The opt-in 'comment on Bubbles' link stays. Remove the now-orphaned .bubbles-vote CSS rule. | ||||
| * | fix: update bubbles link in posts to point to my specific bubbles page | Christian Cleberg | 2026-07-06 | 1 | -1/+1 |
| | | |||||
| * | embed bubbles voting widget on blog posts | Christian Cleberg | 2026-07-06 | 1 | -4/+4 |
| | | |||||
| * | fix *.org headers and revert to minimal site theme | Christian Cleberg | 2026-03-13 | 1 | -5/+5 |
| | | |||||
| * | Update blog, post, and page templates | Christian Cleberg | 2026-03-11 | 1 | -8/+10 |
| | | |||||
| * | lowercase page titles | Christian Cleberg | 2026-03-06 | 1 | -1/+1 |
| | | |||||
| * | fix metadata styling | Christian Cleberg | 2026-02-07 | 1 | -5/+5 |
| | | |||||
| * | fix section metadata styling | Christian Cleberg | 2026-02-07 | 1 | -2/+1 |
| | | |||||
| * | update theme again to be more legible | Christian Cleberg | 2026-01-20 | 1 | -1/+1 |
| | | |||||
| * | publish new terminal theme | Christian Cleberg | 2026-01-18 | 1 | -4/+5 |
| | | |||||
| * | revert site theme | Christian Cleberg | 2026-01-17 | 1 | -17/+4 |
| | | |||||
| * | update site theme | Christian Cleberg | 2026-01-16 | 1 | -4/+17 |
| | | |||||
| * | feat: minify css theme again since the last one was not great | Christian Cleberg | 2025-12-02 | 1 | -4/+4 |
| | | |||||
| * | minor redesign | Christian Cleberg | 2025-11-22 | 1 | -7/+4 |
| | | |||||
| * | remove redundant ARIA roles | Christian Cleberg | 2025-11-14 | 1 | -1/+1 |
| | | |||||
| * | introduce reply-link elements instead of misusing blockquotes | Christian Cleberg | 2025-11-14 | 1 | -1/+1 |
| | | |||||
| * | update theme | Christian Cleberg | 2025-10-14 | 1 | -1/+1 |
| | | |||||
| * | remove post tags from template | Christian Cleberg | 2025-09-25 | 1 | -6/+0 |
| | | |||||
| * | shift from monospace theme to a formalized serif theme | Christian Cleberg | 2025-09-04 | 1 | -1/+1 |
| | | |||||
| * | feat(blog): show filetags on blog roll | Christian Cleberg | 2025-06-03 | 1 | -1/+1 |
| | | |||||
| * | add arrow to post footer | Christian Cleberg | 2025-04-05 | 1 | -1/+1 |
| | | |||||
| * | migrate back to cleberg.net | Christian Cleberg | 2025-04-01 | 1 | -1/+1 |
| | | |||||
| * | remove unnecessary class | Christian Cleberg | 2025-03-24 | 1 | -1/+1 |
| | | |||||
| * | move from cleberg.net to cmc.pub | Christian Cleberg | 2025-03-11 | 1 | -1/+1 |
| | | |||||
| * | add reply button to posts | Christian Cleberg | 2025-02-20 | 1 | -0/+1 |
| | | |||||
| * | add support for filetags | Christian Cleberg | 2024-07-28 | 1 | -0/+6 |
| | | |||||
| * | conversion from Zola to Weblorg | Christian Cleberg | 2024-07-28 | 1 | -0/+21 |
| | | |||||
| * | test conversion back to markdown | Christian Cleberg | 2024-04-27 | 1 | -22/+0 |
| | | |||||
| * | minify site | Christian Cleberg | 2024-04-13 | 1 | -19/+11 |
| | | |||||
| * | massive re-write from org-publish to weblorg | Christian Cleberg | 2024-03-29 | 1 | -0/+30 |
