aboutsummaryrefslogtreecommitdiff
path: root/publish.el
Commit message (Collapse)AuthorAgeFilesLines
* Finish the move off weblorgmigrate-to-orgoChristian Cleberg16 hours1-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 pageChristian Cleberg2026-06-151-8/+0
|
* move apps to zerolabs.shChristian Cleberg2026-04-091-8/+0
|
* attempt to fix buildsChristian Cleberg2026-03-231-0/+3
|
* fix emacs package paths for sr.ht build userChristian Cleberg2026-03-231-4/+2
|
* update site titleChristian Cleberg2026-03-131-1/+1
|
* Remove about page and services route; merge services into appsChristian Cleberg2026-03-111-14/+14
|
* lowercase page titlesChristian Cleberg2026-03-061-2/+2
|
* add /garden section to site (#5)Christian Cleberg2026-02-211-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 Cleberg2026-02-121-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 CIChristian Cleberg2026-02-101-3/+8
|
* add /tips pageChristian Cleberg2026-02-051-0/+8
|
* fix missing lexical-bindingChristian Cleberg2026-02-031-0/+1
|
* add /uses/ pageChristian Cleberg2025-12-161-0/+8
|
* EXTREME MINIMALISMChristian Cleberg2025-09-201-18/+0
|
* summary of commits from minimal-enhancementsChristian Cleberg2025-08-191-0/+9
|
* FIX: update build script and generate sitemap.xmlChristian Cleberg2025-07-181-1/+1
|
* fix: format publish.elChristian Cleberg2025-06-031-3/+3
|
* fix config error on linuxChristian Cleberg2025-05-021-1/+1
|
* migrate back to cleberg.netChristian Cleberg2025-04-011-3/+3
|
* update now page headerChristian Cleberg2025-03-241-1/+1
|
* add now pageChristian Cleberg2025-03-161-0/+8
|
* move from cleberg.net to cmc.pubChristian Cleberg2025-03-111-3/+3
|
* fix macOS paths for doom packagesChristian Cleberg2025-02-011-4/+3
|
* format publish scriptChristian Cleberg2024-10-311-13/+19
|
* conversion from Zola to WeblorgChristian Cleberg2024-07-281-0/+98
|
* test conversion back to markdownChristian Cleberg2024-04-271-98/+0
|
* add onenote to markdown postChristian Cleberg2024-04-071-2/+2
|
* update RSS URL and remove unused image tagChristian Cleberg2024-04-051-3/+3
|
* massive re-write from org-publish to weblorgChristian Cleberg2024-03-291-0/+98