site

my personal site
git clone git://git.daat.foo/site.git
Log | Files | Refs | README | LICENSE

commit b1529d37ba7c6ea638d01bd2bef3218f0bdc2b79
parent 6c32bd7ce6f7bce329fd9cf5b6b804962e093edf
Author: cowmonk <rekketstone@duck.com>
Date:   Mon, 24 Mar 2025 13:50:10 -0700

Add an atom feed

you can now add me to rss feed

Diffstat:
Aassets/images/rss.png | 0
Matom.xml | 14+++++++-------
Mindex.html | 2+-
3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/assets/images/rss.png b/assets/images/rss.png Binary files differ. diff --git a/atom.xml b/atom.xml @@ -1,27 +1,27 @@ <?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> <title>Feed</title> - <link href="https://kristaps.bsd.lv/sblg/examples/retro" /> - <link href="https://kristaps.bsd.lv/sblg/examples/retro/atom.xml" rel="self" /> - <id>https://kristaps.bsd.lv/sblg/examples/retro</id> + <link href="https://cowmonk.github.io" /> + <link href="https://cowmonk.github.io/atom.xml" rel="self" /> + <id>https://cowmonk.github.io/</id> <updated>2025-03-22T00:00:00Z</updated> <entry> - <id>https://kristaps.bsd.lv/sblg/examples/retro/blog2.xml#2025-03-22T00:00:00Z</id> + <id>https://cowmonk.github.io/blog2.xml#2025-03-22T00:00:00Z</id> <updated>2025-03-22T00:00:00Z</updated> <title>Beyond Prepackaged - Why I Use Linux From Scratch</title> <author><name>cowmonk</name></author> - <link rel="alternate" type="text/html" href="https://kristaps.bsd.lv/sblg/examples/retro/blog2.html" /> + <link rel="alternate" type="text/html" href="https://cowmonk.github.io/blog2.html" /> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> Building Linux from Scratch can feel a bit like assembling a complex jigsaw puzzle: frustrating at times, but ultimately supremely rewarding when everything clicks into place.</div> </content> </entry> <entry> - <id>https://kristaps.bsd.lv/sblg/examples/retro/blog1.xml#2025-03-18T00:00:00Z</id> + <id>https://cowmonk.github.io/blog1.xml#2025-03-18T00:00:00Z</id> <updated>2025-03-18T00:00:00Z</updated> <title>No Blue Screens Here, Just a Bit of Kernel Panic and a Whole Load of Blogging</title> <author><name>cowmonk</name></author> - <link rel="alternate" type="text/html" href="https://kristaps.bsd.lv/sblg/examples/retro/blog1.html" /> + <link rel="alternate" type="text/html" href="https://cowmonk.github.io/blog1.html" /> <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> An introduction, why would I create a blog, plans for the future, and other random things</div> diff --git a/index.html b/index.html @@ -13,7 +13,7 @@ </head> <body> <header> - <h1>cowmonk's random blogs</h1> + <h1>cowmonk's random blogs <a href="atom.xml"> <img src="assets/images/rss.png" height="20" style="vertical-align: -4px;" /> </a></h1> <p> <q>For now we see only a reflection as in a mirror; then we shall see face to face. Now I know in part; then I shall know fully, even as I am fully known.</q> </p>