diff options
Diffstat (limited to '')
-rw-r--r-- | blog.html | 2 | ||||
-rw-r--r-- | blog/It's-Alive!.html | 9 | ||||
-rw-r--r-- | blog/rss.xml | 15 | ||||
-rw-r--r-- | index.html | 2 |
4 files changed, 28 insertions, 0 deletions
@@ -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> diff --git a/blog/It's-Alive!.html b/blog/It's-Alive!.html new file mode 100644 index 0000000..f96b6b4 --- /dev/null +++ b/blog/It's-Alive!.html @@ -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> diff --git a/blog/rss.xml b/blog/rss.xml index ba82ec0..6bb2b2b 100644 --- a/blog/rss.xml +++ b/blog/rss.xml @@ -12,6 +12,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> <link>https://squi.bid/state-of-the-site.html</link> @@ -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> |