From 7de79d1a3bf107550edb1defdda72a0008a35e1d Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 11 Aug 2026 16:48:53 -0500 Subject: org-ssg is called orgo now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The config file follows the tool: content/org-ssg.toml is content/orgo.toml, and the build cache it writes is .orgo-cache.json. Nothing about the site changes — 196 pages, same output. --- content/templates/base.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'content/templates/base.html') diff --git a/content/templates/base.html b/content/templates/base.html index 090cbea..e35098c 100644 --- a/content/templates/base.html +++ b/content/templates/base.html @@ -1,12 +1,12 @@ -{# Page layout for org-ssg, mirroring theme/templates/base.html. +{# Page layout for orgo, mirroring theme/templates/base.html. Styling comes from theme/static/styles.css, published by `[build] assets` in - org-ssg.toml — the same directory weblorg serves at /, read in place rather than + orgo.toml — the same directory weblorg serves at /, read in place rather than copied. weblorg links the minified styles.min.css instead; that file is gitignored build output and the rules are the same, so this links the tracked one. Available here: page (.title .url .source .date .date_iso .tags .excerpt .toc - .keywords), site, nav, root, stylesheet. See the org-ssg guide on Templates. #} + .keywords), site, nav, root, stylesheet. See the orgo guide on Templates. #} {#- The table of contents, in the shape Emacs exports it. `page.toc` is a tree of {title, anchor, level, number, children}, and it is empty when the page has no headings or says `#+OPTIONS: toc:nil` — so pages that opt out render nothing here. @@ -78,7 +78,7 @@

{% for tag in page.tags %}#{{ tag }} {% endfor %}

{%- endif %} {#- Blog posts add a reply footer inside this block; see post.html, which the - [[pages]] rule in org-ssg.toml selects for everything under blog/. #} + [[pages]] rule in orgo.toml selects for everything under blog/. #}
{{- toc(page.toc) }} {% block content %}{{ body | safe }}{% endblock %}
-- cgit v1.2.3