<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cleberg.net.git/theme/templates/garden.html, branch migrate-to-orgo</title>
<subtitle>My personal web garden &amp; blog.
</subtitle>
<id>http://git.krz.sh/cmc/cleberg.net.git/atom?h=migrate-to-orgo</id>
<link rel='self' href='http://git.krz.sh/cmc/cleberg.net.git/atom?h=migrate-to-orgo'/>
<link rel='alternate' type='text/html' href='http://git.krz.sh/cmc/cleberg.net.git/'/>
<updated>2026-08-12T01:34:02+00:00</updated>
<entry>
<title>Finish the move off weblorg</title>
<updated>2026-08-12T01:34:02+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-08-12T01:34:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/cmc/cleberg.net.git/commit/?id=ab149c1ae4fe38048fc2d32edac6061e7f3b4638'/>
<id>urn:sha1:ab149c1ae4fe38048fc2d32edac6061e7f3b4638</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>fix broken tag in garden page</title>
<updated>2026-07-01T17:21:26+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-07-01T17:21:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/cmc/cleberg.net.git/commit/?id=5fa129c879d8b48f05c66caca38b525684260678'/>
<id>urn:sha1:5fa129c879d8b48f05c66caca38b525684260678</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix *.org headers and revert to minimal site theme</title>
<updated>2026-03-13T20:56:35+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-03-13T20:56:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/cmc/cleberg.net.git/commit/?id=11a5ca2792cd0debb6b8f510ffd716e6f734dbd6'/>
<id>urn:sha1:11a5ca2792cd0debb6b8f510ffd716e6f734dbd6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add levels to the digital garden section</title>
<updated>2026-03-11T06:13:42+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-03-11T06:13:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/cmc/cleberg.net.git/commit/?id=a3370fbc75b5aaa1aeb483eac6cf3b4899c26e03'/>
<id>urn:sha1:a3370fbc75b5aaa1aeb483eac6cf3b4899c26e03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lowercase page titles</title>
<updated>2026-03-06T06:34:57+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-03-06T06:34:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/cmc/cleberg.net.git/commit/?id=306590904d1012fa74e7335422dd5e074e0f38ec'/>
<id>urn:sha1:306590904d1012fa74e7335422dd5e074e0f38ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add macOS garden page (#6)</title>
<updated>2026-02-21T20:27:16+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-02-21T20:27:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/cmc/cleberg.net.git/commit/?id=c2005131193d0621b74f9ad9996489f66eda8c68'/>
<id>urn:sha1:c2005131193d0621b74f9ad9996489f66eda8c68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add /garden section to site (#5)</title>
<updated>2026-02-21T19:53:14+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-02-21T19:53:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/cmc/cleberg.net.git/commit/?id=2601873a0da273769420e48d23221ebf8b600fe2'/>
<id>urn:sha1:2601873a0da273769420e48d23221ebf8b600fe2</id>
<content type='text'>
* 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</content>
</entry>
</feed>
