<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Notes</title><description>Travel notes and photographs.</description><link>https://example.com/</link><item><title>A first note</title><link>https://example.com/notes/first-note/</link><guid isPermaLink="true">https://example.com/notes/first-note/</guid><description>Everything between the dashes above is settings. Everything below is writing.</description><pubDate>Mon, 24 Aug 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;This file is both a real post and the cheat sheet. Delete it once you&apos;ve read it.&lt;/p&gt;
&lt;p&gt;The block at the top, between the two &lt;code&gt;---&lt;/code&gt; lines, is the settings. The only two
that are required are &lt;code&gt;title&lt;/code&gt; and &lt;code&gt;date&lt;/code&gt; — everything else is optional and just
gets shown if it&apos;s there. If you want a cover photo, drop the image next to this
file and add a line like &lt;code&gt;cover: &quot;./images/rain.jpg&quot;&lt;/code&gt; up there, plus a
&lt;code&gt;coverAlt: &quot;...&quot;&lt;/code&gt; describing it.&lt;/p&gt;
&lt;p&gt;Set &lt;code&gt;draft: true&lt;/code&gt; and the post vanishes from the site, the feed, the email and
Telegram until you set it back. That&apos;s how you park something half-finished.&lt;/p&gt;
&lt;h2&gt;Formatting, all of it&lt;/h2&gt;
&lt;p&gt;You already know most of this. Two asterisks make &lt;strong&gt;bold&lt;/strong&gt;, one makes &lt;em&gt;italic&lt;/em&gt;.
A line starting with &lt;code&gt;##&lt;/code&gt; makes a heading like the one above. A line starting
with &lt;code&gt;&amp;gt;&lt;/code&gt; makes a pulled-out quote:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The tram stopped halfway up the hill and nobody seemed surprised.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;A photo in the middle of the text is a line on its own that looks like this —
the bit in the square brackets is the description for people who can&apos;t see it:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;![Wet cobbles outside a closed bakery](./images/rain.jpg)&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Three dashes on their own line make a divider, useful for a time jump:&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;And that&apos;s genuinely the whole vocabulary. Blank line between paragraphs, and
don&apos;t worry about where your lines wrap in the editor — the site re-wraps them.&lt;/p&gt;
&lt;p&gt;To publish: save the file, then &lt;code&gt;git add .&lt;/code&gt;, &lt;code&gt;git commit -m &quot;lisbon&quot;&lt;/code&gt;, &lt;code&gt;git push&lt;/code&gt;.
About ninety seconds later it&apos;s live, the email has gone, and Telegram has it.&lt;/p&gt;
</content:encoded></item></channel></rss>