diff options
author | Adam Stück <adam@adast.dk> | 2023-12-15 11:23:21 +0000 |
---|---|---|
committer | Adam Stück <adam@adast.dk> | 2023-12-15 12:00:01 +0000 |
commit | 57abab7d0c27161e909d07498c86012c82db246e (patch) | |
tree | d85b423672f55a3287cd1fc10fffa150e5500b94 /build/atom.xml | |
parent | f205d2e8787e58b73576245f03d44b7d791c471b (diff) |
overhaul: switch from ssg to barf
- simplify and polish most pages
- add /colophon, /now, /contact
- drop /resume-da
- drop javascript
- patch barf to create symlinks for /rss.xml and /feed to /atom.xml
Diffstat (limited to 'build/atom.xml')
-rw-r--r-- | build/atom.xml | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/build/atom.xml b/build/atom.xml new file mode 100644 index 0000000..3ae5863 --- /dev/null +++ b/build/atom.xml @@ -0,0 +1,53 @@ +<?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/atom.xml" rel="self" /> + <updated>2023-12-15T11:58:18Z</updated> + <author> + <name>Adam Stück</name> + </author> + <id>https://adast.dk,2022-04-23:default-atom-feed/</id> + <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> |