<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Meta on solitudinem</title><link>https://solitudinem.pages.dev/tags/meta/</link><description>Recent content in Meta on solitudinem</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 26 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://solitudinem.pages.dev/tags/meta/index.xml" rel="self" type="application/rss+xml"/><item><title>Notes on authoring</title><link>https://solitudinem.pages.dev/writing/notes/notes-on-authoring/</link><pubDate>Wed, 26 Aug 2026 00:00:00 +0000</pubDate><guid>https://solitudinem.pages.dev/writing/notes/notes-on-authoring/</guid><description>&lt;p&gt;
This page documents the non-generic markup and functionality available when authoring content for this site.&lt;/p&gt;
&lt;div id="outline-container-headline-1" class="outline-2"&gt;
&lt;h2 id="headline-1"&gt;
Site structure — the &lt;a href="https://solitudinem.pages.dev/writing/"&gt;content tree&lt;/a&gt; is the site: directories under content/ become sections and URLs. A file at content/writing/notes/a-note.org is served at &lt;em&gt;writing/notes/a-note&lt;/em&gt;.
&lt;/h2&gt;
&lt;/div&gt;
&lt;div id="outline-container-headline-2" class="outline-2"&gt;
&lt;h2 id="headline-2"&gt;
Section landing pages — a file named _index.org inside a directory is that section&amp;#39;s landing page.
&lt;/h2&gt;
&lt;/div&gt;
&lt;div id="outline-container-headline-3" class="outline-2"&gt;
&lt;h2 id="headline-3"&gt;
Dates — #+date: sets &amp;#34;Created&amp;#34;; #+lastmod: or #+modified: sets &amp;#34;Last edited&amp;#34;. If neither is set, git commit time is used.
&lt;/h2&gt;
&lt;/div&gt;
&lt;div id="outline-container-headline-4" class="outline-2"&gt;
&lt;h2 id="headline-4"&gt;
Ordering — #+weight: controls the order of pages within a section. Dates are metadata, not an ordering axis.
&lt;/h2&gt;
&lt;/div&gt;
&lt;div id="outline-container-headline-5" class="outline-2"&gt;
&lt;h2 id="headline-5"&gt;
Tags — each #+tags: line adds one tag; repeat the line for multiple tags. Tags link to &lt;em&gt;tags/&amp;lt;tag&amp;gt;&lt;/em&gt; listing pages and the &lt;a href="https://solitudinem.pages.dev/tags/"&gt;tag index&lt;/a&gt;.
&lt;/h2&gt;
&lt;/div&gt;
&lt;div id="outline-container-headline-6" class="outline-2"&gt;
&lt;h2 id="headline-6"&gt;
Links — use absolute paths, e.g. &lt;a href="https://solitudinem.pages.dev/writing/first-essay/"&gt;First essay&lt;/a&gt;. Relative links and file: links are unreliable with the org parser.
&lt;/h2&gt;
&lt;/div&gt;
&lt;div id="outline-container-headline-7" class="outline-2"&gt;
&lt;h2 id="headline-7"&gt;
Anchors — heading anchors are auto-generated sequence numbers (headline-1, headline-2, …), so in-page links to named sections are fragile. #+CUSTOM_ID is not honored.
&lt;/h2&gt;
&lt;/div&gt;</description></item></channel></rss>