new blog post

This commit is contained in:
2023-04-17 13:22:43 +00:00
parent 2bcbc28abb
commit ebf7438feb
4 changed files with 28 additions and 0 deletions

View File

@ -31,6 +31,8 @@
</header>
<hr style="color: #f7f7f7;">
<p> <!-- script marker blog -->
<a href="https://squi.bid/blog/It's-Alive!">It's Alive!<span id="date">2023 Apr 17</span></a><br>
<a href="https://squi.bid/blog/state-of-the-site">state of the site<span id="date">2023 Apr 17</span></a><br>
</p> <!-- script marker blog -->
<a href="https://squi.bid/blog/rss.xml"><img id="svg" src="pics/rss.svg" alt="rss feed"></a>
</div>

9
blog/It's-Alive!.html Normal file
View File

@ -0,0 +1,9 @@
<title>It's Alive!</title>
<link rel=stylesheet href=style.css>
<body>
<p>
Cloning via http(s) now works!
<br><br>
btw I will be posting my dotfiles soontm
</p>
</body>

View File

@ -11,6 +11,21 @@
<!-- LB -->
<item>
<title>It's Alive!</title>
<guid>https://squi.bid/It's-Alive!.html</guid>
<link>https://squi.bid/It's-Alive!.html</link>
<pubDate>Mon, 17 Apr 2023 13:22:03 +0000</pubDate>
<description><![CDATA[
<p>
Cloning via http(s) now works!
<br><br>
btw I will be posting my dotfiles soontm
</p>
]]></description>
</item>
<item>
<title>state of the site</title>
<guid>https://squi.bid/state-of-the-site.html</guid>

View File

@ -26,6 +26,8 @@
<div id="right">
<h2 id="font"><a href="https://squi.bid/blog/rss.xml"><img id="svg" src="pics/rss.svg" alt="rss feed"></a> My Blog</h2>
<p> <!-- script marker blog -->
<a href="https://squi.bid/blog/It's-Alive!">It's Alive!</a> [2023 Apr 17]<br>
<a href="https://squi.bid/blog/state-of-the-site">state of the site</a> [2023 Apr 17]<br>
</p> <!-- script marker blog -->
<a href="blog">more...</a>
</div>