new blog post
This commit is contained in:
@ -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
9
blog/It's-Alive!.html
Normal 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>
|
15
blog/rss.xml
15
blog/rss.xml
@ -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>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user