Compile page

This commit is contained in:
Liliesh 2025-07-14 20:27:40 +02:00
parent b4be4c8ab4
commit 476f8738de
Signed by: liliesh
GPG key ID: 680387646C7BAE8E
2 changed files with 8 additions and 2 deletions

View file

@ -1,2 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Liliesh's Blog</title><link href="https://liliesh.pinkhaj.world/blog/" rel="alternate"></link><link href="https://liliesh.pinkhaj.world/blog/atom.xml" rel="self"></link><id>https://liliesh.pinkhaj.world/blog/</id><updated>2025-07-14T20:11:00+00:00</updated><entry><title>First Entry</title><link href="https://liliesh.pinkhaj.world/blog/first-entry.html" rel="alternate"></link><published>2025-07-14T20:11:00+00:00</published><updated>2025-07-14T20:11:00+00:00</updated><author><name>Liliesh</name></author><id>tag:liliesh.pinkhaj.world,2025-07-14:/blog/first-entry.html</id><summary type="html">After around 1000 tries, here is another try on having a block.</summary><content type="html"></content></entry></feed> <feed xmlns="http://www.w3.org/2005/Atom"><title>Liliesh's Blog</title><link href="https://liliesh.pinkhaj.world/blog/" rel="alternate"></link><link href="https://liliesh.pinkhaj.world/blog/atom.xml" rel="self"></link><id>https://liliesh.pinkhaj.world/blog/</id><updated>2025-07-14T20:11:00+00:00</updated><entry><title>First Entry</title><link href="https://liliesh.pinkhaj.world/blog/first-entry.html" rel="alternate"></link><published>2025-07-14T20:11:00+00:00</published><updated>2025-07-14T20:11:00+00:00</updated><author><name>Liliesh</name></author><id>tag:liliesh.pinkhaj.world,2025-07-14:/blog/first-entry.html</id><summary type="html">After around 1000 tries, here is another try on having a block.</summary><content type="html">&lt;h1&gt;First Entry&lt;/h1&gt;
&lt;p&gt;Well, here we go again. Another try on writing a blog. This time with a static site generator called &amp;ldquo;blag&amp;rdquo;.
It allows me to write my entries in markdown and then converts to html. In the past, I often struggled keeping up a blog, due to the maintenance, since I did neither want a fully static site nor something like &amp;ldquo;Ghost&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;In the coming days I&amp;rsquo;m planning to write a blog post about how to setup your own music library at home and streaming it on the go.&lt;/p&gt;</content></entry></feed>

View file

@ -43,7 +43,10 @@
</p> </p>
</aside> </aside>
<h1>First Entry</h1>
<p>Well, here we go again. Another try on writing a blog. This time with a static site generator called &ldquo;blag&rdquo;.
It allows me to write my entries in markdown and then converts to html. In the past, I often struggled keeping up a blog, due to the maintenance, since I did neither want a fully static site nor something like &ldquo;Ghost&rdquo;.</p>
<p>In the coming days I&rsquo;m planning to write a blog post about how to setup your own music library at home and streaming it on the go.</p>
</main> </main>