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/2023-02 | |
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/2023-02')
-rw-r--r-- | build/2023-02/index.html | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/build/2023-02/index.html b/build/2023-02/index.html new file mode 100644 index 0000000..38bdbf9 --- /dev/null +++ b/build/2023-02/index.html @@ -0,0 +1,75 @@ +<!doctype html> +<html lang="en" id="top"> +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="icon" href="data:,"> + <title>Status update, February 2023</title> + <link href="https://adast.dk/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" /> + <style>*{box-sizing:border-box;}body{font-family:sans-serif;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{overflow:auto;}table{text-align:left;width:100%;}</style> +</head> + +<nav> + <a href="#menu">Menu ↓</a> +</nav> + +<main> +<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> +<footer role="contentinfo"> + <hr> + <h3 id="menu">Menu Navigation</h3> + <ul> + <li><a href="/">Home</a></li> + <li><a href="/projects">Projects</a></li> + <li><a href="/services">Services</a></li> + <li><a href="/uses">Uses</a></li> + <li><a href="/resume">Resume</a></li> + <li><a href="/colophon">Colophon</a></li> + <li><a href="/now">Now</a></li> + <li><a href="/contact">Contact</a></li> + <li><a href="/donate">Donate</a></li> + <li><a href="/atom.xml">RSS</a></li> + <li><a href="#top">↑ Top of the page</a></li> + </ul> + <small> + Built with <a href="https://git.sr.ht/~bt/barf">barf</a>. <br> + Maintained with ♥ for the web. <br> + The content for this site is <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA</a>.<br> + The <a href="https://git.sr.ht/~adamski/adast.dk">code for this site</a> is <a href="https://git.sr.ht/~adamski/adast.dk/tree/main/item/LICENSE">MIT</a>. + </small> +</footer> |