<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <title>girlmade.online</title>
    <subtitle>a blog</subtitle>
    <link rel="self" type="application/atom+xml" href="https://girlmade.online/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://girlmade.online"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2026-09-03T00:00:00+00:00</updated>
    <id>https://girlmade.online/atom.xml</id>
    <entry xml:lang="en">
        <title>Hello world</title>
        <published>2026-09-03T00:00:00+00:00</published>
        <updated>2026-09-03T00:00:00+00:00</updated>
        
        <author>
          <name>Unknown</name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://girlmade.online/posts/hello-world/"/>
        <id>https://girlmade.online/posts/hello-world/</id>
        
        <content type="html" xml:base="https://girlmade.online/posts/hello-world/">&lt;p&gt;This is a post. It lives in its own folder:&lt;/p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color-scheme: light dark; color: light-dark(#24292E, #E1E4E8); background-color: light-dark(#FFFFFF, #24292E);&quot; &gt;&lt;code data-lang=&quot;plain&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;content/posts/hello-world/&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;  index.md      &amp;lt;- this file&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;  (images go here too)&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Everything about a post lives in that one folder, which means adding a picture
is just uploading it here and writing its filename. No paths to get right.&lt;/p&gt;
&lt;h2 id=&quot;adding-a-picture&quot;&gt;Adding a picture&lt;/h2&gt;
&lt;p&gt;Upload the image into this folder, then write:&lt;/p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color-scheme: light dark; color: light-dark(#24292E, #E1E4E8); background-color: light-dark(#FFFFFF, #24292E);&quot; &gt;&lt;code data-lang=&quot;plain&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span&gt;![a short description of the picture](my-photo.jpg)&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;That is the whole thing. The text in the square brackets is what screen readers
read out and what shows if the image fails to load, so it is worth writing.&lt;/p&gt;
&lt;h2 id=&quot;formatting&quot;&gt;Formatting&lt;/h2&gt;
&lt;p&gt;Regular Markdown works:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;bold&lt;/strong&gt; with &lt;code&gt;**bold**&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;italic&lt;/em&gt; with &lt;code&gt;*italic*&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;a &lt;a rel=&quot;external&quot; href=&quot;https://example.com&quot;&gt;link&lt;/a&gt; with &lt;code&gt;[link](https://example.com)&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;Quotes look like this.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id=&quot;the-bit-at-the-top&quot;&gt;The bit at the top&lt;/h2&gt;
&lt;p&gt;The block between the &lt;code&gt;+++&lt;/code&gt; lines is the post’s settings. Only &lt;code&gt;title&lt;/code&gt; really
matters. &lt;code&gt;date&lt;/code&gt; controls the ordering, &lt;code&gt;description&lt;/code&gt; is the grey line shown in
the post list, and &lt;code&gt;tags&lt;/code&gt; are optional.&lt;/p&gt;
&lt;p&gt;To hide a post while you work on it, add &lt;code&gt;draft = true&lt;/code&gt; under the title. It will
not appear on the site until you remove that line.&lt;/p&gt;
</content>
        
    </entry>
</feed>
