<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on kdoul.me</title><link>https://kdoul.me/posts/</link><description>Recent content in Posts on kdoul.me</description><generator>Hugo</generator><language>en-us</language><copyright>Konstantinos</copyright><lastBuildDate>Wed, 22 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://kdoul.me/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>Hello world, again</title><link>https://kdoul.me/posts/hello-world/</link><pubDate>Wed, 22 Jul 2026 00:00:00 +0000</pubDate><guid>https://kdoul.me/posts/hello-world/</guid><description>&lt;p&gt;The old version of this site was a single static HTML page on a VM
that no longer exists. This one is built with Hugo and lives in a Git repository. It deploys
itself to GitHub Pages on every push.&lt;/p&gt;
&lt;p&gt;Writing a new post is now just:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;hugo new content posts/my-new-post.md
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;git add . &lt;span style="color:#f92672"&gt;&amp;amp;&amp;amp;&lt;/span&gt; git commit -m &lt;span style="color:#e6db74"&gt;&amp;#34;post: my new post&amp;#34;&lt;/span&gt; &lt;span style="color:#f92672"&gt;&amp;amp;&amp;amp;&lt;/span&gt; git push
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;That&amp;rsquo;s it. No server to maintain.&lt;/p&gt;</description></item></channel></rss>