aboutsummaryrefslogtreecommitdiff
path: root/content/templates
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-08-11 16:48:53 -0500
committerChristian Cleberg <[email protected]>2026-08-11 16:48:53 -0500
commit7de79d1a3bf107550edb1defdda72a0008a35e1d (patch)
treee6ce2da3479417685be3852cfd19717eb7d698d8 /content/templates
parent093896152b80da4aac2396eaf32df6c94529f22e (diff)
downloadcleberg.net-7de79d1a3bf107550edb1defdda72a0008a35e1d.tar.gz
cleberg.net-7de79d1a3bf107550edb1defdda72a0008a35e1d.tar.bz2
cleberg.net-7de79d1a3bf107550edb1defdda72a0008a35e1d.zip
org-ssg is called orgo now
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.
Diffstat (limited to 'content/templates')
-rw-r--r--content/templates/base.html8
1 files changed, 4 insertions, 4 deletions
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 @@
<p>{% for tag in page.tags %}<a href="{{ root }}tags/{{ tag }}.html">#{{ tag }}</a> {% endfor %}</p>
{%- 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/. #}
<div>
{{- toc(page.toc) }}
{% block content %}{{ body | safe }}{% endblock %}</div>