Compare commits
No commits in common. "421b802ad18f54a30ead869dfda293a0362388d3" and "476f8738defbfc4265610765df3ea6bafcfde316" have entirely different histories.
421b802ad1
...
476f8738de
6 changed files with 6 additions and 6 deletions
|
@ -36,7 +36,7 @@
|
|||
<div>
|
||||
<h2><a href="first-entry.html">First Entry</a></h2>
|
||||
|
||||
<p>— After around 1000 tries, here is another try on having a blog.</p>
|
||||
<p>— After around 1000 tries, here is another try on having a block.</p>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?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 blog.</summary><content type="html"><h1>First Entry</h1>
|
||||
<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"><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></content></entry></feed>
|
|
@ -6,7 +6,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="color-scheme" content="light dark">
|
||||
<meta name="author" content="Liliesh">
|
||||
<meta name="description" content="After around 1000 tries, here is another try on having a blog.">
|
||||
<meta name="description" content="After around 1000 tries, here is another try on having a block.">
|
||||
<link rel="alternate" href="/blog/atom.xml" type="application/atom+xml">
|
||||
<link rel="stylesheet" href="/blog/style.css" type="text/css">
|
||||
<title>First Entry | </title>
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
<div>
|
||||
<h2><a href="first-entry.html">First Entry</a></h2>
|
||||
|
||||
<p>— After around 1000 tries, here is another try on having a blog.</p>
|
||||
<p>— After around 1000 tries, here is another try on having a block.</p>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
<div>
|
||||
<h2><a href="../first-entry.html">First Entry</a></h2>
|
||||
|
||||
<p>— After around 1000 tries, here is another try on having a blog.</p>
|
||||
<p>— After around 1000 tries, here is another try on having a block.</p>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Title: First Entry
|
||||
Description: After around 1000 tries, here is another try on having a blog.
|
||||
Description: After around 1000 tries, here is another try on having a block.
|
||||
Date: 2025-07-14 20:11
|
||||
Tags: iliketomeow
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue