<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cleberg.net.git/theme/templates/post.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>remove bubbles.town vote widget, keep comment link</title>
<updated>2026-08-03T20:25:59+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-08-03T20:25:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/cmc/cleberg.net.git/commit/?id=c31e8bfa414cdc1fe035a5d6d55a477f77525dd7'/>
<id>urn:sha1:c31e8bfa414cdc1fe035a5d6d55a477f77525dd7</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>fix: update bubbles link in posts to point to my specific bubbles page</title>
<updated>2026-07-06T22:22:51+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-07-06T22:22:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/cmc/cleberg.net.git/commit/?id=c32ce8589d6290d9101ba99c5cb31262605c9721'/>
<id>urn:sha1:c32ce8589d6290d9101ba99c5cb31262605c9721</id>
<content type='text'>
</content>
</entry>
<entry>
<title>embed bubbles voting widget on blog posts</title>
<updated>2026-07-06T19:17:24+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-07-06T19:17:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/cmc/cleberg.net.git/commit/?id=54f48ceadb652b90c72fe6d624b09efc4af4f649'/>
<id>urn:sha1:54f48ceadb652b90c72fe6d624b09efc4af4f649</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>Update blog, post, and page templates</title>
<updated>2026-03-11T05:06:53+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-03-11T05:06:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/cmc/cleberg.net.git/commit/?id=a3fc6277345ab1890992dfb1ba05cc513a38a2f6'/>
<id>urn:sha1:a3fc6277345ab1890992dfb1ba05cc513a38a2f6</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>fix metadata styling</title>
<updated>2026-02-08T01:50:17+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-02-08T01:50:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/cmc/cleberg.net.git/commit/?id=cc9fded3414e0bdc59feeed3c5508967e60c06bb'/>
<id>urn:sha1:cc9fded3414e0bdc59feeed3c5508967e60c06bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix section metadata styling</title>
<updated>2026-02-08T00:42:10+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-02-08T00:42:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/cmc/cleberg.net.git/commit/?id=e5758a78f995e5b9ade3400cb713536b6b7c5abe'/>
<id>urn:sha1:e5758a78f995e5b9ade3400cb713536b6b7c5abe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update theme again to be more legible</title>
<updated>2026-01-21T04:43:55+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-01-21T04:43:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/cmc/cleberg.net.git/commit/?id=49f15c51872d2fb7a5503c7029de81a1f989d10f'/>
<id>urn:sha1:49f15c51872d2fb7a5503c7029de81a1f989d10f</id>
<content type='text'>
</content>
</entry>
</feed>
