mirror of
https://github.com/cowmonk/cowmonk.github.io.git
synced 2025-10-27 22:53:25 +00:00
Add an atom feed
you can now add me to rss feed
This commit is contained in:
parent
6c32bd7ce6
commit
b1529d37ba
3 changed files with 8 additions and 8 deletions
14
atom.xml
14
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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue