aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/post.html
Commit message (Collapse)AuthorAgeFilesLines
* Finish the move off weblorgmigrate-to-orgoChristian Cleberg20 hours1-19/+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 bubbles.town vote widget, keep comment linkChristian Cleberg9 days1-2/+0
| | | | | | | 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.
* fix: update bubbles link in posts to point to my specific bubbles pageChristian Cleberg2026-07-061-1/+1
|
* embed bubbles voting widget on blog postsChristian Cleberg2026-07-061-4/+4
|
* fix *.org headers and revert to minimal site themeChristian Cleberg2026-03-131-5/+5
|
* Update blog, post, and page templatesChristian Cleberg2026-03-111-8/+10
|
* lowercase page titlesChristian Cleberg2026-03-061-1/+1
|
* fix metadata stylingChristian Cleberg2026-02-071-5/+5
|
* fix section metadata stylingChristian Cleberg2026-02-071-2/+1
|
* update theme again to be more legibleChristian Cleberg2026-01-201-1/+1
|
* publish new terminal themeChristian Cleberg2026-01-181-4/+5
|
* revert site themeChristian Cleberg2026-01-171-17/+4
|
* update site themeChristian Cleberg2026-01-161-4/+17
|
* feat: minify css theme again since the last one was not greatChristian Cleberg2025-12-021-4/+4
|
* minor redesignChristian Cleberg2025-11-221-7/+4
|
* remove redundant ARIA rolesChristian Cleberg2025-11-141-1/+1
|
* introduce reply-link elements instead of misusing blockquotesChristian Cleberg2025-11-141-1/+1
|
* update themeChristian Cleberg2025-10-141-1/+1
|
* remove post tags from templateChristian Cleberg2025-09-251-6/+0
|
* shift from monospace theme to a formalized serif themeChristian Cleberg2025-09-041-1/+1
|
* feat(blog): show filetags on blog rollChristian Cleberg2025-06-031-1/+1
|
* add arrow to post footerChristian Cleberg2025-04-051-1/+1
|
* migrate back to cleberg.netChristian Cleberg2025-04-011-1/+1
|
* remove unnecessary classChristian Cleberg2025-03-241-1/+1
|
* move from cleberg.net to cmc.pubChristian Cleberg2025-03-111-1/+1
|
* add reply button to postsChristian Cleberg2025-02-201-0/+1
|
* add support for filetagsChristian Cleberg2024-07-281-0/+6
|
* conversion from Zola to WeblorgChristian Cleberg2024-07-281-0/+21
|
* test conversion back to markdownChristian Cleberg2024-04-271-22/+0
|
* minify siteChristian Cleberg2024-04-131-19/+11
|
* massive re-write from org-publish to weblorgChristian Cleberg2024-03-291-0/+30