website

Portfolio website
git clone https://willem.vanzwol.com/git/website/repo.bundle
Log | Files | Refs | README | LICENSE

rss.xml (1424B)


      1 <?xml version="1.0" encoding="UTF-8" ?>
      2 <rss version="2.0">
      3   <channel>
      4     <title>Portfolio</title>
      5     <link>https://willem.vanzwol.com/</link>
      6     <description>Blog feed</description>
      7     <language>en-us</language>
      8 
      9     <item>
     10       <title>JXL and Compression on nix</title>
     11       <description>Showcase of a script and flake I made for compressing JPG/JEPG to JXL and compressing into a tarball or .7z file</description>
     12       <category>scripting</category>
     13       <category>compression</category>
     14       <category>nix</category>
     15       <pubDate>Tue, 01 June 2026 23:23:00 +0000</pubDate>
     16       <link>./blogs/jxl_and_compression_on_nix.html</link>
     17       <guid>./blogs/jxl_and_compression_on_nix</guid>
     18     </item>
     19 
     20     <item>
     21       <title>On the Blog</title>
     22       <description>Post about my thoughts on how the blog should work.</description>
     23       <category>website</category>
     24       <category>blog</category>
     25       <category>complexity</category>
     26       <pubDate>Tue, 21 May 2026 23:23:00 +0000</pubDate>
     27       <link>./blogs/on_the_blog.html</link>
     28       <guid>./blogs/on_the_blog.html</guid>
     29     </item>
     30 
     31     <item>
     32       <title>Website</title>
     33       <description>Overview of the point of this website.</description>
     34       <category>website</category>
     35       <pubDate>Tue, 21 May 2026 23:23:00 +0000</pubDate>
     36       <link>./blogs/website.html</link>
     37       <guid>./blogs/website.html</guid>
     38     </item>
     39 
     40   </channel>
     41 </rss>