| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Finish the move off weblorgmigrate-to-orgo | Christian Cleberg | 19 hours | 1 | -13/+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 extraneous title on blog page | Christian Cleberg | 2026-05-21 | 1 | -1/+0 |
| | | |||||
| * | enhance copy throughout the site | Christian Cleberg | 2026-04-07 | 1 | -0/+1 |
| | | |||||
| * | fix *.org headers and revert to minimal site theme | Christian Cleberg | 2026-03-13 | 1 | -8/+8 |
| | | |||||
| * | Update blog, post, and page templates | Christian Cleberg | 2026-03-11 | 1 | -17/+11 |
| | | |||||
| * | lowercase page titles | Christian Cleberg | 2026-03-06 | 1 | -1/+1 |
| | | |||||
| * | publish new terminal theme | Christian Cleberg | 2026-01-18 | 1 | -1/+1 |
| | | |||||
| * | update theme | Christian Cleberg | 2025-10-14 | 1 | -3/+2 |
| | | |||||
| * | EXTREME MINIMALISM | Christian Cleberg | 2025-09-20 | 1 | -11/+3 |
| | | |||||
| * | shift from monospace theme to a formalized serif theme | Christian Cleberg | 2025-09-04 | 1 | -3/+3 |
| | | |||||
| * | summary of commits from minimal-enhancements | Christian Cleberg | 2025-08-19 | 1 | -1/+2 |
| | | |||||
| * | feat(blog): show filetags on blog roll | Christian Cleberg | 2025-06-03 | 1 | -1/+10 |
| | | |||||
| * | update instructions for searching posts | Christian Cleberg | 2024-12-29 | 1 | -1/+4 |
| | | |||||
| * | conversion from Zola to Weblorg | Christian Cleberg | 2024-07-28 | 1 | -0/+15 |
| | | |||||
| * | test conversion back to markdown | Christian Cleberg | 2024-04-27 | 1 | -15/+0 |
| | | |||||
| * | minify site | Christian Cleberg | 2024-04-13 | 1 | -9/+10 |
| | | |||||
| * | update RSS URL and remove unused image tag | Christian Cleberg | 2024-04-05 | 1 | -1/+1 |
| | | |||||
| * | fix broken RSS link | Christian Cleberg | 2024-04-03 | 1 | -1/+1 |
| | | |||||
| * | massive re-write from org-publish to weblorg | Christian Cleberg | 2024-03-29 | 1 | -0/+14 |
