diff options
author | Adam Stück <adam@adast.dk> | 2023-12-15 17:01:01 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.dk> | 2023-12-15 17:01:01 +0100 |
commit | 6fabbce57b770bc2afccd4fa8772fa3bf2037283 (patch) | |
tree | 9b8ade88b8a2391e442d62c132ce0a6d4c31f95e | |
parent | 8fd8b76ec90bff271e573a1a55ba558f033ea120 (diff) |
rss: add announcement of new feed URL
/rss.xml -> /atom.xml
-rw-r--r-- | build/rss.xml | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/build/rss.xml b/build/rss.xml new file mode 100644 index 0000000..7f91f3f --- /dev/null +++ b/build/rss.xml @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="utf-8"?> +<feed xmlns="http://www.w3.org/2005/Atom"> + <title>Adam Stück's blog</title> + <link href="https://adast.dk/rss.xml" rel="self" /> + <updated>2023-12-15T16:30:52Z</updated> + <author> + <name>Adam Stück</name> + </author> + <id>https://adast.dk,2022-04-23:default-atom-feed/</id> + <entry> + <title>NEW RSS LINK</title> + <content>This is just a head's up my RSS feed has moved to https://adast.dk/atom.xml. Be sure to update your readers if you still want to receive updates from me!</content> + <updated>2023-12-15T10:00:00Z</updated> + <published>2023-12-15T10:00:00Z</published> + </entry> + <entry> + <title>Status update, February 2023</title> + <content type="html"><h1>Status update, February 2023</h1> +<p>2023-03-04</p> +<p>Hi, welcome to my website. +This is probably your first time seeing it, but it just went through a +major makeover. I've archived <a href="https://web.archive.org/web/20221223055937/https://adast.xyz/">the old +design</a> if +you want to check it out. +The new design is <em>blazingly fast</em>, light as a feather, and anyone can navigate +it. +This redesign was <strong>heavily</strong> inspired by <a href="https://bt.ht">bt.ht</a> and +<a href="https://drewdevault.com">drewdevault.com</a>.</p> +<p>You'll find my contact details and important links on the homepage. +There are links to more information about myself and this website, projects I'm +working on, and my RSS feed at the top. +I've included my PGP key if you wish to send me mail privately.</p> +<h2>Game dev is back on the menu!</h2> +<p>The CompSci department at my uni hosts an annual LAN party with tournaments +in the usual titles (csgo, lol, trackmania, etc). It would be amazing to get <a href="https://arena.adast.dk">arena</a> to a playable, +fun state, and have a LAN tournament to really put it to the test. +I want to start working on my game again, and I want to it to be playable in +time for the LAN party. +I have about 5 weeks to make it happen.</p> +<h2>What to expect</h2> +<p>I have a few technical blog posts planned, but I'll also just be posting +about anything I that interests me. +I think I'll start doing monthly status updates (like this post), much like +the <a href="https://sourcehut.org/consultancy/#our-engineers">engineers at +sourcehut.org</a>. +I'd also like to start posting (weekly) development logs for arena. </p> +<p>Finally, I have a lot more services I need to start hosting before I really +call this <em>my platform</em>. You can see the list of publicly available +services by clicking the link at the top of the page. For now, I'm +prioritising hosting the services that I use regularly.</p> +<p>That's all for now! </p> +<h2>Book club</h2> +<p>I'm reading <strong>A Voyage for Madmen</strong> by Peter Nichols.</p></content> + <link href="https://adast.dk/2023-02"/> + <id>https://adast.dk/2023-02</id> + <updated>2023-03-04T10:00:00Z</updated> + <published>2023-03-04T10:00:00Z</published> + </entry> +</feed> |