| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Finish the move off weblorgmigrate-to-orgo | Christian Cleberg | 16 hours | 1 | -128/+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 /guides page | Christian Cleberg | 2026-06-15 | 1 | -8/+0 |
| | | |||||
| * | move apps to zerolabs.sh | Christian Cleberg | 2026-04-09 | 1 | -8/+0 |
| | | |||||
| * | attempt to fix builds | Christian Cleberg | 2026-03-23 | 1 | -0/+3 |
| | | |||||
| * | fix emacs package paths for sr.ht build user | Christian Cleberg | 2026-03-23 | 1 | -4/+2 |
| | | |||||
| * | update site title | Christian Cleberg | 2026-03-13 | 1 | -1/+1 |
| | | |||||
| * | Remove about page and services route; merge services into apps | Christian Cleberg | 2026-03-11 | 1 | -14/+14 |
| | | |||||
| * | lowercase page titles | Christian Cleberg | 2026-03-06 | 1 | -2/+2 |
| | | |||||
| * | add /garden section to site (#5) | Christian Cleberg | 2026-02-21 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | * publish new post: automating-weblorg-deployments * fix publish.el comments * allow for case-insensitive env variable * obfuscate port * update run rules * update run rules * allow for case-insensitive env variable * publish new post: automating-weblorg-deployments * add /garden section to site | ||||
| * | publish-new-post: automating-weblorg-deployments (#4) | Christian Cleberg | 2026-02-12 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | * publish new post: automating-weblorg-deployments * fix publish.el comments * allow for case-insensitive env variable * obfuscate port * update run rules * update run rules * allow for case-insensitive env variable * publish new post: automating-weblorg-deployments | ||||
| * | implement GitLab CI | Christian Cleberg | 2026-02-10 | 1 | -3/+8 |
| | | |||||
| * | add /tips page | Christian Cleberg | 2026-02-05 | 1 | -0/+8 |
| | | |||||
| * | fix missing lexical-binding | Christian Cleberg | 2026-02-03 | 1 | -0/+1 |
| | | |||||
| * | add /uses/ page | Christian Cleberg | 2025-12-16 | 1 | -0/+8 |
| | | |||||
| * | EXTREME MINIMALISM | Christian Cleberg | 2025-09-20 | 1 | -18/+0 |
| | | |||||
| * | summary of commits from minimal-enhancements | Christian Cleberg | 2025-08-19 | 1 | -0/+9 |
| | | |||||
| * | FIX: update build script and generate sitemap.xml | Christian Cleberg | 2025-07-18 | 1 | -1/+1 |
| | | |||||
| * | fix: format publish.el | Christian Cleberg | 2025-06-03 | 1 | -3/+3 |
| | | |||||
| * | fix config error on linux | Christian Cleberg | 2025-05-02 | 1 | -1/+1 |
| | | |||||
| * | migrate back to cleberg.net | Christian Cleberg | 2025-04-01 | 1 | -3/+3 |
| | | |||||
| * | update now page header | Christian Cleberg | 2025-03-24 | 1 | -1/+1 |
| | | |||||
| * | add now page | Christian Cleberg | 2025-03-16 | 1 | -0/+8 |
| | | |||||
| * | move from cleberg.net to cmc.pub | Christian Cleberg | 2025-03-11 | 1 | -3/+3 |
| | | |||||
| * | fix macOS paths for doom packages | Christian Cleberg | 2025-02-01 | 1 | -4/+3 |
| | | |||||
| * | format publish script | Christian Cleberg | 2024-10-31 | 1 | -13/+19 |
| | | |||||
| * | conversion from Zola to Weblorg | Christian Cleberg | 2024-07-28 | 1 | -0/+98 |
| | | |||||
| * | test conversion back to markdown | Christian Cleberg | 2024-04-27 | 1 | -98/+0 |
| | | |||||
| * | add onenote to markdown post | Christian Cleberg | 2024-04-07 | 1 | -2/+2 |
| | | |||||
| * | update RSS URL and remove unused image tag | Christian Cleberg | 2024-04-05 | 1 | -3/+3 |
| | | |||||
| * | massive re-write from org-publish to weblorg | Christian Cleberg | 2024-03-29 | 1 | -0/+98 |
