aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-06 07:52:09 -0400
committerBradley Taunt <bt@btxx.org>2024-07-06 07:52:09 -0400
commit2b545623c8d2751aa76ad5de0ebefcadd9b13904 (patch)
treead77fcd7700efc46fbce75e82f609264b627dcb7
parent80dcfd3c693f756c89f882a3f508f77ad6911c2b (diff)
Remove build and include gitignore
-rw-r--r--.gitignore1
-rw-r--r--build/about/index.html37
-rw-r--r--build/atom.xml340
-rw-r--r--build/cleanup/index.html50
-rw-r--r--build/dark-mode/index.html44
-rw-r--r--build/index.html69
-rw-r--r--build/macos/index.html42
-rw-r--r--build/markdown-examples/index.html250
-rw-r--r--build/openbsd/index.html40
-rw-r--r--build/pages.tsv2
-rw-r--r--build/posts.tsv6
-rw-r--r--build/public/images/barf.svg17
-rw-r--r--build/qol/index.html54
-rw-r--r--build/rss.xml336
-rw-r--r--build/websites/index.html40
15 files changed, 1 insertions, 1327 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d163863
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+build/ \ No newline at end of file
diff --git a/build/about/index.html b/build/about/index.html
deleted file mode 100644
index d8ede37..0000000
--- a/build/about/index.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<!doctype html>
-<html lang="en">
-<head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="icon" href="data:,">
- <title>About `barf`</title>
- <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
- <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="RSS feed for blog posts" />
- <style>*{box-sizing:border-box;}body{font-family:sans-serif;line-height:1.33;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{border:1px solid;overflow:auto;padding:5px;}.footnotes{font-size:90%;}</style>
-</head>
-
-<nav>
- <a href="#menu">Menu &darr;</a>
-</nav>
-
-<main>
-<h1 id="about-">About <code>barf</code></h1>
-<p>barf is a minimal and suckless-inspired blog generator. It is a tweaked and slightly patched version of Karl Bartel&#8217;s fantastic <a href="https://github.com/karlb/karl.berlin">blog.sh</a>.</p>
-<h2 id="why">Why?</h2>
-<p>This project was created by me, <a href="https://btxx.org">Bradley Taunt</a>, out of frustration with overly complex and bloated blogging options. I tried <em>so many</em> &#8220;minimal&#8221; generators but each one ended up having some glaring issue or heavy reliance on dependencies. </p>
-<p>I wanted to have a system that I could easily replicate on any Linux machine. Something that didn&#8217;t require me to download half the internet just to get up and running. I&#8217;m a sucker for keeping things simple.</p>
-<footer role="contentinfo">
- <hr>
- <h3 id="menu">Menu Navigation</h3>
- <ul>
- <li><a href="/">Home</a></li>
- <li><a href="/about">About</a></li>
- <li><a href="/websites">Websites</a></li>
- <li><a href="https://git.btxx.org/barf">Source Code</a></li>
- </ul>
- <small>
- Feeds: <a href="/atom.xml">Atom</a> | <a href="/rss.xml">RSS</a> <br>
- Built with <a href="https://barf.btxx.org">barf</a>. <br>
- The <a href="https://git.sr.ht/~bt/barf">code for this site</a> is MIT.
- </small>
-</footer> \ No newline at end of file
diff --git a/build/atom.xml b/build/atom.xml
deleted file mode 100644
index f13bbcf..0000000
--- a/build/atom.xml
+++ /dev/null
@@ -1,340 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<feed xmlns="http://www.w3.org/2005/Atom">
- <title>barf</title>
- <link href="https://barf.btxx.org/atom.xml" rel="self" />
- <updated>2024-07-03T12:03:07Z</updated>
- <author>
- <name>Bradley Taunt</name>
- </author>
- <id>https://barf.btxx.org,2024-01-19:default-atom-feed/</id>
- <entry>
- <title>Quality of Life Improvements</title>
- <content type="html">&lt;h1 id=&quot;quality-of-life-improvements&quot;&gt;Quality of Life Improvements&lt;/h1&gt;
-&lt;p&gt;2024-06-06&lt;/p&gt;
-&lt;p&gt;I haven&amp;#8217;t circled back to &lt;code&gt;barf&lt;/code&gt; in quite a bit of time, so I&amp;#8217;m happy to announce a small update mainly focused on quality of life improvements! I&amp;#8217;ll keep things brief and get right into the core changes:&lt;/p&gt;
-&lt;p&gt;&lt;strong&gt;Automatic detection of your operating system (supports Linux, macOS and OpenBSD currently)&lt;/strong&gt;&lt;/p&gt;
-&lt;ul&gt;
-&lt;li&gt;&lt;code&gt;barf&lt;/code&gt; now checks your current OS and sets aliases accordingly&lt;/li&gt;
-&lt;li&gt;this removes the need to hard-set your own aliases or run syslinks&lt;/li&gt;
-&lt;/ul&gt;
-&lt;p&gt;&lt;strong&gt;Added a semantically valid RSS feed&lt;/strong&gt;&lt;/p&gt;
-&lt;ul&gt;
-&lt;li&gt;&lt;code&gt;barf&lt;/code&gt; initially launched with Atom support only, now a separate RSS feed is generated at build time&lt;/li&gt;
-&lt;/ul&gt;
-&lt;p&gt;&lt;strong&gt;Removed hardcoded feed links from &lt;code&gt;header.html&lt;/code&gt;&lt;/strong&gt;&lt;/p&gt;
-&lt;ul&gt;
-&lt;li&gt;You now only need to set your main domain at the top of the core &lt;code&gt;barf&lt;/code&gt; file.&lt;/li&gt;
-&lt;/ul&gt;
-&lt;p&gt;&lt;strong&gt;Swapped out &lt;code&gt;smu&lt;/code&gt; for &lt;code&gt;lowdown&lt;/code&gt;&lt;/strong&gt;&lt;/p&gt;
-&lt;ul&gt;
-&lt;li&gt;The default Markdown parser is now set to &lt;code&gt;lowdown&lt;/code&gt;. The original parser (&lt;code&gt;smu&lt;/code&gt;) is great, but I wanted to make the project simpler by avoiding users to clone and build a separate package.&lt;/li&gt;
-&lt;/ul&gt;
-&lt;p&gt;That&amp;#8217;s it really! I&amp;#8217;ve also updated the original blog posts about setting up &lt;code&gt;barf&lt;/code&gt; on macOS and OpenBSD to reflect these changes.&lt;/p&gt;
-&lt;p&gt;Cheers!&lt;/p&gt;</content>
- <link href="https://barf.btxx.org/qol"/>
- <id>https://barf.btxx.org/qol</id>
- <updated>2024-06-06T10:00:00Z</updated>
- <published>2024-06-06T10:00:00Z</published>
- </entry>
- <entry>
- <title>Running `barf` on OpenBSD</title>
- <content type="html">&lt;h1 id=&quot;running-on-openbsd&quot;&gt;Running &lt;code&gt;barf&lt;/code&gt; on OpenBSD&lt;/h1&gt;
-&lt;p&gt;2023-08-12&lt;/p&gt;
-&lt;p&gt;The &lt;code&gt;barf&lt;/code&gt; project was built on Linux and was catered towards Linux users. The core of the project will remain focused on Linux&amp;#47;GNU tools, but I also need to support OpenBSD since that is my personal operating system of choice.&lt;/p&gt;
-&lt;h2 id=&quot;download-packages&quot;&gt;Download Packages&lt;/h2&gt;
-&lt;p&gt;Along with your Markdown parser of choice (&lt;code&gt;barf&lt;/code&gt; assumes you will be using my version of &lt;a href=&quot;https://git.sr.ht/~bt/smu&quot;&gt;smu&lt;/a&gt;) you will also need to install the required packages on your OpenBSD system:&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;doas pkg_add rsync coreutils gsed cmake gcc
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;After that, everything should work perfectly fine when building!&lt;/p&gt;</content>
- <link href="https://barf.btxx.org/openbsd"/>
- <id>https://barf.btxx.org/openbsd</id>
- <updated>2023-08-12T10:00:00Z</updated>
- <published>2023-08-12T10:00:00Z</published>
- </entry>
- <entry>
- <title>Markdown Examples in barf</title>
- <content type="html">&lt;h1 id=&quot;markdown-examples-in-barf&quot;&gt;Markdown Examples in barf&lt;/h1&gt;
-&lt;p&gt;2023-01-05&lt;/p&gt;
-&lt;p&gt;This following was lifted from &lt;a href=&quot;https://github.com/karlb/smu&quot;&gt;https:&amp;#47;&amp;#47;github.com&amp;#47;karlb&amp;#47;smu&lt;/a&gt;&lt;/p&gt;
-&lt;h1 id=&quot;syntax&quot;&gt;&lt;code&gt;smu&lt;/code&gt; Syntax&lt;/h1&gt;
-&lt;p&gt;smu was started as a rewrite of
-&lt;a href=&quot;http://daringfireball.net/projects/markdown/&quot;&gt;markdown&lt;/a&gt; but became something
-more lightweight and consistent. It differs from &lt;a href=&quot;https://commonmark.org/&quot;&gt;CommonMark&lt;/a&gt; in the following ways:&lt;/p&gt;
-&lt;ul&gt;
-&lt;li&gt;No support for &lt;em&gt;reference style links&lt;/em&gt;&lt;/li&gt;
-&lt;li&gt;Stricter indentation rules for lists&lt;/li&gt;
-&lt;li&gt;Lists don&amp;#8217;t end paragraphs by themselves (blank line needed)&lt;/li&gt;
-&lt;li&gt;Horizontal rules (&lt;code&gt;&amp;#60;hr&amp;#62;&lt;/code&gt;) must use &lt;code&gt;- - -&lt;/code&gt; as syntax&lt;/li&gt;
-&lt;li&gt;Code fences have stricter syntax&lt;/li&gt;
-&lt;/ul&gt;
-&lt;p&gt;Patches that increase the CommonMark compatibility are welcome as long as they don&amp;#8217;t increase the code complexity significantly.&lt;/p&gt;
-&lt;p&gt;This project is a fork of the &lt;a href=&quot;https://github.com/gottox/smu&quot;&gt;original smu&lt;/a&gt; by
-&lt;a href=&quot;https://eboland.de&quot;&gt;Enno Boland (gottox)&lt;/a&gt;. The main differences to the
-original smu are:&lt;/p&gt;
-&lt;ul&gt;
-&lt;li&gt;Support for code fences&lt;/li&gt;
-&lt;li&gt;Improved &lt;a href=&quot;https://commonmark.org/&quot;&gt;CommonMark&lt;/a&gt; compatibility. E.g.
-&lt;ul&gt;
-&lt;li&gt;Code blocks need four spaces indentation instead of three&lt;/li&gt;
-&lt;li&gt;Skip empty lines at end of code blocks&lt;/li&gt;
-&lt;li&gt;Ignore single spaces around code spans&lt;/li&gt;
-&lt;li&gt;Keep HTML comments in output&lt;/li&gt;
-&lt;li&gt;Improved spec compliance for lists&lt;/li&gt;
-&lt;li&gt;Nesting code block in blockquotes works&lt;/li&gt;
-&lt;li&gt;&amp;#8220;Empty&amp;#8221; lines in lists behave identically, no matter how much whitespace they contain&lt;/li&gt;
-&lt;li&gt;No backslash escapes in code blocks&lt;/li&gt;
-&lt;li&gt;Use first number as start number for ordered lists&lt;/li&gt;
-&lt;/ul&gt;&lt;/li&gt;
-&lt;li&gt;Added a simple test suite to check for compliance and avoid regressions&lt;/li&gt;
-&lt;/ul&gt;
-&lt;h2 id=&quot;inline-patterns&quot;&gt;Inline patterns&lt;/h2&gt;
-&lt;p&gt;There are several patterns you can use to highlight your text:&lt;/p&gt;
-&lt;ul&gt;
-&lt;li&gt;&lt;p&gt;Emphasis
-&lt;ul&gt;
-&lt;li&gt;Surround your text with &lt;code&gt;*&lt;/code&gt; or &lt;code&gt;_&lt;/code&gt; to get &lt;em&gt;emphasised&lt;/em&gt; text:
-This &lt;em&gt;is&lt;/em&gt; cool.
-This &lt;em&gt;is&lt;/em&gt; cool, too.&lt;/li&gt;
-&lt;li&gt;Surround your text with &lt;code&gt;**&lt;/code&gt; or &lt;code&gt;__&lt;/code&gt; to get &lt;strong&gt;strong&lt;/strong&gt; text:
-This &lt;strong&gt;is&lt;/strong&gt; cool.
-This &lt;strong&gt;is&lt;/strong&gt; cool, too.&lt;/li&gt;
-&lt;li&gt;Surround your text with &lt;code&gt;***&lt;/code&gt; or &lt;code&gt;___&lt;/code&gt; to get &lt;strong&gt;&lt;em&gt;strong and emphasised&lt;/em&gt;&lt;/strong&gt; text:
-This &lt;strong&gt;&lt;em&gt;is&lt;/em&gt;&lt;/strong&gt; cool.
-This &lt;strong&gt;&lt;em&gt;is&lt;/em&gt;&lt;/strong&gt; cool, too.&lt;/li&gt;
-&lt;li&gt;But this example won&amp;#8217;t work as expected:
-*&lt;strong&gt;Hello&lt;/strong&gt; you*
-This is a wontfix bug because it would make the source too complex.
-Use this instead:
-&lt;strong&gt;&lt;em&gt;Hello&lt;/em&gt;&lt;/strong&gt; &lt;em&gt;you&lt;/em&gt;&lt;/li&gt;
-&lt;/ul&gt;&lt;/p&gt;&lt;/li&gt;
-&lt;li&gt;&lt;p&gt;inline Code&lt;/p&gt;
-&lt;p&gt;You can produce inline code by surrounding it with backticks.&lt;/p&gt;
-&lt;p&gt;Use &lt;code&gt;rm -rf &amp;#47;&lt;/code&gt; if you&amp;#8217;re a N00b.
-Use &lt;code&gt;rm -rf &amp;#47;&lt;/code&gt; if you&amp;#8217;re a N00b.
-Use &lt;code&gt;rm -rf &amp;#47;&lt;/code&gt; if you&amp;#8217;re a N00b.&lt;/p&gt;
-&lt;p&gt;Double and triple backticks can be used if the code itself contains backticks.&lt;/p&gt;&lt;/li&gt;
-&lt;/ul&gt;
-&lt;h2 id=&quot;titles&quot;&gt;Titles&lt;/h2&gt;
-&lt;p&gt;Creating titles in smu is very easy. There are two different syntax styles. The
-first is underlining with at least three characters:&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;Heading
-=======
-
-Topic
------
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;This is very intuitive and self explaining. The resulting sourcecode looks like
-this:&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;&amp;#60;h1&amp;#62;Heading&amp;#60;&amp;#47;h1&amp;#62;
-&amp;#60;h2&amp;#62;Topic&amp;#60;&amp;#47;h2&amp;#62;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;Use the following prefixes if you don&amp;#8217;t like underlining:&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;# h1
-## h2
-### h3
-#### h4
-##### h5
-###### h6
-&lt;/code&gt;&lt;/pre&gt;
-&lt;h2 id=&quot;links&quot;&gt;Links&lt;/h2&gt;
-&lt;p&gt;The simplest way to define a link is with simple &lt;code&gt;&amp;#60;&amp;#62;&lt;/code&gt;.&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;&amp;#60;http:&amp;#47;&amp;#47;s01.de&amp;#62;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;You can do the same for E-Mail addresses:&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;&amp;#60;yourname@s01.de&amp;#62;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;If you want to define a label for the url, you have to use a different syntax&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;[smu - simple mark up](http:&amp;#47;&amp;#47;s01.de&amp;#47;~gottox&amp;#47;index.cgi&amp;#47;proj_smu)
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;The resulting HTML-Code&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;&amp;#60;a href=&quot;http:&amp;#47;&amp;#47;s01.de&amp;#47;~gottox&amp;#47;index.cgi&amp;#47;proj_smu&quot;&amp;#62;smu - simple mark up&amp;#60;&amp;#47;a&amp;#62;&amp;#60;&amp;#47;p&amp;#62;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;h2 id=&quot;lists&quot;&gt;Lists&lt;/h2&gt;
-&lt;p&gt;Defining lists is very straightforward:&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;* Item 1
-* Item 2
-* Item 3
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;Result:&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;&amp;#60;ul&amp;#62;
-&amp;#60;li&amp;#62;Item 1&amp;#60;&amp;#47;li&amp;#62;
-&amp;#60;li&amp;#62;Item 2&amp;#60;&amp;#47;li&amp;#62;
-&amp;#60;li&amp;#62;Item 3&amp;#60;&amp;#47;li&amp;#62;
-&amp;#60;&amp;#47;ul&amp;#62;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;Defining ordered lists is also very easy:&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;1. Item 1
-2. Item 2
-3. Item 3
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;Only the first number in a list is meaningful. All following list items are
-continously counted. If you want a list starting at 2, you could write:&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;2. Item 1
-2. Item 2
-2. Item 3
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;and get the following HTML which will render with the numbers 2, 3, 4:&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;&amp;#60;ol start=&quot;2&quot;&amp;#62;
-&amp;#60;li&amp;#62;Item 1&amp;#60;&amp;#47;li&amp;#62;
-&amp;#60;li&amp;#62;Item 2&amp;#60;&amp;#47;li&amp;#62;
-&amp;#60;li&amp;#62;Item 3&amp;#60;&amp;#47;li&amp;#62;
-&amp;#60;&amp;#47;ol&amp;#62;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;h2 id=&quot;code-blockquote&quot;&gt;Code &amp;#38; Blockquote&lt;/h2&gt;
-&lt;p&gt;Use the &lt;code&gt;&amp;#62;&lt;/code&gt; as a line prefix for defining blockquotes. Blockquotes are
-interpreted as well. This makes it possible to embed links, headings and even
-other quotes into a quote:&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;&amp;#62; Hello
-&amp;#62; This is a quote with a [link](http:&amp;#47;&amp;#47;s01.de&amp;#47;~gottox)
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;Result:
-
- Hello
- This is a quote with a link
- &lt;/p&gt;
-&lt;p&gt;You can define a code block with a leading Tab or with &lt;strong&gt;4&lt;/strong&gt; leading spaces&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt; this.is(code)
-
- this.is(code, too)
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;Result:
- this.is(code)
- this.is(code, too)
- &lt;/p&gt;
-&lt;p&gt;Please note that you can&amp;#8217;t use HTML or smu syntax in a code block.&lt;/p&gt;
-&lt;p&gt;Another way to write code blocks is to use code fences:&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;```json
-{&quot;some&quot;: &quot;code&quot;}
-```
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;This has two advantages:
-* The optional language identifier will be turned into a &lt;code&gt;language-&lt;/code&gt; class name
-* You can keep the original indentation which helps when doing copy &amp;#38; paste&lt;/p&gt;
-&lt;h2 id=&quot;tables&quot;&gt;Tables&lt;/h2&gt;
-&lt;p&gt;Tables can be generated with the following syntax:&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;| Heading1 | Heading2 |
-| -------- | -------- |
-| Cell 1 | Cell2 |
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;Aligning the columns make the input nicer to read, but is not necessary to get
-correct table output. You could just write&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;| Heading1 | Heading2 |
-| --- | --- |
-| Cell 1 | Cell2 |
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;To align the content of table cells, use &lt;code&gt;|:--|&lt;/code&gt; for left, &lt;code&gt;|--:|&lt;/code&gt; for right
-and &lt;code&gt;|:--:|&lt;/code&gt; for centered alignment in the row which separates the header from
-the table body.&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;| Heading1 | Heading2 | Heading3 |
-| :------- | :------: | -------: |
-| Left | Center | Right |
-&lt;/code&gt;&lt;/pre&gt;
-&lt;h2 id=&quot;footnotes&quot;&gt;Footnotes&lt;/h2&gt;
-&lt;p&gt;Here is an example of using Markdown footnotes&lt;sup id=&quot;fnref1&quot;&gt;&lt;a href=&quot;#fn1&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;. And incase you were looking for more examples, here is another one&lt;sup id=&quot;fnref2&quot;&gt;&lt;a href=&quot;#fn2&quot; rel=&quot;footnote&quot;&gt;2&lt;/a&gt;&lt;/sup&gt;.&lt;/p&gt;
-&lt;h2 id=&quot;other-interesting-stuff&quot;&gt;Other interesting stuff&lt;/h2&gt;
-&lt;ul&gt;
-&lt;li&gt;&lt;p&gt;to insert a horizontal rule simple add &lt;code&gt;- - -&lt;/code&gt; into an empty line:&lt;/p&gt;
-&lt;p&gt;Hello&lt;/p&gt;
-&lt;hr/&gt;
-&lt;p&gt;Hello2&lt;/p&gt;
-&lt;p&gt;Result:
-
-Hello
-&lt;/p&gt;
-&lt;p&gt;Hello2&lt;/p&gt;&lt;/li&gt;
-&lt;li&gt;&lt;p&gt;Any ASCII punctuation character may escaped by precedeing them with a
-backslash to avoid them being interpreted:&lt;/p&gt;
-&lt;p&gt;!&amp;#8221;#$%&amp;#38;&amp;#8217;()*+,-.&amp;#47;:;&amp;#60;=&amp;#62;?@[]^_`{|}~\&lt;/p&gt;&lt;/li&gt;
-&lt;li&gt;&lt;p&gt;To force a linebreak simple add two spaces to the end of the line:&lt;/p&gt;
-&lt;p&gt;No linebreak
-here.
-But here is&lt;br/&gt;
-one.&lt;/p&gt;&lt;/li&gt;
-&lt;/ul&gt;
-&lt;h2 id=&quot;embed-html&quot;&gt;embed HTML&lt;/h2&gt;
-&lt;p&gt;You can include arbitrary HTML code in your documents. The HTML will be
-passed through to the resulting document without modification. This is a good
-way to work around features that are missing in smu. If you don&amp;#8217;t want this
-behaviour, use the &lt;code&gt;-n&lt;/code&gt; flag when executing smu to stricly escape the HTML
-tags.&lt;/p&gt;
-&lt;div class=&quot;footnotes&quot;&gt;
-&lt;hr/&gt;
-&lt;ol&gt;
-
-&lt;li id=&quot;fn1&quot;&gt;
-&lt;p&gt;This is the first footnote&amp;#160;&lt;a href=&quot;#fnref1&quot; rev=&quot;footnote&quot;&gt;&amp;#8617;&lt;/a&gt;&lt;/p&gt;
-&lt;/li&gt;
-
-&lt;li id=&quot;fn2&quot;&gt;
-&lt;p&gt;Just like I promised - another footnote example&amp;#160;&lt;a href=&quot;#fnref2&quot; rev=&quot;footnote&quot;&gt;&amp;#8617;&lt;/a&gt;&lt;/p&gt;
-&lt;/li&gt;
-
-&lt;/ol&gt;
-&lt;/div&gt;</content>
- <link href="https://barf.btxx.org/markdown-examples"/>
- <id>https://barf.btxx.org/markdown-examples</id>
- <updated>2023-01-05T10:00:00Z</updated>
- <published>2023-01-05T10:00:00Z</published>
- </entry>
- <entry>
- <title>Running `barf` on MacOS</title>
- <content type="html">&lt;h1 id=&quot;running-on-macos&quot;&gt;Running &lt;code&gt;barf&lt;/code&gt; on MacOS&lt;/h1&gt;
-&lt;p&gt;2023-01-18&lt;/p&gt;
-&lt;p&gt;The &lt;code&gt;barf&lt;/code&gt; project was built on Linux and was catered towards Linux users. The core of the project will remain focused on Linux&amp;#47;GNU tools, but that doesn&amp;#8217;t mean MacOS needs to be left out in the cold.&lt;/p&gt;
-&lt;h2 id=&quot;download-packages&quot;&gt;Download Packages&lt;/h2&gt;
-&lt;p&gt;This walkthrough assumes that you already have &lt;a href=&quot;https://brew.sh/&quot;&gt;homebrew&lt;/a&gt; installed on your machine.&lt;/p&gt;
-&lt;p&gt;You will need to install the GNU versions of both &lt;code&gt;date&lt;/code&gt; and &lt;code&gt;sed&lt;/code&gt; in order to avoid breaking things when &lt;code&gt;barf&lt;/code&gt; tries to build.&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;brew install coreutils
-brew install gnu-sed
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;Now everything should work as intended!&lt;/p&gt;</content>
- <link href="https://barf.btxx.org/macos"/>
- <id>https://barf.btxx.org/macos</id>
- <updated>2023-01-18T10:00:00Z</updated>
- <published>2023-01-18T10:00:00Z</published>
- </entry>
- <entry>
- <title>Supporting Basic Dark Mode</title>
- <content type="html">&lt;h1 id=&quot;supporting-basic-dark-mode&quot;&gt;Supporting Basic Dark Mode&lt;/h1&gt;
-&lt;p&gt;2023-03-07&lt;/p&gt;
-&lt;p&gt;The default &lt;code&gt;barf&lt;/code&gt; site generator now supports basic dark mode functionality. This has been achieved by including the standard &lt;code&gt;color-scheme&lt;/code&gt; meta tag in the core &lt;code&gt;header.html&lt;/code&gt; file:&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;&amp;#60;meta name=&quot;color-scheme&quot; content=&quot;dark light&quot;&amp;#62;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;This change also ships with some minor updates to the default &lt;code&gt;blockquote&lt;/code&gt; design. You can see an example below:&lt;/p&gt;
-&lt;blockquote&gt;
-&lt;p&gt;This is a really &lt;em&gt;cool&lt;/em&gt; blockquote&lt;/p&gt;
-&lt;/blockquote&gt;
-&lt;h2 id=&quot;minor-caveat&quot;&gt;Minor Caveat&lt;/h2&gt;
-&lt;p&gt;Unfortunately, Safari still has minor &lt;code&gt;ahref&lt;/code&gt; &amp;#47; link color issue when defaulting to browser dark mode. If this is a problem for your own build of &lt;code&gt;barf&lt;/code&gt;, take a look at a &lt;a href=&quot;https://bt.ht/safari-default-dark-mode/&quot;&gt;solution I wrote about here&lt;/a&gt;.&lt;/p&gt;
-&lt;p&gt;Personally, I can&amp;#8217;t be bothered to add that extra code to this project. The Safari team needs to get their shit together and fix such a simple bug. Plus, you shouldn&amp;#8217;t be using Safari anyway - it&amp;#8217;s proprietary garbage.&lt;/p&gt;</content>
- <link href="https://barf.btxx.org/dark-mode"/>
- <id>https://barf.btxx.org/dark-mode</id>
- <updated>2023-03-07T10:00:00Z</updated>
- <published>2023-03-07T10:00:00Z</published>
- </entry>
- <entry>
- <title>Cleaning Up barf's Structure</title>
- <content type="html">&lt;h1 id=&quot;cleaning-up-barfs-structure&quot;&gt;Cleaning Up barf&amp;#8217;s Structure&lt;/h1&gt;
-&lt;p&gt;2023-10-09&lt;/p&gt;
-&lt;p&gt;Things probably look a little different around here. Both in terms of this demo site &lt;em&gt;and&lt;/em&gt; the core &lt;code&gt;barf&lt;/code&gt; files itself.&lt;/p&gt;
-&lt;p&gt;This project was always intended to be focused on Linux platforms. So, I&amp;#8217;ve removed the included &lt;code&gt;barf_macos&lt;/code&gt; and &lt;code&gt;barf_openbsd&lt;/code&gt; files to keep the generator more streamlined. But have no fear! Instructions for both Mac and OpenBSD can still be found on the main blog:&lt;/p&gt;
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;/macos&quot;&gt;Running &lt;code&gt;barf&lt;/code&gt; on MacOS&lt;/a&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;/openbsd&quot;&gt;Running &lt;code&gt;barf&lt;/code&gt; on OpenBSD&lt;/a&gt;&lt;/li&gt;
-&lt;/ul&gt;
-&lt;p&gt;As for the &amp;#8220;default&amp;#8221; look of &lt;code&gt;barf&lt;/code&gt;, I&amp;#8217;ve simplified things further. The total CSS styling now consists of only:&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;*{box-sizing:border-box;}
-body{font-family:sans-serif;margin:0 auto;max-width:650px;padding:1rem;}
-img{max-width:100%;}
-pre{overflow:auto;}
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;Users still have the ability to tweak things as much as they&amp;#8217;d like, but the standard look should be more than enough for anyone just focusing on writing. Dark mode has also been dropped but is easily added by adding the following inside the &lt;code&gt;head&lt;/code&gt; tags:&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;&amp;#60;meta name=&quot;color-scheme&quot; content=&quot;dark light&quot;&amp;#62;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;Hopefully these changes reduce the overall scope of the project, which was a main point made on the README originally!&lt;/p&gt;</content>
- <link href="https://barf.btxx.org/cleanup"/>
- <id>https://barf.btxx.org/cleanup</id>
- <updated>2023-10-09T10:00:00Z</updated>
- <published>2023-10-09T10:00:00Z</published>
- </entry>
-</feed>
diff --git a/build/cleanup/index.html b/build/cleanup/index.html
deleted file mode 100644
index 192c4eb..0000000
--- a/build/cleanup/index.html
+++ /dev/null
@@ -1,50 +0,0 @@
-<!doctype html>
-<html lang="en">
-<head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="icon" href="data:,">
- <title>Cleaning Up barf's Structure</title>
- <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
- <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="RSS feed for blog posts" />
- <style>*{box-sizing:border-box;}body{font-family:sans-serif;line-height:1.33;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{border:1px solid;overflow:auto;padding:5px;}.footnotes{font-size:90%;}</style>
-</head>
-
-<nav>
- <a href="#menu">Menu &darr;</a>
-</nav>
-
-<main>
-<h1 id="cleaning-up-barfs-structure">Cleaning Up barf&#8217;s Structure</h1>
-<p>2023-10-09</p>
-<p>Things probably look a little different around here. Both in terms of this demo site <em>and</em> the core <code>barf</code> files itself.</p>
-<p>This project was always intended to be focused on Linux platforms. So, I&#8217;ve removed the included <code>barf_macos</code> and <code>barf_openbsd</code> files to keep the generator more streamlined. But have no fear! Instructions for both Mac and OpenBSD can still be found on the main blog:</p>
-<ul>
-<li><a href="/macos">Running <code>barf</code> on MacOS</a></li>
-<li><a href="/openbsd">Running <code>barf</code> on OpenBSD</a></li>
-</ul>
-<p>As for the &#8220;default&#8221; look of <code>barf</code>, I&#8217;ve simplified things further. The total CSS styling now consists of only:</p>
-<pre><code>*{box-sizing:border-box;}
-body{font-family:sans-serif;margin:0 auto;max-width:650px;padding:1rem;}
-img{max-width:100%;}
-pre{overflow:auto;}
-</code></pre>
-<p>Users still have the ability to tweak things as much as they&#8217;d like, but the standard look should be more than enough for anyone just focusing on writing. Dark mode has also been dropped but is easily added by adding the following inside the <code>head</code> tags:</p>
-<pre><code>&#60;meta name="color-scheme" content="dark light"&#62;
-</code></pre>
-<p>Hopefully these changes reduce the overall scope of the project, which was a main point made on the README originally!</p>
-<footer role="contentinfo">
- <hr>
- <h3 id="menu">Menu Navigation</h3>
- <ul>
- <li><a href="/">Home</a></li>
- <li><a href="/about">About</a></li>
- <li><a href="/websites">Websites</a></li>
- <li><a href="https://git.btxx.org/barf">Source Code</a></li>
- </ul>
- <small>
- Feeds: <a href="/atom.xml">Atom</a> | <a href="/rss.xml">RSS</a> <br>
- Built with <a href="https://barf.btxx.org">barf</a>. <br>
- The <a href="https://git.sr.ht/~bt/barf">code for this site</a> is MIT.
- </small>
-</footer> \ No newline at end of file
diff --git a/build/dark-mode/index.html b/build/dark-mode/index.html
deleted file mode 100644
index ac3c5bf..0000000
--- a/build/dark-mode/index.html
+++ /dev/null
@@ -1,44 +0,0 @@
-<!doctype html>
-<html lang="en">
-<head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="icon" href="data:,">
- <title>Supporting Basic Dark Mode</title>
- <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
- <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="RSS feed for blog posts" />
- <style>*{box-sizing:border-box;}body{font-family:sans-serif;line-height:1.33;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{border:1px solid;overflow:auto;padding:5px;}.footnotes{font-size:90%;}</style>
-</head>
-
-<nav>
- <a href="#menu">Menu &darr;</a>
-</nav>
-
-<main>
-<h1 id="supporting-basic-dark-mode">Supporting Basic Dark Mode</h1>
-<p>2023-03-07</p>
-<p>The default <code>barf</code> site generator now supports basic dark mode functionality. This has been achieved by including the standard <code>color-scheme</code> meta tag in the core <code>header.html</code> file:</p>
-<pre><code>&#60;meta name="color-scheme" content="dark light"&#62;
-</code></pre>
-<p>This change also ships with some minor updates to the default <code>blockquote</code> design. You can see an example below:</p>
-<blockquote>
-<p>This is a really <em>cool</em> blockquote</p>
-</blockquote>
-<h2 id="minor-caveat">Minor Caveat</h2>
-<p>Unfortunately, Safari still has minor <code>ahref</code> &#47; link color issue when defaulting to browser dark mode. If this is a problem for your own build of <code>barf</code>, take a look at a <a href="https://bt.ht/safari-default-dark-mode/">solution I wrote about here</a>.</p>
-<p>Personally, I can&#8217;t be bothered to add that extra code to this project. The Safari team needs to get their shit together and fix such a simple bug. Plus, you shouldn&#8217;t be using Safari anyway - it&#8217;s proprietary garbage.</p>
-<footer role="contentinfo">
- <hr>
- <h3 id="menu">Menu Navigation</h3>
- <ul>
- <li><a href="/">Home</a></li>
- <li><a href="/about">About</a></li>
- <li><a href="/websites">Websites</a></li>
- <li><a href="https://git.btxx.org/barf">Source Code</a></li>
- </ul>
- <small>
- Feeds: <a href="/atom.xml">Atom</a> | <a href="/rss.xml">RSS</a> <br>
- Built with <a href="https://barf.btxx.org">barf</a>. <br>
- The <a href="https://git.sr.ht/~bt/barf">code for this site</a> is MIT.
- </small>
-</footer> \ No newline at end of file
diff --git a/build/index.html b/build/index.html
deleted file mode 100644
index 02ea0ab..0000000
--- a/build/index.html
+++ /dev/null
@@ -1,69 +0,0 @@
-<!doctype html>
-<html lang="en">
-<head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="icon" href="data:,">
- <title>barf</title>
- <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
- <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="RSS feed for blog posts" />
- <style>*{box-sizing:border-box;}body{font-family:sans-serif;line-height:1.33;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{border:1px solid;overflow:auto;padding:5px;}.footnotes{font-size:90%;}</style>
-</head>
-
-<nav>
- <a href="#menu">Menu &darr;</a>
-</nav>
-
-<main>
-<h1 id="barf">barf</h1>
-<p><strong>barf is an extremely minimal blog generator.</strong></p>
-<p>The entire build script is &#62;170 lines of shell.</p>
-<p>It could almost be called &#8220;suckless&#8221;, but probably isn&#8217;t. It was created for those focused on writing, not tinkering.</p>
-<p>You can learn more by reading the <a href="https://git.btxx.org/barf/about">official README</a>.</p>
-<p><strong>barf</strong> = blogs are really fun</p>
-<hr/>
-<h3 id="get-setup-in-2-minutes">Get setup in 2 minutes</h3>
-<p><strong>Install dependencies:</strong></p>
-<p>For Linux (Alpine example):</p>
-<pre><code>sudo apk add rsync lowdown coreutils
-</code></pre>
-<p>For macOS:</p>
-<pre><code>brew install rsync lowdown coreutils gnu-sed
-</code></pre>
-<p>For OpenBSD:</p>
-<pre><code>doas pkg_add lowdown coreutils gsed cmake gcc
-</code></pre>
-<p><strong>Clone barf:</strong> </p>
-<pre><code>git clone https:&#47;&#47;git.btxx.org&#47;barf
-</code></pre>
-<ol>
-<li>Open project, change the <code>domain</code> variable at the top of the core barf file</li>
-<li>Run: <code>make build</code></li>
-<li>Upload the contents of <code>build</code> to your server! </li>
-<li>Profit?</li>
-</ol>
-<hr/>
-<h3 id="articles">Articles</h3>
-<ul>
-<li>2024-06-06 &middot; <a href="qol/">Quality of Life Improvements</a></li>
-<li>2023-10-09 &middot; <a href="cleanup/">Cleaning Up barf's Structure</a></li>
-<li>2023-08-12 &middot; <a href="openbsd/">Running `barf` on OpenBSD</a></li>
-<li>2023-03-07 &middot; <a href="dark-mode/">Supporting Basic Dark Mode</a></li>
-<li>2023-01-18 &middot; <a href="macos/">Running `barf` on MacOS</a></li>
-<li>2023-01-05 &middot; <a href="markdown-examples/">Markdown Examples in barf</a></li>
-</ul>
-<footer role="contentinfo">
- <hr>
- <h3 id="menu">Menu Navigation</h3>
- <ul>
- <li><a href="/">Home</a></li>
- <li><a href="/about">About</a></li>
- <li><a href="/websites">Websites</a></li>
- <li><a href="https://git.btxx.org/barf">Source Code</a></li>
- </ul>
- <small>
- Feeds: <a href="/atom.xml">Atom</a> | <a href="/rss.xml">RSS</a> <br>
- Built with <a href="https://barf.btxx.org">barf</a>. <br>
- The <a href="https://git.sr.ht/~bt/barf">code for this site</a> is MIT.
- </small>
-</footer> \ No newline at end of file
diff --git a/build/macos/index.html b/build/macos/index.html
deleted file mode 100644
index 4220e28..0000000
--- a/build/macos/index.html
+++ /dev/null
@@ -1,42 +0,0 @@
-<!doctype html>
-<html lang="en">
-<head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="icon" href="data:,">
- <title>Running `barf` on MacOS</title>
- <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
- <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="RSS feed for blog posts" />
- <style>*{box-sizing:border-box;}body{font-family:sans-serif;line-height:1.33;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{border:1px solid;overflow:auto;padding:5px;}.footnotes{font-size:90%;}</style>
-</head>
-
-<nav>
- <a href="#menu">Menu &darr;</a>
-</nav>
-
-<main>
-<h1 id="running-on-macos">Running <code>barf</code> on MacOS</h1>
-<p>2023-01-18</p>
-<p>The <code>barf</code> project was built on Linux and was catered towards Linux users. The core of the project will remain focused on Linux&#47;GNU tools, but that doesn&#8217;t mean MacOS needs to be left out in the cold.</p>
-<h2 id="download-packages">Download Packages</h2>
-<p>This walkthrough assumes that you already have <a href="https://brew.sh/">homebrew</a> installed on your machine.</p>
-<p>You will need to install the GNU versions of both <code>date</code> and <code>sed</code> in order to avoid breaking things when <code>barf</code> tries to build.</p>
-<pre><code>brew install coreutils
-brew install gnu-sed
-</code></pre>
-<p>Now everything should work as intended!</p>
-<footer role="contentinfo">
- <hr>
- <h3 id="menu">Menu Navigation</h3>
- <ul>
- <li><a href="/">Home</a></li>
- <li><a href="/about">About</a></li>
- <li><a href="/websites">Websites</a></li>
- <li><a href="https://git.btxx.org/barf">Source Code</a></li>
- </ul>
- <small>
- Feeds: <a href="/atom.xml">Atom</a> | <a href="/rss.xml">RSS</a> <br>
- Built with <a href="https://barf.btxx.org">barf</a>. <br>
- The <a href="https://git.sr.ht/~bt/barf">code for this site</a> is MIT.
- </small>
-</footer> \ No newline at end of file
diff --git a/build/markdown-examples/index.html b/build/markdown-examples/index.html
deleted file mode 100644
index b50fe55..0000000
--- a/build/markdown-examples/index.html
+++ /dev/null
@@ -1,250 +0,0 @@
-<!doctype html>
-<html lang="en">
-<head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="icon" href="data:,">
- <title>Markdown Examples in barf</title>
- <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
- <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="RSS feed for blog posts" />
- <style>*{box-sizing:border-box;}body{font-family:sans-serif;line-height:1.33;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{border:1px solid;overflow:auto;padding:5px;}.footnotes{font-size:90%;}</style>
-</head>
-
-<nav>
- <a href="#menu">Menu &darr;</a>
-</nav>
-
-<main>
-<h1 id="markdown-examples-in-barf">Markdown Examples in barf</h1>
-<p>2023-01-05</p>
-<p>This following was lifted from <a href="https://github.com/karlb/smu">https:&#47;&#47;github.com&#47;karlb&#47;smu</a></p>
-<h1 id="syntax"><code>smu</code> Syntax</h1>
-<p>smu was started as a rewrite of
-<a href="http://daringfireball.net/projects/markdown/">markdown</a> but became something
-more lightweight and consistent. It differs from <a href="https://commonmark.org/">CommonMark</a> in the following ways:</p>
-<ul>
-<li>No support for <em>reference style links</em></li>
-<li>Stricter indentation rules for lists</li>
-<li>Lists don&#8217;t end paragraphs by themselves (blank line needed)</li>
-<li>Horizontal rules (<code>&#60;hr&#62;</code>) must use <code>- - -</code> as syntax</li>
-<li>Code fences have stricter syntax</li>
-</ul>
-<p>Patches that increase the CommonMark compatibility are welcome as long as they don&#8217;t increase the code complexity significantly.</p>
-<p>This project is a fork of the <a href="https://github.com/gottox/smu">original smu</a> by
-<a href="https://eboland.de">Enno Boland (gottox)</a>. The main differences to the
-original smu are:</p>
-<ul>
-<li>Support for code fences</li>
-<li>Improved <a href="https://commonmark.org/">CommonMark</a> compatibility. E.g.
-<ul>
-<li>Code blocks need four spaces indentation instead of three</li>
-<li>Skip empty lines at end of code blocks</li>
-<li>Ignore single spaces around code spans</li>
-<li>Keep HTML comments in output</li>
-<li>Improved spec compliance for lists</li>
-<li>Nesting code block in blockquotes works</li>
-<li>&#8220;Empty&#8221; lines in lists behave identically, no matter how much whitespace they contain</li>
-<li>No backslash escapes in code blocks</li>
-<li>Use first number as start number for ordered lists</li>
-</ul></li>
-<li>Added a simple test suite to check for compliance and avoid regressions</li>
-</ul>
-<h2 id="inline-patterns">Inline patterns</h2>
-<p>There are several patterns you can use to highlight your text:</p>
-<ul>
-<li><p>Emphasis
-<ul>
-<li>Surround your text with <code>*</code> or <code>_</code> to get <em>emphasised</em> text:
-This <em>is</em> cool.
-This <em>is</em> cool, too.</li>
-<li>Surround your text with <code>**</code> or <code>__</code> to get <strong>strong</strong> text:
-This <strong>is</strong> cool.
-This <strong>is</strong> cool, too.</li>
-<li>Surround your text with <code>***</code> or <code>___</code> to get <strong><em>strong and emphasised</em></strong> text:
-This <strong><em>is</em></strong> cool.
-This <strong><em>is</em></strong> cool, too.</li>
-<li>But this example won&#8217;t work as expected:
-*<strong>Hello</strong> you*
-This is a wontfix bug because it would make the source too complex.
-Use this instead:
-<strong><em>Hello</em></strong> <em>you</em></li>
-</ul></p></li>
-<li><p>inline Code</p>
-<p>You can produce inline code by surrounding it with backticks.</p>
-<p>Use <code>rm -rf &#47;</code> if you&#8217;re a N00b.
-Use <code>rm -rf &#47;</code> if you&#8217;re a N00b.
-Use <code>rm -rf &#47;</code> if you&#8217;re a N00b.</p>
-<p>Double and triple backticks can be used if the code itself contains backticks.</p></li>
-</ul>
-<h2 id="titles">Titles</h2>
-<p>Creating titles in smu is very easy. There are two different syntax styles. The
-first is underlining with at least three characters:</p>
-<pre><code>Heading
-=======
-
-Topic
------
-</code></pre>
-<p>This is very intuitive and self explaining. The resulting sourcecode looks like
-this:</p>
-<pre><code>&#60;h1&#62;Heading&#60;&#47;h1&#62;
-&#60;h2&#62;Topic&#60;&#47;h2&#62;
-</code></pre>
-<p>Use the following prefixes if you don&#8217;t like underlining:</p>
-<pre><code># h1
-## h2
-### h3
-#### h4
-##### h5
-###### h6
-</code></pre>
-<h2 id="links">Links</h2>
-<p>The simplest way to define a link is with simple <code>&#60;&#62;</code>.</p>
-<pre><code>&#60;http:&#47;&#47;s01.de&#62;
-</code></pre>
-<p>You can do the same for E-Mail addresses:</p>
-<pre><code>&#60;yourname@s01.de&#62;
-</code></pre>
-<p>If you want to define a label for the url, you have to use a different syntax</p>
-<pre><code>[smu - simple mark up](http:&#47;&#47;s01.de&#47;~gottox&#47;index.cgi&#47;proj_smu)
-</code></pre>
-<p>The resulting HTML-Code</p>
-<pre><code>&#60;a href="http:&#47;&#47;s01.de&#47;~gottox&#47;index.cgi&#47;proj_smu"&#62;smu - simple mark up&#60;&#47;a&#62;&#60;&#47;p&#62;
-</code></pre>
-<h2 id="lists">Lists</h2>
-<p>Defining lists is very straightforward:</p>
-<pre><code>* Item 1
-* Item 2
-* Item 3
-</code></pre>
-<p>Result:</p>
-<pre><code>&#60;ul&#62;
-&#60;li&#62;Item 1&#60;&#47;li&#62;
-&#60;li&#62;Item 2&#60;&#47;li&#62;
-&#60;li&#62;Item 3&#60;&#47;li&#62;
-&#60;&#47;ul&#62;
-</code></pre>
-<p>Defining ordered lists is also very easy:</p>
-<pre><code>1. Item 1
-2. Item 2
-3. Item 3
-</code></pre>
-<p>Only the first number in a list is meaningful. All following list items are
-continously counted. If you want a list starting at 2, you could write:</p>
-<pre><code>2. Item 1
-2. Item 2
-2. Item 3
-</code></pre>
-<p>and get the following HTML which will render with the numbers 2, 3, 4:</p>
-<pre><code>&#60;ol start="2"&#62;
-&#60;li&#62;Item 1&#60;&#47;li&#62;
-&#60;li&#62;Item 2&#60;&#47;li&#62;
-&#60;li&#62;Item 3&#60;&#47;li&#62;
-&#60;&#47;ol&#62;
-</code></pre>
-<h2 id="code-blockquote">Code &#38; Blockquote</h2>
-<p>Use the <code>&#62;</code> as a line prefix for defining blockquotes. Blockquotes are
-interpreted as well. This makes it possible to embed links, headings and even
-other quotes into a quote:</p>
-<pre><code>&#62; Hello
-&#62; This is a quote with a [link](http:&#47;&#47;s01.de&#47;~gottox)
-</code></pre>
-<p>Result:
-
- Hello
- This is a quote with a link
- </p>
-<p>You can define a code block with a leading Tab or with <strong>4</strong> leading spaces</p>
-<pre><code> this.is(code)
-
- this.is(code, too)
-</code></pre>
-<p>Result:
- this.is(code)
- this.is(code, too)
- </p>
-<p>Please note that you can&#8217;t use HTML or smu syntax in a code block.</p>
-<p>Another way to write code blocks is to use code fences:</p>
-<pre><code>```json
-{"some": "code"}
-```
-</code></pre>
-<p>This has two advantages:
-* The optional language identifier will be turned into a <code>language-</code> class name
-* You can keep the original indentation which helps when doing copy &#38; paste</p>
-<h2 id="tables">Tables</h2>
-<p>Tables can be generated with the following syntax:</p>
-<pre><code>| Heading1 | Heading2 |
-| -------- | -------- |
-| Cell 1 | Cell2 |
-</code></pre>
-<p>Aligning the columns make the input nicer to read, but is not necessary to get
-correct table output. You could just write</p>
-<pre><code>| Heading1 | Heading2 |
-| --- | --- |
-| Cell 1 | Cell2 |
-</code></pre>
-<p>To align the content of table cells, use <code>|:--|</code> for left, <code>|--:|</code> for right
-and <code>|:--:|</code> for centered alignment in the row which separates the header from
-the table body.</p>
-<pre><code>| Heading1 | Heading2 | Heading3 |
-| :------- | :------: | -------: |
-| Left | Center | Right |
-</code></pre>
-<h2 id="footnotes">Footnotes</h2>
-<p>Here is an example of using Markdown footnotes<sup id="fnref1"><a href="#fn1" rel="footnote">1</a></sup>. And incase you were looking for more examples, here is another one<sup id="fnref2"><a href="#fn2" rel="footnote">2</a></sup>.</p>
-<h2 id="other-interesting-stuff">Other interesting stuff</h2>
-<ul>
-<li><p>to insert a horizontal rule simple add <code>- - -</code> into an empty line:</p>
-<p>Hello</p>
-<hr/>
-<p>Hello2</p>
-<p>Result:
-
-Hello
-</p>
-<p>Hello2</p></li>
-<li><p>Any ASCII punctuation character may escaped by precedeing them with a
-backslash to avoid them being interpreted:</p>
-<p>!&#8221;#$%&#38;&#8217;()*+,-.&#47;:;&#60;=&#62;?@[]^_`{|}~\</p></li>
-<li><p>To force a linebreak simple add two spaces to the end of the line:</p>
-<p>No linebreak
-here.
-But here is<br/>
-one.</p></li>
-</ul>
-<h2 id="embed-html">embed HTML</h2>
-<p>You can include arbitrary HTML code in your documents. The HTML will be
-passed through to the resulting document without modification. This is a good
-way to work around features that are missing in smu. If you don&#8217;t want this
-behaviour, use the <code>-n</code> flag when executing smu to stricly escape the HTML
-tags.</p>
-<div class="footnotes">
-<hr/>
-<ol>
-
-<li id="fn1">
-<p>This is the first footnote&#160;<a href="#fnref1" rev="footnote">&#8617;</a></p>
-</li>
-
-<li id="fn2">
-<p>Just like I promised - another footnote example&#160;<a href="#fnref2" rev="footnote">&#8617;</a></p>
-</li>
-
-</ol>
-</div>
-<footer role="contentinfo">
- <hr>
- <h3 id="menu">Menu Navigation</h3>
- <ul>
- <li><a href="/">Home</a></li>
- <li><a href="/about">About</a></li>
- <li><a href="/websites">Websites</a></li>
- <li><a href="https://git.btxx.org/barf">Source Code</a></li>
- </ul>
- <small>
- Feeds: <a href="/atom.xml">Atom</a> | <a href="/rss.xml">RSS</a> <br>
- Built with <a href="https://barf.btxx.org">barf</a>. <br>
- The <a href="https://git.sr.ht/~bt/barf">code for this site</a> is MIT.
- </small>
-</footer> \ No newline at end of file
diff --git a/build/openbsd/index.html b/build/openbsd/index.html
deleted file mode 100644
index e239169..0000000
--- a/build/openbsd/index.html
+++ /dev/null
@@ -1,40 +0,0 @@
-<!doctype html>
-<html lang="en">
-<head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="icon" href="data:,">
- <title>Running `barf` on OpenBSD</title>
- <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
- <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="RSS feed for blog posts" />
- <style>*{box-sizing:border-box;}body{font-family:sans-serif;line-height:1.33;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{border:1px solid;overflow:auto;padding:5px;}.footnotes{font-size:90%;}</style>
-</head>
-
-<nav>
- <a href="#menu">Menu &darr;</a>
-</nav>
-
-<main>
-<h1 id="running-on-openbsd">Running <code>barf</code> on OpenBSD</h1>
-<p>2023-08-12</p>
-<p>The <code>barf</code> project was built on Linux and was catered towards Linux users. The core of the project will remain focused on Linux&#47;GNU tools, but I also need to support OpenBSD since that is my personal operating system of choice.</p>
-<h2 id="download-packages">Download Packages</h2>
-<p>Along with your Markdown parser of choice (<code>barf</code> assumes you will be using my version of <a href="https://git.sr.ht/~bt/smu">smu</a>) you will also need to install the required packages on your OpenBSD system:</p>
-<pre><code>doas pkg_add rsync coreutils gsed cmake gcc
-</code></pre>
-<p>After that, everything should work perfectly fine when building!</p>
-<footer role="contentinfo">
- <hr>
- <h3 id="menu">Menu Navigation</h3>
- <ul>
- <li><a href="/">Home</a></li>
- <li><a href="/about">About</a></li>
- <li><a href="/websites">Websites</a></li>
- <li><a href="https://git.btxx.org/barf">Source Code</a></li>
- </ul>
- <small>
- Feeds: <a href="/atom.xml">Atom</a> | <a href="/rss.xml">RSS</a> <br>
- Built with <a href="https://barf.btxx.org">barf</a>. <br>
- The <a href="https://git.sr.ht/~bt/barf">code for this site</a> is MIT.
- </small>
-</footer> \ No newline at end of file
diff --git a/build/pages.tsv b/build/pages.tsv
deleted file mode 100644
index a69e2d0..0000000
--- a/build/pages.tsv
+++ /dev/null
@@ -1,2 +0,0 @@
-pages/about.md About `barf`
-pages/websites.md Websites Built with `barf`
diff --git a/build/posts.tsv b/build/posts.tsv
deleted file mode 100644
index c02db1c..0000000
--- a/build/posts.tsv
+++ /dev/null
@@ -1,6 +0,0 @@
-posts/qol.md Quality of Life Improvements
-posts/openbsd.md Running `barf` on OpenBSD
-posts/markdown-examples.md Markdown Examples in barf
-posts/macos.md Running `barf` on MacOS
-posts/dark-mode.md Supporting Basic Dark Mode
-posts/cleanup.md Cleaning Up barf's Structure
diff --git a/build/public/images/barf.svg b/build/public/images/barf.svg
deleted file mode 100644
index ee024c8..0000000
--- a/build/public/images/barf.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-<svg width="218" height="105" viewBox="0 0 218 105" fill="none" xmlns="http://www.w3.org/2000/svg">
-<mask id="path-1-outside-1_101_3" maskUnits="userSpaceOnUse" x="-0.071991" y="-0.409927" width="218" height="106" fill="black">
-<rect fill="white" x="-0.071991" y="-0.409927" width="218" height="106"/>
-<path d="M53.408 44.352C54.048 45.248 54.56 46.4 54.944 47.552C55.712 50.24 55.968 53.056 55.456 55.872C55.328 57.28 55.2 58.688 55.072 59.968C54.688 63.424 53.664 66.496 51.488 69.184C50.08 70.976 48.672 72 46.752 72.896C46.496 73.024 45.984 73.28 45.6 73.408C45.088 73.792 44.448 74.176 44.064 74.56C43.552 75.072 43.168 75.712 42.912 76.352C42.656 77.248 42.4 78.144 42.016 78.912C41.376 80.96 39.2 81.984 37.28 81.216C36.256 80.704 35.744 80.064 35.36 79.04C34.976 78.016 34.592 76.864 34.208 75.712C34.08 75.328 33.824 74.816 33.568 74.56C33.056 73.792 32.288 73.664 31.392 73.92C30.624 74.048 30.112 74.688 29.984 75.456C29.728 76.992 29.984 78.4 30.112 79.936C30.368 81.344 30.752 82.88 30.88 84.288C31.136 85.568 30.88 86.848 30.24 88.128C28.576 90.56 24.992 90.816 23.072 88.384C21.92 86.848 21.792 85.056 22.176 83.264C22.432 81.856 22.816 80.448 22.944 79.04C23.456 76.096 21.408 73.792 18.464 73.664C16.544 73.664 14.752 73.92 12.832 74.304C11.68 74.56 10.4 74.688 9.24801 74.432C7.58401 74.176 6.43201 72.768 6.43201 71.104C6.43201 70.08 6.68801 69.184 7.20001 68.16C7.58401 67.264 7.84001 66.112 8.09601 65.088C8.48001 63.168 8.73601 61.12 8.60801 59.072C8.60801 57.92 8.48001 56.768 8.48001 55.616C8.48001 52.8 8.73601 49.984 9.24801 47.168C9.76001 44.48 10.016 41.792 9.88801 39.104C9.76001 37.44 9.50401 35.776 9.24801 33.984C8.86401 32.32 8.73601 30.656 8.73601 28.992C8.73601 27.584 8.86401 26.048 8.99201 24.64C9.24801 21.056 8.60801 17.728 7.07201 14.528C6.68801 13.76 6.30401 12.992 5.79201 12.352C5.02401 11.2 4.76801 9.92 5.02401 8.64C5.40801 6.71999 6.94401 5.56799 9.12001 5.43999C10.656 5.43999 12.32 5.56799 13.984 5.82399C17.056 6.20799 20.128 6.20799 23.328 5.95199C24.736 5.82399 26.144 5.82399 27.552 5.696C29.344 5.56799 31.008 5.31199 32.8 5.056C34.464 4.92799 36.128 4.79999 37.792 4.67199C39.712 4.67199 41.76 4.67199 43.552 5.184C43.936 5.31199 44.192 5.31199 44.576 5.43999C44.704 5.43999 44.832 5.56799 44.96 5.56799C45.088 5.696 45.344 5.696 45.472 5.696C45.6 5.82399 45.728 5.82399 45.984 5.95199C46.112 5.95199 46.24 6.07999 46.368 6.07999C46.496 6.20799 46.624 6.20799 46.752 6.336C47.904 6.848 48.928 7.488 49.952 8.25599C51.872 9.92 53.024 11.968 53.28 14.528C53.536 16.832 53.664 19.136 53.92 21.44C54.048 23.104 54.304 24.64 54.432 26.176C54.688 28.864 54.56 31.424 53.024 33.856C52.384 34.88 51.616 35.776 50.592 36.544C50.08 36.928 49.696 37.184 49.056 37.44C48.8 37.568 48.416 37.824 48.16 37.952C47.648 38.336 47.392 38.848 47.392 39.488C47.52 40.128 47.904 40.384 48.416 40.64C48.544 40.64 48.544 40.768 48.672 40.768C48.928 40.896 49.184 41.024 49.44 41.152C49.952 41.28 50.336 41.664 50.848 41.92C50.976 41.92 51.104 42.048 51.36 42.176C51.36 42.176 51.36 42.176 51.36 42.304C52.256 42.816 52.896 43.584 53.408 44.352ZM39.712 52.544C39.712 51.52 39.584 50.496 39.2 49.472C38.816 48.832 38.56 47.936 38.048 47.296C37.408 46.784 36.64 46.4 35.744 46.144C33.44 45.632 30.496 45.504 27.296 45.76C26.4 46.016 25.632 46.528 25.12 47.424C24.864 47.936 24.608 48.448 24.352 48.96C23.584 51.52 23.584 54.08 23.968 56.64C24.096 58.048 24.864 58.816 26.272 59.2C28.32 59.584 30.496 59.712 33.056 59.712C33.696 59.712 34.72 59.712 35.744 59.584C37.792 59.456 39.072 58.432 39.328 56.384C39.584 55.232 39.584 53.824 39.712 52.544ZM40.096 27.584C40.352 25.792 40.224 23.872 39.84 22.08C39.328 20.288 38.304 19.136 36.384 18.752C35.744 18.624 34.976 18.496 34.208 18.496C32.288 18.624 30.368 18.752 28.576 18.88C26.144 19.136 24.864 20.416 24.736 22.848C24.608 24.512 24.608 26.176 24.736 27.84C24.736 29.888 26.016 31.424 27.936 31.936C29.472 32.32 30.88 32.448 32.16 32.32C33.056 32.32 33.696 32.32 34.336 32.32C35.488 32.192 36.512 32.192 37.408 31.68C39.072 30.784 39.712 29.376 40.096 27.584Z"/>
-<path d="M112.674 70.208C112.674 70.976 112.802 71.872 112.802 72.768C112.802 75.328 112.674 77.888 111.906 80.32C111.138 82.88 108.834 84.032 106.658 83.52C105.378 83.136 104.482 82.368 104.098 81.088C103.714 80.192 103.458 79.168 103.33 78.144C103.074 76.224 101.794 75.2 100.002 75.456C98.978 75.584 97.954 75.584 96.93 75.072C95.906 74.56 95.138 73.664 95.01 72.512C94.882 71.488 94.882 70.464 94.882 69.44C94.882 67.392 94.882 65.472 94.754 63.424C94.754 62.784 94.626 62.272 94.626 61.632C94.498 61.248 94.37 60.864 94.242 60.608C94.114 60.48 94.114 60.352 93.986 60.224C93.986 60.224 93.986 60.096 93.858 59.968C93.09 58.816 91.554 58.176 90.018 58.56C89.122 58.816 88.354 59.2 87.458 59.456C85.922 60.096 84.386 60.096 82.85 59.584C81.57 59.2 80.418 58.688 79.138 58.688C77.09 58.688 75.682 59.584 75.042 62.016C74.914 62.528 74.786 63.168 74.786 63.68C74.658 65.344 74.53 66.88 74.402 68.544C74.402 68.928 74.402 69.44 74.274 69.824C74.274 70.592 74.274 71.488 74.146 72.256C74.146 73.024 73.89 73.92 73.506 74.688C72.866 76.352 71.458 76.736 69.922 76.096C69.41 75.84 68.898 75.456 68.514 75.2C66.722 73.92 64.802 73.28 62.626 73.408C61.602 73.536 60.578 73.408 59.426 73.152C58.018 72.896 57.25 71.872 57.122 70.336C57.122 70.08 57.122 69.824 57.122 69.824C56.994 69.184 57.122 68.544 57.25 67.904C57.89 62.4 59.426 57.152 61.474 52.032C63.522 47.04 64.93 41.792 66.082 36.416C66.466 34.24 66.722 31.936 67.106 29.76C67.49 27.2 67.874 24.64 68.386 22.208C68.898 19.392 69.538 16.704 70.306 13.888C70.562 12.608 71.202 11.2 71.842 9.92C72.866 7.61599 74.658 6.46399 77.09 6.07999C78.242 5.95199 79.522 6.07999 80.674 6.07999C83.106 6.20799 85.026 6.59199 87.458 6.20799C89.25 5.82399 91.042 5.56799 92.834 5.696C95.266 5.696 97.314 6.59199 98.722 8.76799C99.362 9.92 99.49 11.2 99.618 12.48C99.874 14.528 100.258 16.064 100.386 18.112C100.77 22.08 101.538 25.92 103.202 29.504C104.354 32.32 105.378 35.136 106.402 37.824C107.17 39.744 107.298 41.664 107.298 43.712C107.17 47.68 107.938 51.52 109.218 55.36C110.114 58.304 111.01 61.376 111.778 64.576C112.034 65.472 112.29 67.648 112.29 67.648C112.418 68.288 112.546 69.056 112.674 69.824C112.674 69.952 112.674 70.08 112.674 70.08V70.208ZM87.97 42.432C90.402 42.176 91.81 40.512 91.81 37.952C91.682 37.44 91.682 36.928 91.554 36.416C90.914 33.6 90.146 30.784 89.378 27.968C89.122 27.2 88.738 26.56 88.226 26.048C86.434 24.128 83.874 24 82.21 26.432C81.57 27.328 81.186 28.352 81.058 29.376C80.418 32.192 79.778 35.008 79.394 37.824C78.882 41.024 80.802 43.2 83.874 42.944C85.154 42.816 86.562 42.688 87.97 42.432Z"/>
-<path d="M161.887 85.056C162.655 87.744 163.423 90.432 163.679 93.248C163.679 93.376 163.679 94.656 163.551 95.04C163.423 96.064 163.167 96.832 162.783 97.6C160.607 101.184 155.615 101.824 152.671 98.88C150.879 97.088 150.367 94.784 150.751 92.224C151.007 89.408 152.031 86.72 152.671 84.032C153.311 81.6 153.567 79.168 153.055 76.608C152.671 74.816 151.007 72.768 148.703 72.64C148.063 72.64 147.551 72.512 146.911 72.512C146.271 72.512 145.759 72.384 145.247 72C145.119 72 145.119 72 145.119 72C144.991 71.872 144.991 71.872 144.991 71.872C144.863 71.872 144.863 71.744 144.735 71.744C144.735 71.616 144.607 71.616 144.607 71.488C144.607 71.488 144.607 71.488 144.479 71.488C144.479 71.36 144.351 71.232 144.223 71.104C144.223 70.976 144.095 70.976 144.095 70.976C144.095 70.848 143.967 70.72 143.967 70.592C143.455 69.824 143.199 69.056 143.071 68.16V68.032C143.071 68.032 143.071 67.904 143.071 67.776C143.071 67.648 143.071 67.392 143.071 67.264C143.071 65.6 143.071 63.808 143.071 62.144C143.071 60.352 143.071 58.56 143.071 56.896C142.943 54.592 142.687 52.288 141.919 50.112C141.407 48.832 140.767 47.68 139.615 46.784C138.207 45.376 135.519 45.504 134.239 47.04C133.727 47.808 133.343 48.704 133.087 49.728C132.575 52.032 132.575 54.336 132.831 56.768C133.087 59.712 133.983 62.656 134.367 65.6C134.367 65.856 134.367 66.24 134.495 66.496C134.751 68.544 135.007 70.464 134.495 72.512C134.239 73.408 133.983 74.304 133.343 75.2C132.575 76.096 132.191 77.248 132.575 78.528C132.703 79.296 132.959 80.064 133.087 80.832C133.343 83.008 132.063 84.928 130.015 85.312C127.455 85.952 124.895 83.648 125.279 80.96C125.407 79.936 125.407 78.784 125.023 77.76C124.383 75.584 122.719 74.56 120.671 73.792C120.031 73.664 119.391 73.536 118.623 73.28C116.447 72.768 115.423 70.976 115.551 68.8V68.672C115.807 63.68 116.831 58.688 117.855 53.824C118.495 51.008 119.007 48.192 118.879 45.248C118.879 42.688 118.495 40.256 117.983 37.696C117.599 35.776 117.215 33.728 117.343 31.68C117.471 29.76 117.727 27.968 117.983 26.048C118.239 23.744 118.111 21.568 117.727 19.264C117.215 17.088 117.087 14.528 115.935 12.48C115.167 11.328 114.655 10.048 114.783 8.64C114.783 7.74399 115.039 6.976 115.423 6.20799C116.063 5.184 117.855 4.67199 119.007 4.67199C120.927 4.79999 126.559 5.95199 129.247 5.95199C132.447 5.82399 135.903 5.43999 136.671 5.43999C138.847 5.31199 141.023 4.79999 143.199 4.67199C147.679 4.41599 152.159 4.67199 156.383 6.71999C157.791 7.35999 158.815 8.38399 159.711 9.66399C161.119 11.584 161.887 13.888 162.015 16.192C162.271 19.008 162.271 21.824 162.527 24.64C162.655 26.432 163.039 28.352 162.911 30.144C162.783 32.96 162.399 35.776 160.735 38.208C160.223 39.104 159.455 39.872 158.815 40.64C158.175 41.408 157.407 42.048 156.639 42.688C154.335 44.992 153.567 48.448 155.359 51.776C155.999 52.928 156.767 54.08 157.663 55.104C159.839 57.792 161.503 60.864 162.399 64.32C162.527 65.088 162.655 65.728 162.655 66.496C162.655 66.496 162.783 66.624 162.783 66.752C162.783 66.88 162.783 67.008 162.783 67.136C162.783 67.392 162.783 67.776 162.783 68.032V68.16C162.783 68.8 162.655 69.568 162.655 70.208C162.399 72.256 162.143 74.176 161.887 76.096C161.759 77.504 161.503 78.784 161.375 80.192C161.119 81.856 161.375 83.392 161.887 85.056ZM147.679 29.376C148.063 27.584 148.063 25.92 147.679 24.128C147.295 21.952 145.887 20.416 143.711 19.904C142.431 19.648 138.719 19.52 138.207 19.52C135.391 19.648 133.471 21.184 132.959 23.872C132.703 25.536 132.703 27.072 132.703 28.608C132.703 30.272 133.599 31.68 135.007 32.32C137.695 33.472 140.383 34.112 143.327 33.472C145.631 33.088 147.167 31.808 147.679 29.376Z"/>
-<path d="M213.119 10.304C213.119 10.432 213.119 10.432 213.119 10.432C213.247 11.84 213.119 13.376 212.991 14.784C212.735 16.96 212.223 19.136 211.967 21.184C211.839 22.464 212.095 23.616 212.095 24.896C211.967 25.664 211.967 26.432 211.839 27.072C211.327 28.992 209.663 30.144 207.743 30.144C205.695 30.016 203.903 28.608 203.519 26.688C203.391 26.048 203.391 25.408 203.391 24.64C203.647 23.616 203.135 22.592 202.367 21.696C201.727 20.928 200.703 20.416 199.423 20.288C198.527 20.16 197.631 20.416 196.863 20.8C195.583 21.312 194.303 21.824 192.895 22.208C191.871 22.592 190.719 22.72 189.567 22.592C188.543 22.464 187.647 22.464 186.751 22.848C186.239 23.104 185.599 23.488 185.215 23.872C184.575 24.64 184.191 25.664 184.191 26.944C184.191 27.584 184.063 28.48 184.319 29.12C184.703 31.424 186.623 32.832 188.927 32.96C190.975 32.96 192.767 32.32 194.687 31.936C196.735 31.552 198.655 31.04 200.831 31.168C201.855 31.168 203.007 31.296 203.903 31.808C205.311 32.704 205.823 34.112 205.951 35.648C206.207 36.928 206.079 38.208 205.823 39.488C205.823 39.616 205.823 39.616 205.823 39.616C205.695 39.872 205.695 40.256 205.567 40.512C205.311 41.664 205.055 42.688 204.927 43.84C204.799 45.248 204.799 46.528 204.799 47.936C204.799 48.704 204.799 49.472 204.415 50.24C203.263 52.672 199.807 53.056 198.143 50.752C197.887 50.368 197.631 49.856 197.375 49.344C196.863 47.808 195.839 47.168 194.303 46.656C192.895 46.272 191.359 46.272 189.695 46.528C187.007 47.04 185.087 49.216 184.959 52.032C184.831 54.336 185.215 55.744 185.855 58.048C186.367 59.712 186.879 61.248 187.135 62.912C187.391 64.192 187.391 65.856 187.391 67.264C187.391 67.264 187.519 67.392 187.391 67.52C187.391 67.648 187.391 67.648 187.391 67.776C187.391 67.776 187.391 67.904 187.391 68.032C187.391 69.824 187.263 70.976 187.007 72.64C186.879 74.048 186.751 74.944 186.367 75.968C185.727 78.144 183.295 79.04 181.503 77.632C180.735 77.12 180.479 76.48 180.223 75.712C180.223 75.456 180.223 75.328 180.095 75.072C179.839 73.408 178.943 72.64 177.151 72.64C175.615 72.64 173.951 72.768 172.415 72.768C171.647 72.768 170.751 72.768 169.983 72.512C168.959 72.256 168.191 71.744 167.679 71.104C167.679 70.976 167.679 70.976 167.551 70.848C167.551 70.848 167.551 70.72 167.423 70.72C167.295 70.336 167.167 69.952 167.167 69.568C167.039 68.16 166.911 66.88 166.911 65.344C166.911 58.816 168.191 54.592 169.983 49.088C170.751 46.784 171.391 44.352 171.775 41.92C171.903 40.896 171.775 39.872 171.775 38.72C171.775 35.648 171.007 32.832 170.367 29.888C169.599 26.56 168.703 23.232 168.447 19.776C168.191 17.216 168.063 14.528 168.575 11.968C168.703 11.2 169.087 10.432 169.343 9.792C169.471 9.66399 169.471 9.66399 169.471 9.66399C169.471 9.53599 169.599 9.40799 169.599 9.40799C169.727 9.28 169.727 9.15199 169.727 9.02399C170.111 8.64 170.367 8.128 170.623 7.74399C171.903 6.20799 173.567 6.07999 175.231 6.07999C175.743 5.95199 176.383 6.07999 176.895 6.20799C179.071 6.59199 181.247 6.71999 183.551 6.46399C185.471 6.20799 187.391 5.82399 189.311 5.56799C191.487 5.31199 193.663 5.31199 195.967 5.696C197.375 5.82399 198.655 5.95199 200.063 5.82399C201.087 5.696 202.111 5.56799 203.135 5.43999C204.927 5.184 206.719 5.184 208.511 5.56799C209.023 5.696 209.663 5.82399 210.303 6.07999C211.839 6.71999 212.735 7.74399 213.119 9.28C213.119 9.28 213.119 9.53599 213.119 9.792C213.119 9.92 213.119 9.92 213.119 9.92C213.119 10.048 213.119 10.176 213.119 10.304Z"/>
-</mask>
-<path d="M53.408 44.352C54.048 45.248 54.56 46.4 54.944 47.552C55.712 50.24 55.968 53.056 55.456 55.872C55.328 57.28 55.2 58.688 55.072 59.968C54.688 63.424 53.664 66.496 51.488 69.184C50.08 70.976 48.672 72 46.752 72.896C46.496 73.024 45.984 73.28 45.6 73.408C45.088 73.792 44.448 74.176 44.064 74.56C43.552 75.072 43.168 75.712 42.912 76.352C42.656 77.248 42.4 78.144 42.016 78.912C41.376 80.96 39.2 81.984 37.28 81.216C36.256 80.704 35.744 80.064 35.36 79.04C34.976 78.016 34.592 76.864 34.208 75.712C34.08 75.328 33.824 74.816 33.568 74.56C33.056 73.792 32.288 73.664 31.392 73.92C30.624 74.048 30.112 74.688 29.984 75.456C29.728 76.992 29.984 78.4 30.112 79.936C30.368 81.344 30.752 82.88 30.88 84.288C31.136 85.568 30.88 86.848 30.24 88.128C28.576 90.56 24.992 90.816 23.072 88.384C21.92 86.848 21.792 85.056 22.176 83.264C22.432 81.856 22.816 80.448 22.944 79.04C23.456 76.096 21.408 73.792 18.464 73.664C16.544 73.664 14.752 73.92 12.832 74.304C11.68 74.56 10.4 74.688 9.24801 74.432C7.58401 74.176 6.43201 72.768 6.43201 71.104C6.43201 70.08 6.68801 69.184 7.20001 68.16C7.58401 67.264 7.84001 66.112 8.09601 65.088C8.48001 63.168 8.73601 61.12 8.60801 59.072C8.60801 57.92 8.48001 56.768 8.48001 55.616C8.48001 52.8 8.73601 49.984 9.24801 47.168C9.76001 44.48 10.016 41.792 9.88801 39.104C9.76001 37.44 9.50401 35.776 9.24801 33.984C8.86401 32.32 8.73601 30.656 8.73601 28.992C8.73601 27.584 8.86401 26.048 8.99201 24.64C9.24801 21.056 8.60801 17.728 7.07201 14.528C6.68801 13.76 6.30401 12.992 5.79201 12.352C5.02401 11.2 4.76801 9.92 5.02401 8.64C5.40801 6.71999 6.94401 5.56799 9.12001 5.43999C10.656 5.43999 12.32 5.56799 13.984 5.82399C17.056 6.20799 20.128 6.20799 23.328 5.95199C24.736 5.82399 26.144 5.82399 27.552 5.696C29.344 5.56799 31.008 5.31199 32.8 5.056C34.464 4.92799 36.128 4.79999 37.792 4.67199C39.712 4.67199 41.76 4.67199 43.552 5.184C43.936 5.31199 44.192 5.31199 44.576 5.43999C44.704 5.43999 44.832 5.56799 44.96 5.56799C45.088 5.696 45.344 5.696 45.472 5.696C45.6 5.82399 45.728 5.82399 45.984 5.95199C46.112 5.95199 46.24 6.07999 46.368 6.07999C46.496 6.20799 46.624 6.20799 46.752 6.336C47.904 6.848 48.928 7.488 49.952 8.25599C51.872 9.92 53.024 11.968 53.28 14.528C53.536 16.832 53.664 19.136 53.92 21.44C54.048 23.104 54.304 24.64 54.432 26.176C54.688 28.864 54.56 31.424 53.024 33.856C52.384 34.88 51.616 35.776 50.592 36.544C50.08 36.928 49.696 37.184 49.056 37.44C48.8 37.568 48.416 37.824 48.16 37.952C47.648 38.336 47.392 38.848 47.392 39.488C47.52 40.128 47.904 40.384 48.416 40.64C48.544 40.64 48.544 40.768 48.672 40.768C48.928 40.896 49.184 41.024 49.44 41.152C49.952 41.28 50.336 41.664 50.848 41.92C50.976 41.92 51.104 42.048 51.36 42.176C51.36 42.176 51.36 42.176 51.36 42.304C52.256 42.816 52.896 43.584 53.408 44.352ZM39.712 52.544C39.712 51.52 39.584 50.496 39.2 49.472C38.816 48.832 38.56 47.936 38.048 47.296C37.408 46.784 36.64 46.4 35.744 46.144C33.44 45.632 30.496 45.504 27.296 45.76C26.4 46.016 25.632 46.528 25.12 47.424C24.864 47.936 24.608 48.448 24.352 48.96C23.584 51.52 23.584 54.08 23.968 56.64C24.096 58.048 24.864 58.816 26.272 59.2C28.32 59.584 30.496 59.712 33.056 59.712C33.696 59.712 34.72 59.712 35.744 59.584C37.792 59.456 39.072 58.432 39.328 56.384C39.584 55.232 39.584 53.824 39.712 52.544ZM40.096 27.584C40.352 25.792 40.224 23.872 39.84 22.08C39.328 20.288 38.304 19.136 36.384 18.752C35.744 18.624 34.976 18.496 34.208 18.496C32.288 18.624 30.368 18.752 28.576 18.88C26.144 19.136 24.864 20.416 24.736 22.848C24.608 24.512 24.608 26.176 24.736 27.84C24.736 29.888 26.016 31.424 27.936 31.936C29.472 32.32 30.88 32.448 32.16 32.32C33.056 32.32 33.696 32.32 34.336 32.32C35.488 32.192 36.512 32.192 37.408 31.68C39.072 30.784 39.712 29.376 40.096 27.584Z" fill="#8CE476"/>
-<path d="M112.674 70.208C112.674 70.976 112.802 71.872 112.802 72.768C112.802 75.328 112.674 77.888 111.906 80.32C111.138 82.88 108.834 84.032 106.658 83.52C105.378 83.136 104.482 82.368 104.098 81.088C103.714 80.192 103.458 79.168 103.33 78.144C103.074 76.224 101.794 75.2 100.002 75.456C98.978 75.584 97.954 75.584 96.93 75.072C95.906 74.56 95.138 73.664 95.01 72.512C94.882 71.488 94.882 70.464 94.882 69.44C94.882 67.392 94.882 65.472 94.754 63.424C94.754 62.784 94.626 62.272 94.626 61.632C94.498 61.248 94.37 60.864 94.242 60.608C94.114 60.48 94.114 60.352 93.986 60.224C93.986 60.224 93.986 60.096 93.858 59.968C93.09 58.816 91.554 58.176 90.018 58.56C89.122 58.816 88.354 59.2 87.458 59.456C85.922 60.096 84.386 60.096 82.85 59.584C81.57 59.2 80.418 58.688 79.138 58.688C77.09 58.688 75.682 59.584 75.042 62.016C74.914 62.528 74.786 63.168 74.786 63.68C74.658 65.344 74.53 66.88 74.402 68.544C74.402 68.928 74.402 69.44 74.274 69.824C74.274 70.592 74.274 71.488 74.146 72.256C74.146 73.024 73.89 73.92 73.506 74.688C72.866 76.352 71.458 76.736 69.922 76.096C69.41 75.84 68.898 75.456 68.514 75.2C66.722 73.92 64.802 73.28 62.626 73.408C61.602 73.536 60.578 73.408 59.426 73.152C58.018 72.896 57.25 71.872 57.122 70.336C57.122 70.08 57.122 69.824 57.122 69.824C56.994 69.184 57.122 68.544 57.25 67.904C57.89 62.4 59.426 57.152 61.474 52.032C63.522 47.04 64.93 41.792 66.082 36.416C66.466 34.24 66.722 31.936 67.106 29.76C67.49 27.2 67.874 24.64 68.386 22.208C68.898 19.392 69.538 16.704 70.306 13.888C70.562 12.608 71.202 11.2 71.842 9.92C72.866 7.61599 74.658 6.46399 77.09 6.07999C78.242 5.95199 79.522 6.07999 80.674 6.07999C83.106 6.20799 85.026 6.59199 87.458 6.20799C89.25 5.82399 91.042 5.56799 92.834 5.696C95.266 5.696 97.314 6.59199 98.722 8.76799C99.362 9.92 99.49 11.2 99.618 12.48C99.874 14.528 100.258 16.064 100.386 18.112C100.77 22.08 101.538 25.92 103.202 29.504C104.354 32.32 105.378 35.136 106.402 37.824C107.17 39.744 107.298 41.664 107.298 43.712C107.17 47.68 107.938 51.52 109.218 55.36C110.114 58.304 111.01 61.376 111.778 64.576C112.034 65.472 112.29 67.648 112.29 67.648C112.418 68.288 112.546 69.056 112.674 69.824C112.674 69.952 112.674 70.08 112.674 70.08V70.208ZM87.97 42.432C90.402 42.176 91.81 40.512 91.81 37.952C91.682 37.44 91.682 36.928 91.554 36.416C90.914 33.6 90.146 30.784 89.378 27.968C89.122 27.2 88.738 26.56 88.226 26.048C86.434 24.128 83.874 24 82.21 26.432C81.57 27.328 81.186 28.352 81.058 29.376C80.418 32.192 79.778 35.008 79.394 37.824C78.882 41.024 80.802 43.2 83.874 42.944C85.154 42.816 86.562 42.688 87.97 42.432Z" fill="#8CE476"/>
-<path d="M161.887 85.056C162.655 87.744 163.423 90.432 163.679 93.248C163.679 93.376 163.679 94.656 163.551 95.04C163.423 96.064 163.167 96.832 162.783 97.6C160.607 101.184 155.615 101.824 152.671 98.88C150.879 97.088 150.367 94.784 150.751 92.224C151.007 89.408 152.031 86.72 152.671 84.032C153.311 81.6 153.567 79.168 153.055 76.608C152.671 74.816 151.007 72.768 148.703 72.64C148.063 72.64 147.551 72.512 146.911 72.512C146.271 72.512 145.759 72.384 145.247 72C145.119 72 145.119 72 145.119 72C144.991 71.872 144.991 71.872 144.991 71.872C144.863 71.872 144.863 71.744 144.735 71.744C144.735 71.616 144.607 71.616 144.607 71.488C144.607 71.488 144.607 71.488 144.479 71.488C144.479 71.36 144.351 71.232 144.223 71.104C144.223 70.976 144.095 70.976 144.095 70.976C144.095 70.848 143.967 70.72 143.967 70.592C143.455 69.824 143.199 69.056 143.071 68.16V68.032C143.071 68.032 143.071 67.904 143.071 67.776C143.071 67.648 143.071 67.392 143.071 67.264C143.071 65.6 143.071 63.808 143.071 62.144C143.071 60.352 143.071 58.56 143.071 56.896C142.943 54.592 142.687 52.288 141.919 50.112C141.407 48.832 140.767 47.68 139.615 46.784C138.207 45.376 135.519 45.504 134.239 47.04C133.727 47.808 133.343 48.704 133.087 49.728C132.575 52.032 132.575 54.336 132.831 56.768C133.087 59.712 133.983 62.656 134.367 65.6C134.367 65.856 134.367 66.24 134.495 66.496C134.751 68.544 135.007 70.464 134.495 72.512C134.239 73.408 133.983 74.304 133.343 75.2C132.575 76.096 132.191 77.248 132.575 78.528C132.703 79.296 132.959 80.064 133.087 80.832C133.343 83.008 132.063 84.928 130.015 85.312C127.455 85.952 124.895 83.648 125.279 80.96C125.407 79.936 125.407 78.784 125.023 77.76C124.383 75.584 122.719 74.56 120.671 73.792C120.031 73.664 119.391 73.536 118.623 73.28C116.447 72.768 115.423 70.976 115.551 68.8V68.672C115.807 63.68 116.831 58.688 117.855 53.824C118.495 51.008 119.007 48.192 118.879 45.248C118.879 42.688 118.495 40.256 117.983 37.696C117.599 35.776 117.215 33.728 117.343 31.68C117.471 29.76 117.727 27.968 117.983 26.048C118.239 23.744 118.111 21.568 117.727 19.264C117.215 17.088 117.087 14.528 115.935 12.48C115.167 11.328 114.655 10.048 114.783 8.64C114.783 7.74399 115.039 6.976 115.423 6.20799C116.063 5.184 117.855 4.67199 119.007 4.67199C120.927 4.79999 126.559 5.95199 129.247 5.95199C132.447 5.82399 135.903 5.43999 136.671 5.43999C138.847 5.31199 141.023 4.79999 143.199 4.67199C147.679 4.41599 152.159 4.67199 156.383 6.71999C157.791 7.35999 158.815 8.38399 159.711 9.66399C161.119 11.584 161.887 13.888 162.015 16.192C162.271 19.008 162.271 21.824 162.527 24.64C162.655 26.432 163.039 28.352 162.911 30.144C162.783 32.96 162.399 35.776 160.735 38.208C160.223 39.104 159.455 39.872 158.815 40.64C158.175 41.408 157.407 42.048 156.639 42.688C154.335 44.992 153.567 48.448 155.359 51.776C155.999 52.928 156.767 54.08 157.663 55.104C159.839 57.792 161.503 60.864 162.399 64.32C162.527 65.088 162.655 65.728 162.655 66.496C162.655 66.496 162.783 66.624 162.783 66.752C162.783 66.88 162.783 67.008 162.783 67.136C162.783 67.392 162.783 67.776 162.783 68.032V68.16C162.783 68.8 162.655 69.568 162.655 70.208C162.399 72.256 162.143 74.176 161.887 76.096C161.759 77.504 161.503 78.784 161.375 80.192C161.119 81.856 161.375 83.392 161.887 85.056ZM147.679 29.376C148.063 27.584 148.063 25.92 147.679 24.128C147.295 21.952 145.887 20.416 143.711 19.904C142.431 19.648 138.719 19.52 138.207 19.52C135.391 19.648 133.471 21.184 132.959 23.872C132.703 25.536 132.703 27.072 132.703 28.608C132.703 30.272 133.599 31.68 135.007 32.32C137.695 33.472 140.383 34.112 143.327 33.472C145.631 33.088 147.167 31.808 147.679 29.376Z" fill="#8CE476"/>
-<path d="M213.119 10.304C213.119 10.432 213.119 10.432 213.119 10.432C213.247 11.84 213.119 13.376 212.991 14.784C212.735 16.96 212.223 19.136 211.967 21.184C211.839 22.464 212.095 23.616 212.095 24.896C211.967 25.664 211.967 26.432 211.839 27.072C211.327 28.992 209.663 30.144 207.743 30.144C205.695 30.016 203.903 28.608 203.519 26.688C203.391 26.048 203.391 25.408 203.391 24.64C203.647 23.616 203.135 22.592 202.367 21.696C201.727 20.928 200.703 20.416 199.423 20.288C198.527 20.16 197.631 20.416 196.863 20.8C195.583 21.312 194.303 21.824 192.895 22.208C191.871 22.592 190.719 22.72 189.567 22.592C188.543 22.464 187.647 22.464 186.751 22.848C186.239 23.104 185.599 23.488 185.215 23.872C184.575 24.64 184.191 25.664 184.191 26.944C184.191 27.584 184.063 28.48 184.319 29.12C184.703 31.424 186.623 32.832 188.927 32.96C190.975 32.96 192.767 32.32 194.687 31.936C196.735 31.552 198.655 31.04 200.831 31.168C201.855 31.168 203.007 31.296 203.903 31.808C205.311 32.704 205.823 34.112 205.951 35.648C206.207 36.928 206.079 38.208 205.823 39.488C205.823 39.616 205.823 39.616 205.823 39.616C205.695 39.872 205.695 40.256 205.567 40.512C205.311 41.664 205.055 42.688 204.927 43.84C204.799 45.248 204.799 46.528 204.799 47.936C204.799 48.704 204.799 49.472 204.415 50.24C203.263 52.672 199.807 53.056 198.143 50.752C197.887 50.368 197.631 49.856 197.375 49.344C196.863 47.808 195.839 47.168 194.303 46.656C192.895 46.272 191.359 46.272 189.695 46.528C187.007 47.04 185.087 49.216 184.959 52.032C184.831 54.336 185.215 55.744 185.855 58.048C186.367 59.712 186.879 61.248 187.135 62.912C187.391 64.192 187.391 65.856 187.391 67.264C187.391 67.264 187.519 67.392 187.391 67.52C187.391 67.648 187.391 67.648 187.391 67.776C187.391 67.776 187.391 67.904 187.391 68.032C187.391 69.824 187.263 70.976 187.007 72.64C186.879 74.048 186.751 74.944 186.367 75.968C185.727 78.144 183.295 79.04 181.503 77.632C180.735 77.12 180.479 76.48 180.223 75.712C180.223 75.456 180.223 75.328 180.095 75.072C179.839 73.408 178.943 72.64 177.151 72.64C175.615 72.64 173.951 72.768 172.415 72.768C171.647 72.768 170.751 72.768 169.983 72.512C168.959 72.256 168.191 71.744 167.679 71.104C167.679 70.976 167.679 70.976 167.551 70.848C167.551 70.848 167.551 70.72 167.423 70.72C167.295 70.336 167.167 69.952 167.167 69.568C167.039 68.16 166.911 66.88 166.911 65.344C166.911 58.816 168.191 54.592 169.983 49.088C170.751 46.784 171.391 44.352 171.775 41.92C171.903 40.896 171.775 39.872 171.775 38.72C171.775 35.648 171.007 32.832 170.367 29.888C169.599 26.56 168.703 23.232 168.447 19.776C168.191 17.216 168.063 14.528 168.575 11.968C168.703 11.2 169.087 10.432 169.343 9.792C169.471 9.66399 169.471 9.66399 169.471 9.66399C169.471 9.53599 169.599 9.40799 169.599 9.40799C169.727 9.28 169.727 9.15199 169.727 9.02399C170.111 8.64 170.367 8.128 170.623 7.74399C171.903 6.20799 173.567 6.07999 175.231 6.07999C175.743 5.95199 176.383 6.07999 176.895 6.20799C179.071 6.59199 181.247 6.71999 183.551 6.46399C185.471 6.20799 187.391 5.82399 189.311 5.56799C191.487 5.31199 193.663 5.31199 195.967 5.696C197.375 5.82399 198.655 5.95199 200.063 5.82399C201.087 5.696 202.111 5.56799 203.135 5.43999C204.927 5.184 206.719 5.184 208.511 5.56799C209.023 5.696 209.663 5.82399 210.303 6.07999C211.839 6.71999 212.735 7.74399 213.119 9.28C213.119 9.28 213.119 9.53599 213.119 9.792C213.119 9.92 213.119 9.92 213.119 9.92C213.119 10.048 213.119 10.176 213.119 10.304Z" fill="#8CE476"/>
-<path d="M53.408 44.352C54.048 45.248 54.56 46.4 54.944 47.552C55.712 50.24 55.968 53.056 55.456 55.872C55.328 57.28 55.2 58.688 55.072 59.968C54.688 63.424 53.664 66.496 51.488 69.184C50.08 70.976 48.672 72 46.752 72.896C46.496 73.024 45.984 73.28 45.6 73.408C45.088 73.792 44.448 74.176 44.064 74.56C43.552 75.072 43.168 75.712 42.912 76.352C42.656 77.248 42.4 78.144 42.016 78.912C41.376 80.96 39.2 81.984 37.28 81.216C36.256 80.704 35.744 80.064 35.36 79.04C34.976 78.016 34.592 76.864 34.208 75.712C34.08 75.328 33.824 74.816 33.568 74.56C33.056 73.792 32.288 73.664 31.392 73.92C30.624 74.048 30.112 74.688 29.984 75.456C29.728 76.992 29.984 78.4 30.112 79.936C30.368 81.344 30.752 82.88 30.88 84.288C31.136 85.568 30.88 86.848 30.24 88.128C28.576 90.56 24.992 90.816 23.072 88.384C21.92 86.848 21.792 85.056 22.176 83.264C22.432 81.856 22.816 80.448 22.944 79.04C23.456 76.096 21.408 73.792 18.464 73.664C16.544 73.664 14.752 73.92 12.832 74.304C11.68 74.56 10.4 74.688 9.24801 74.432C7.58401 74.176 6.43201 72.768 6.43201 71.104C6.43201 70.08 6.68801 69.184 7.20001 68.16C7.58401 67.264 7.84001 66.112 8.09601 65.088C8.48001 63.168 8.73601 61.12 8.60801 59.072C8.60801 57.92 8.48001 56.768 8.48001 55.616C8.48001 52.8 8.73601 49.984 9.24801 47.168C9.76001 44.48 10.016 41.792 9.88801 39.104C9.76001 37.44 9.50401 35.776 9.24801 33.984C8.86401 32.32 8.73601 30.656 8.73601 28.992C8.73601 27.584 8.86401 26.048 8.99201 24.64C9.24801 21.056 8.60801 17.728 7.07201 14.528C6.68801 13.76 6.30401 12.992 5.79201 12.352C5.02401 11.2 4.76801 9.92 5.02401 8.64C5.40801 6.71999 6.94401 5.56799 9.12001 5.43999C10.656 5.43999 12.32 5.56799 13.984 5.82399C17.056 6.20799 20.128 6.20799 23.328 5.95199C24.736 5.82399 26.144 5.82399 27.552 5.696C29.344 5.56799 31.008 5.31199 32.8 5.056C34.464 4.92799 36.128 4.79999 37.792 4.67199C39.712 4.67199 41.76 4.67199 43.552 5.184C43.936 5.31199 44.192 5.31199 44.576 5.43999C44.704 5.43999 44.832 5.56799 44.96 5.56799C45.088 5.696 45.344 5.696 45.472 5.696C45.6 5.82399 45.728 5.82399 45.984 5.95199C46.112 5.95199 46.24 6.07999 46.368 6.07999C46.496 6.20799 46.624 6.20799 46.752 6.336C47.904 6.848 48.928 7.488 49.952 8.25599C51.872 9.92 53.024 11.968 53.28 14.528C53.536 16.832 53.664 19.136 53.92 21.44C54.048 23.104 54.304 24.64 54.432 26.176C54.688 28.864 54.56 31.424 53.024 33.856C52.384 34.88 51.616 35.776 50.592 36.544C50.08 36.928 49.696 37.184 49.056 37.44C48.8 37.568 48.416 37.824 48.16 37.952C47.648 38.336 47.392 38.848 47.392 39.488C47.52 40.128 47.904 40.384 48.416 40.64C48.544 40.64 48.544 40.768 48.672 40.768C48.928 40.896 49.184 41.024 49.44 41.152C49.952 41.28 50.336 41.664 50.848 41.92C50.976 41.92 51.104 42.048 51.36 42.176C51.36 42.176 51.36 42.176 51.36 42.304C52.256 42.816 52.896 43.584 53.408 44.352ZM39.712 52.544C39.712 51.52 39.584 50.496 39.2 49.472C38.816 48.832 38.56 47.936 38.048 47.296C37.408 46.784 36.64 46.4 35.744 46.144C33.44 45.632 30.496 45.504 27.296 45.76C26.4 46.016 25.632 46.528 25.12 47.424C24.864 47.936 24.608 48.448 24.352 48.96C23.584 51.52 23.584 54.08 23.968 56.64C24.096 58.048 24.864 58.816 26.272 59.2C28.32 59.584 30.496 59.712 33.056 59.712C33.696 59.712 34.72 59.712 35.744 59.584C37.792 59.456 39.072 58.432 39.328 56.384C39.584 55.232 39.584 53.824 39.712 52.544ZM40.096 27.584C40.352 25.792 40.224 23.872 39.84 22.08C39.328 20.288 38.304 19.136 36.384 18.752C35.744 18.624 34.976 18.496 34.208 18.496C32.288 18.624 30.368 18.752 28.576 18.88C26.144 19.136 24.864 20.416 24.736 22.848C24.608 24.512 24.608 26.176 24.736 27.84C24.736 29.888 26.016 31.424 27.936 31.936C29.472 32.32 30.88 32.448 32.16 32.32C33.056 32.32 33.696 32.32 34.336 32.32C35.488 32.192 36.512 32.192 37.408 31.68C39.072 30.784 39.712 29.376 40.096 27.584Z" stroke="#AEB11B" stroke-width="8" mask="url(#path-1-outside-1_101_3)"/>
-<path d="M112.674 70.208C112.674 70.976 112.802 71.872 112.802 72.768C112.802 75.328 112.674 77.888 111.906 80.32C111.138 82.88 108.834 84.032 106.658 83.52C105.378 83.136 104.482 82.368 104.098 81.088C103.714 80.192 103.458 79.168 103.33 78.144C103.074 76.224 101.794 75.2 100.002 75.456C98.978 75.584 97.954 75.584 96.93 75.072C95.906 74.56 95.138 73.664 95.01 72.512C94.882 71.488 94.882 70.464 94.882 69.44C94.882 67.392 94.882 65.472 94.754 63.424C94.754 62.784 94.626 62.272 94.626 61.632C94.498 61.248 94.37 60.864 94.242 60.608C94.114 60.48 94.114 60.352 93.986 60.224C93.986 60.224 93.986 60.096 93.858 59.968C93.09 58.816 91.554 58.176 90.018 58.56C89.122 58.816 88.354 59.2 87.458 59.456C85.922 60.096 84.386 60.096 82.85 59.584C81.57 59.2 80.418 58.688 79.138 58.688C77.09 58.688 75.682 59.584 75.042 62.016C74.914 62.528 74.786 63.168 74.786 63.68C74.658 65.344 74.53 66.88 74.402 68.544C74.402 68.928 74.402 69.44 74.274 69.824C74.274 70.592 74.274 71.488 74.146 72.256C74.146 73.024 73.89 73.92 73.506 74.688C72.866 76.352 71.458 76.736 69.922 76.096C69.41 75.84 68.898 75.456 68.514 75.2C66.722 73.92 64.802 73.28 62.626 73.408C61.602 73.536 60.578 73.408 59.426 73.152C58.018 72.896 57.25 71.872 57.122 70.336C57.122 70.08 57.122 69.824 57.122 69.824C56.994 69.184 57.122 68.544 57.25 67.904C57.89 62.4 59.426 57.152 61.474 52.032C63.522 47.04 64.93 41.792 66.082 36.416C66.466 34.24 66.722 31.936 67.106 29.76C67.49 27.2 67.874 24.64 68.386 22.208C68.898 19.392 69.538 16.704 70.306 13.888C70.562 12.608 71.202 11.2 71.842 9.92C72.866 7.61599 74.658 6.46399 77.09 6.07999C78.242 5.95199 79.522 6.07999 80.674 6.07999C83.106 6.20799 85.026 6.59199 87.458 6.20799C89.25 5.82399 91.042 5.56799 92.834 5.696C95.266 5.696 97.314 6.59199 98.722 8.76799C99.362 9.92 99.49 11.2 99.618 12.48C99.874 14.528 100.258 16.064 100.386 18.112C100.77 22.08 101.538 25.92 103.202 29.504C104.354 32.32 105.378 35.136 106.402 37.824C107.17 39.744 107.298 41.664 107.298 43.712C107.17 47.68 107.938 51.52 109.218 55.36C110.114 58.304 111.01 61.376 111.778 64.576C112.034 65.472 112.29 67.648 112.29 67.648C112.418 68.288 112.546 69.056 112.674 69.824C112.674 69.952 112.674 70.08 112.674 70.08V70.208ZM87.97 42.432C90.402 42.176 91.81 40.512 91.81 37.952C91.682 37.44 91.682 36.928 91.554 36.416C90.914 33.6 90.146 30.784 89.378 27.968C89.122 27.2 88.738 26.56 88.226 26.048C86.434 24.128 83.874 24 82.21 26.432C81.57 27.328 81.186 28.352 81.058 29.376C80.418 32.192 79.778 35.008 79.394 37.824C78.882 41.024 80.802 43.2 83.874 42.944C85.154 42.816 86.562 42.688 87.97 42.432Z" stroke="#AEB11B" stroke-width="8" mask="url(#path-1-outside-1_101_3)"/>
-<path d="M161.887 85.056C162.655 87.744 163.423 90.432 163.679 93.248C163.679 93.376 163.679 94.656 163.551 95.04C163.423 96.064 163.167 96.832 162.783 97.6C160.607 101.184 155.615 101.824 152.671 98.88C150.879 97.088 150.367 94.784 150.751 92.224C151.007 89.408 152.031 86.72 152.671 84.032C153.311 81.6 153.567 79.168 153.055 76.608C152.671 74.816 151.007 72.768 148.703 72.64C148.063 72.64 147.551 72.512 146.911 72.512C146.271 72.512 145.759 72.384 145.247 72C145.119 72 145.119 72 145.119 72C144.991 71.872 144.991 71.872 144.991 71.872C144.863 71.872 144.863 71.744 144.735 71.744C144.735 71.616 144.607 71.616 144.607 71.488C144.607 71.488 144.607 71.488 144.479 71.488C144.479 71.36 144.351 71.232 144.223 71.104C144.223 70.976 144.095 70.976 144.095 70.976C144.095 70.848 143.967 70.72 143.967 70.592C143.455 69.824 143.199 69.056 143.071 68.16V68.032C143.071 68.032 143.071 67.904 143.071 67.776C143.071 67.648 143.071 67.392 143.071 67.264C143.071 65.6 143.071 63.808 143.071 62.144C143.071 60.352 143.071 58.56 143.071 56.896C142.943 54.592 142.687 52.288 141.919 50.112C141.407 48.832 140.767 47.68 139.615 46.784C138.207 45.376 135.519 45.504 134.239 47.04C133.727 47.808 133.343 48.704 133.087 49.728C132.575 52.032 132.575 54.336 132.831 56.768C133.087 59.712 133.983 62.656 134.367 65.6C134.367 65.856 134.367 66.24 134.495 66.496C134.751 68.544 135.007 70.464 134.495 72.512C134.239 73.408 133.983 74.304 133.343 75.2C132.575 76.096 132.191 77.248 132.575 78.528C132.703 79.296 132.959 80.064 133.087 80.832C133.343 83.008 132.063 84.928 130.015 85.312C127.455 85.952 124.895 83.648 125.279 80.96C125.407 79.936 125.407 78.784 125.023 77.76C124.383 75.584 122.719 74.56 120.671 73.792C120.031 73.664 119.391 73.536 118.623 73.28C116.447 72.768 115.423 70.976 115.551 68.8V68.672C115.807 63.68 116.831 58.688 117.855 53.824C118.495 51.008 119.007 48.192 118.879 45.248C118.879 42.688 118.495 40.256 117.983 37.696C117.599 35.776 117.215 33.728 117.343 31.68C117.471 29.76 117.727 27.968 117.983 26.048C118.239 23.744 118.111 21.568 117.727 19.264C117.215 17.088 117.087 14.528 115.935 12.48C115.167 11.328 114.655 10.048 114.783 8.64C114.783 7.74399 115.039 6.976 115.423 6.20799C116.063 5.184 117.855 4.67199 119.007 4.67199C120.927 4.79999 126.559 5.95199 129.247 5.95199C132.447 5.82399 135.903 5.43999 136.671 5.43999C138.847 5.31199 141.023 4.79999 143.199 4.67199C147.679 4.41599 152.159 4.67199 156.383 6.71999C157.791 7.35999 158.815 8.38399 159.711 9.66399C161.119 11.584 161.887 13.888 162.015 16.192C162.271 19.008 162.271 21.824 162.527 24.64C162.655 26.432 163.039 28.352 162.911 30.144C162.783 32.96 162.399 35.776 160.735 38.208C160.223 39.104 159.455 39.872 158.815 40.64C158.175 41.408 157.407 42.048 156.639 42.688C154.335 44.992 153.567 48.448 155.359 51.776C155.999 52.928 156.767 54.08 157.663 55.104C159.839 57.792 161.503 60.864 162.399 64.32C162.527 65.088 162.655 65.728 162.655 66.496C162.655 66.496 162.783 66.624 162.783 66.752C162.783 66.88 162.783 67.008 162.783 67.136C162.783 67.392 162.783 67.776 162.783 68.032V68.16C162.783 68.8 162.655 69.568 162.655 70.208C162.399 72.256 162.143 74.176 161.887 76.096C161.759 77.504 161.503 78.784 161.375 80.192C161.119 81.856 161.375 83.392 161.887 85.056ZM147.679 29.376C148.063 27.584 148.063 25.92 147.679 24.128C147.295 21.952 145.887 20.416 143.711 19.904C142.431 19.648 138.719 19.52 138.207 19.52C135.391 19.648 133.471 21.184 132.959 23.872C132.703 25.536 132.703 27.072 132.703 28.608C132.703 30.272 133.599 31.68 135.007 32.32C137.695 33.472 140.383 34.112 143.327 33.472C145.631 33.088 147.167 31.808 147.679 29.376Z" stroke="#AEB11B" stroke-width="8" mask="url(#path-1-outside-1_101_3)"/>
-<path d="M213.119 10.304C213.119 10.432 213.119 10.432 213.119 10.432C213.247 11.84 213.119 13.376 212.991 14.784C212.735 16.96 212.223 19.136 211.967 21.184C211.839 22.464 212.095 23.616 212.095 24.896C211.967 25.664 211.967 26.432 211.839 27.072C211.327 28.992 209.663 30.144 207.743 30.144C205.695 30.016 203.903 28.608 203.519 26.688C203.391 26.048 203.391 25.408 203.391 24.64C203.647 23.616 203.135 22.592 202.367 21.696C201.727 20.928 200.703 20.416 199.423 20.288C198.527 20.16 197.631 20.416 196.863 20.8C195.583 21.312 194.303 21.824 192.895 22.208C191.871 22.592 190.719 22.72 189.567 22.592C188.543 22.464 187.647 22.464 186.751 22.848C186.239 23.104 185.599 23.488 185.215 23.872C184.575 24.64 184.191 25.664 184.191 26.944C184.191 27.584 184.063 28.48 184.319 29.12C184.703 31.424 186.623 32.832 188.927 32.96C190.975 32.96 192.767 32.32 194.687 31.936C196.735 31.552 198.655 31.04 200.831 31.168C201.855 31.168 203.007 31.296 203.903 31.808C205.311 32.704 205.823 34.112 205.951 35.648C206.207 36.928 206.079 38.208 205.823 39.488C205.823 39.616 205.823 39.616 205.823 39.616C205.695 39.872 205.695 40.256 205.567 40.512C205.311 41.664 205.055 42.688 204.927 43.84C204.799 45.248 204.799 46.528 204.799 47.936C204.799 48.704 204.799 49.472 204.415 50.24C203.263 52.672 199.807 53.056 198.143 50.752C197.887 50.368 197.631 49.856 197.375 49.344C196.863 47.808 195.839 47.168 194.303 46.656C192.895 46.272 191.359 46.272 189.695 46.528C187.007 47.04 185.087 49.216 184.959 52.032C184.831 54.336 185.215 55.744 185.855 58.048C186.367 59.712 186.879 61.248 187.135 62.912C187.391 64.192 187.391 65.856 187.391 67.264C187.391 67.264 187.519 67.392 187.391 67.52C187.391 67.648 187.391 67.648 187.391 67.776C187.391 67.776 187.391 67.904 187.391 68.032C187.391 69.824 187.263 70.976 187.007 72.64C186.879 74.048 186.751 74.944 186.367 75.968C185.727 78.144 183.295 79.04 181.503 77.632C180.735 77.12 180.479 76.48 180.223 75.712C180.223 75.456 180.223 75.328 180.095 75.072C179.839 73.408 178.943 72.64 177.151 72.64C175.615 72.64 173.951 72.768 172.415 72.768C171.647 72.768 170.751 72.768 169.983 72.512C168.959 72.256 168.191 71.744 167.679 71.104C167.679 70.976 167.679 70.976 167.551 70.848C167.551 70.848 167.551 70.72 167.423 70.72C167.295 70.336 167.167 69.952 167.167 69.568C167.039 68.16 166.911 66.88 166.911 65.344C166.911 58.816 168.191 54.592 169.983 49.088C170.751 46.784 171.391 44.352 171.775 41.92C171.903 40.896 171.775 39.872 171.775 38.72C171.775 35.648 171.007 32.832 170.367 29.888C169.599 26.56 168.703 23.232 168.447 19.776C168.191 17.216 168.063 14.528 168.575 11.968C168.703 11.2 169.087 10.432 169.343 9.792C169.471 9.66399 169.471 9.66399 169.471 9.66399C169.471 9.53599 169.599 9.40799 169.599 9.40799C169.727 9.28 169.727 9.15199 169.727 9.02399C170.111 8.64 170.367 8.128 170.623 7.74399C171.903 6.20799 173.567 6.07999 175.231 6.07999C175.743 5.95199 176.383 6.07999 176.895 6.20799C179.071 6.59199 181.247 6.71999 183.551 6.46399C185.471 6.20799 187.391 5.82399 189.311 5.56799C191.487 5.31199 193.663 5.31199 195.967 5.696C197.375 5.82399 198.655 5.95199 200.063 5.82399C201.087 5.696 202.111 5.56799 203.135 5.43999C204.927 5.184 206.719 5.184 208.511 5.56799C209.023 5.696 209.663 5.82399 210.303 6.07999C211.839 6.71999 212.735 7.74399 213.119 9.28C213.119 9.28 213.119 9.53599 213.119 9.792C213.119 9.92 213.119 9.92 213.119 9.92C213.119 10.048 213.119 10.176 213.119 10.304Z" stroke="#AEB11B" stroke-width="8" mask="url(#path-1-outside-1_101_3)"/>
-</svg>
diff --git a/build/qol/index.html b/build/qol/index.html
deleted file mode 100644
index 6f9c6ab..0000000
--- a/build/qol/index.html
+++ /dev/null
@@ -1,54 +0,0 @@
-<!doctype html>
-<html lang="en">
-<head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="icon" href="data:,">
- <title>Quality of Life Improvements</title>
- <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
- <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="RSS feed for blog posts" />
- <style>*{box-sizing:border-box;}body{font-family:sans-serif;line-height:1.33;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{border:1px solid;overflow:auto;padding:5px;}.footnotes{font-size:90%;}</style>
-</head>
-
-<nav>
- <a href="#menu">Menu &darr;</a>
-</nav>
-
-<main>
-<h1 id="quality-of-life-improvements">Quality of Life Improvements</h1>
-<p>2024-06-06</p>
-<p>I haven&#8217;t circled back to <code>barf</code> in quite a bit of time, so I&#8217;m happy to announce a small update mainly focused on quality of life improvements! I&#8217;ll keep things brief and get right into the core changes:</p>
-<p><strong>Automatic detection of your operating system (supports Linux, macOS and OpenBSD currently)</strong></p>
-<ul>
-<li><code>barf</code> now checks your current OS and sets aliases accordingly</li>
-<li>this removes the need to hard-set your own aliases or run syslinks</li>
-</ul>
-<p><strong>Added a semantically valid RSS feed</strong></p>
-<ul>
-<li><code>barf</code> initially launched with Atom support only, now a separate RSS feed is generated at build time</li>
-</ul>
-<p><strong>Removed hardcoded feed links from <code>header.html</code></strong></p>
-<ul>
-<li>You now only need to set your main domain at the top of the core <code>barf</code> file.</li>
-</ul>
-<p><strong>Swapped out <code>smu</code> for <code>lowdown</code></strong></p>
-<ul>
-<li>The default Markdown parser is now set to <code>lowdown</code>. The original parser (<code>smu</code>) is great, but I wanted to make the project simpler by avoiding users to clone and build a separate package.</li>
-</ul>
-<p>That&#8217;s it really! I&#8217;ve also updated the original blog posts about setting up <code>barf</code> on macOS and OpenBSD to reflect these changes.</p>
-<p>Cheers!</p>
-<footer role="contentinfo">
- <hr>
- <h3 id="menu">Menu Navigation</h3>
- <ul>
- <li><a href="/">Home</a></li>
- <li><a href="/about">About</a></li>
- <li><a href="/websites">Websites</a></li>
- <li><a href="https://git.btxx.org/barf">Source Code</a></li>
- </ul>
- <small>
- Feeds: <a href="/atom.xml">Atom</a> | <a href="/rss.xml">RSS</a> <br>
- Built with <a href="https://barf.btxx.org">barf</a>. <br>
- The <a href="https://git.sr.ht/~bt/barf">code for this site</a> is MIT.
- </small>
-</footer> \ No newline at end of file
diff --git a/build/rss.xml b/build/rss.xml
deleted file mode 100644
index c9de178..0000000
--- a/build/rss.xml
+++ /dev/null
@@ -1,336 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<rss version="2.0">
- <channel>
- <title>barf</title>
- <link>https://barf.btxx.org/rss.xml</link>
- <description>Feed description here</description>
- <lastBuildDate>Wed, 03 Jul 2024 16:03:07 +0000</lastBuildDate>
- <pubDate>Wed, 03 Jul 2024 16:03:07 +0000</pubDate>
- <generator>Custom RSS Generator</generator>
- <ttl>1800</ttl>
- <item>
- <title>Quality of Life Improvements</title>
- <description>&lt;h1 id=&quot;quality-of-life-improvements&quot;&gt;Quality of Life Improvements&lt;/h1&gt;
-&lt;p&gt;2024-06-06&lt;/p&gt;
-&lt;p&gt;I haven&amp;#8217;t circled back to &lt;code&gt;barf&lt;/code&gt; in quite a bit of time, so I&amp;#8217;m happy to announce a small update mainly focused on quality of life improvements! I&amp;#8217;ll keep things brief and get right into the core changes:&lt;/p&gt;
-&lt;p&gt;&lt;strong&gt;Automatic detection of your operating system (supports Linux, macOS and OpenBSD currently)&lt;/strong&gt;&lt;/p&gt;
-&lt;ul&gt;
-&lt;li&gt;&lt;code&gt;barf&lt;/code&gt; now checks your current OS and sets aliases accordingly&lt;/li&gt;
-&lt;li&gt;this removes the need to hard-set your own aliases or run syslinks&lt;/li&gt;
-&lt;/ul&gt;
-&lt;p&gt;&lt;strong&gt;Added a semantically valid RSS feed&lt;/strong&gt;&lt;/p&gt;
-&lt;ul&gt;
-&lt;li&gt;&lt;code&gt;barf&lt;/code&gt; initially launched with Atom support only, now a separate RSS feed is generated at build time&lt;/li&gt;
-&lt;/ul&gt;
-&lt;p&gt;&lt;strong&gt;Removed hardcoded feed links from &lt;code&gt;header.html&lt;/code&gt;&lt;/strong&gt;&lt;/p&gt;
-&lt;ul&gt;
-&lt;li&gt;You now only need to set your main domain at the top of the core &lt;code&gt;barf&lt;/code&gt; file.&lt;/li&gt;
-&lt;/ul&gt;
-&lt;p&gt;&lt;strong&gt;Swapped out &lt;code&gt;smu&lt;/code&gt; for &lt;code&gt;lowdown&lt;/code&gt;&lt;/strong&gt;&lt;/p&gt;
-&lt;ul&gt;
-&lt;li&gt;The default Markdown parser is now set to &lt;code&gt;lowdown&lt;/code&gt;. The original parser (&lt;code&gt;smu&lt;/code&gt;) is great, but I wanted to make the project simpler by avoiding users to clone and build a separate package.&lt;/li&gt;
-&lt;/ul&gt;
-&lt;p&gt;That&amp;#8217;s it really! I&amp;#8217;ve also updated the original blog posts about setting up &lt;code&gt;barf&lt;/code&gt; on macOS and OpenBSD to reflect these changes.&lt;/p&gt;
-&lt;p&gt;Cheers!&lt;/p&gt;</description>
- <link>https://barf.btxx.org/qol</link>
- <guid isPermaLink="false">https://barf.btxx.org/qol</guid>
- <pubDate>Thu, 06 Jun 2024 00:00:00 +0000</pubDate>
- </item>
- <item>
- <title>Running `barf` on OpenBSD</title>
- <description>&lt;h1 id=&quot;running-on-openbsd&quot;&gt;Running &lt;code&gt;barf&lt;/code&gt; on OpenBSD&lt;/h1&gt;
-&lt;p&gt;2023-08-12&lt;/p&gt;
-&lt;p&gt;The &lt;code&gt;barf&lt;/code&gt; project was built on Linux and was catered towards Linux users. The core of the project will remain focused on Linux&amp;#47;GNU tools, but I also need to support OpenBSD since that is my personal operating system of choice.&lt;/p&gt;
-&lt;h2 id=&quot;download-packages&quot;&gt;Download Packages&lt;/h2&gt;
-&lt;p&gt;Along with your Markdown parser of choice (&lt;code&gt;barf&lt;/code&gt; assumes you will be using my version of &lt;a href=&quot;https://git.sr.ht/~bt/smu&quot;&gt;smu&lt;/a&gt;) you will also need to install the required packages on your OpenBSD system:&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;doas pkg_add rsync coreutils gsed cmake gcc
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;After that, everything should work perfectly fine when building!&lt;/p&gt;</description>
- <link>https://barf.btxx.org/openbsd</link>
- <guid isPermaLink="false">https://barf.btxx.org/openbsd</guid>
- <pubDate>Sat, 12 Aug 2023 00:00:00 +0000</pubDate>
- </item>
- <item>
- <title>Markdown Examples in barf</title>
- <description>&lt;h1 id=&quot;markdown-examples-in-barf&quot;&gt;Markdown Examples in barf&lt;/h1&gt;
-&lt;p&gt;2023-01-05&lt;/p&gt;
-&lt;p&gt;This following was lifted from &lt;a href=&quot;https://github.com/karlb/smu&quot;&gt;https:&amp;#47;&amp;#47;github.com&amp;#47;karlb&amp;#47;smu&lt;/a&gt;&lt;/p&gt;
-&lt;h1 id=&quot;syntax&quot;&gt;&lt;code&gt;smu&lt;/code&gt; Syntax&lt;/h1&gt;
-&lt;p&gt;smu was started as a rewrite of
-&lt;a href=&quot;http://daringfireball.net/projects/markdown/&quot;&gt;markdown&lt;/a&gt; but became something
-more lightweight and consistent. It differs from &lt;a href=&quot;https://commonmark.org/&quot;&gt;CommonMark&lt;/a&gt; in the following ways:&lt;/p&gt;
-&lt;ul&gt;
-&lt;li&gt;No support for &lt;em&gt;reference style links&lt;/em&gt;&lt;/li&gt;
-&lt;li&gt;Stricter indentation rules for lists&lt;/li&gt;
-&lt;li&gt;Lists don&amp;#8217;t end paragraphs by themselves (blank line needed)&lt;/li&gt;
-&lt;li&gt;Horizontal rules (&lt;code&gt;&amp;#60;hr&amp;#62;&lt;/code&gt;) must use &lt;code&gt;- - -&lt;/code&gt; as syntax&lt;/li&gt;
-&lt;li&gt;Code fences have stricter syntax&lt;/li&gt;
-&lt;/ul&gt;
-&lt;p&gt;Patches that increase the CommonMark compatibility are welcome as long as they don&amp;#8217;t increase the code complexity significantly.&lt;/p&gt;
-&lt;p&gt;This project is a fork of the &lt;a href=&quot;https://github.com/gottox/smu&quot;&gt;original smu&lt;/a&gt; by
-&lt;a href=&quot;https://eboland.de&quot;&gt;Enno Boland (gottox)&lt;/a&gt;. The main differences to the
-original smu are:&lt;/p&gt;
-&lt;ul&gt;
-&lt;li&gt;Support for code fences&lt;/li&gt;
-&lt;li&gt;Improved &lt;a href=&quot;https://commonmark.org/&quot;&gt;CommonMark&lt;/a&gt; compatibility. E.g.
-&lt;ul&gt;
-&lt;li&gt;Code blocks need four spaces indentation instead of three&lt;/li&gt;
-&lt;li&gt;Skip empty lines at end of code blocks&lt;/li&gt;
-&lt;li&gt;Ignore single spaces around code spans&lt;/li&gt;
-&lt;li&gt;Keep HTML comments in output&lt;/li&gt;
-&lt;li&gt;Improved spec compliance for lists&lt;/li&gt;
-&lt;li&gt;Nesting code block in blockquotes works&lt;/li&gt;
-&lt;li&gt;&amp;#8220;Empty&amp;#8221; lines in lists behave identically, no matter how much whitespace they contain&lt;/li&gt;
-&lt;li&gt;No backslash escapes in code blocks&lt;/li&gt;
-&lt;li&gt;Use first number as start number for ordered lists&lt;/li&gt;
-&lt;/ul&gt;&lt;/li&gt;
-&lt;li&gt;Added a simple test suite to check for compliance and avoid regressions&lt;/li&gt;
-&lt;/ul&gt;
-&lt;h2 id=&quot;inline-patterns&quot;&gt;Inline patterns&lt;/h2&gt;
-&lt;p&gt;There are several patterns you can use to highlight your text:&lt;/p&gt;
-&lt;ul&gt;
-&lt;li&gt;&lt;p&gt;Emphasis
-&lt;ul&gt;
-&lt;li&gt;Surround your text with &lt;code&gt;*&lt;/code&gt; or &lt;code&gt;_&lt;/code&gt; to get &lt;em&gt;emphasised&lt;/em&gt; text:
-This &lt;em&gt;is&lt;/em&gt; cool.
-This &lt;em&gt;is&lt;/em&gt; cool, too.&lt;/li&gt;
-&lt;li&gt;Surround your text with &lt;code&gt;**&lt;/code&gt; or &lt;code&gt;__&lt;/code&gt; to get &lt;strong&gt;strong&lt;/strong&gt; text:
-This &lt;strong&gt;is&lt;/strong&gt; cool.
-This &lt;strong&gt;is&lt;/strong&gt; cool, too.&lt;/li&gt;
-&lt;li&gt;Surround your text with &lt;code&gt;***&lt;/code&gt; or &lt;code&gt;___&lt;/code&gt; to get &lt;strong&gt;&lt;em&gt;strong and emphasised&lt;/em&gt;&lt;/strong&gt; text:
-This &lt;strong&gt;&lt;em&gt;is&lt;/em&gt;&lt;/strong&gt; cool.
-This &lt;strong&gt;&lt;em&gt;is&lt;/em&gt;&lt;/strong&gt; cool, too.&lt;/li&gt;
-&lt;li&gt;But this example won&amp;#8217;t work as expected:
-*&lt;strong&gt;Hello&lt;/strong&gt; you*
-This is a wontfix bug because it would make the source too complex.
-Use this instead:
-&lt;strong&gt;&lt;em&gt;Hello&lt;/em&gt;&lt;/strong&gt; &lt;em&gt;you&lt;/em&gt;&lt;/li&gt;
-&lt;/ul&gt;&lt;/p&gt;&lt;/li&gt;
-&lt;li&gt;&lt;p&gt;inline Code&lt;/p&gt;
-&lt;p&gt;You can produce inline code by surrounding it with backticks.&lt;/p&gt;
-&lt;p&gt;Use &lt;code&gt;rm -rf &amp;#47;&lt;/code&gt; if you&amp;#8217;re a N00b.
-Use &lt;code&gt;rm -rf &amp;#47;&lt;/code&gt; if you&amp;#8217;re a N00b.
-Use &lt;code&gt;rm -rf &amp;#47;&lt;/code&gt; if you&amp;#8217;re a N00b.&lt;/p&gt;
-&lt;p&gt;Double and triple backticks can be used if the code itself contains backticks.&lt;/p&gt;&lt;/li&gt;
-&lt;/ul&gt;
-&lt;h2 id=&quot;titles&quot;&gt;Titles&lt;/h2&gt;
-&lt;p&gt;Creating titles in smu is very easy. There are two different syntax styles. The
-first is underlining with at least three characters:&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;Heading
-=======
-
-Topic
------
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;This is very intuitive and self explaining. The resulting sourcecode looks like
-this:&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;&amp;#60;h1&amp;#62;Heading&amp;#60;&amp;#47;h1&amp;#62;
-&amp;#60;h2&amp;#62;Topic&amp;#60;&amp;#47;h2&amp;#62;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;Use the following prefixes if you don&amp;#8217;t like underlining:&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;# h1
-## h2
-### h3
-#### h4
-##### h5
-###### h6
-&lt;/code&gt;&lt;/pre&gt;
-&lt;h2 id=&quot;links&quot;&gt;Links&lt;/h2&gt;
-&lt;p&gt;The simplest way to define a link is with simple &lt;code&gt;&amp;#60;&amp;#62;&lt;/code&gt;.&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;&amp;#60;http:&amp;#47;&amp;#47;s01.de&amp;#62;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;You can do the same for E-Mail addresses:&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;&amp;#60;yourname@s01.de&amp;#62;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;If you want to define a label for the url, you have to use a different syntax&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;[smu - simple mark up](http:&amp;#47;&amp;#47;s01.de&amp;#47;~gottox&amp;#47;index.cgi&amp;#47;proj_smu)
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;The resulting HTML-Code&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;&amp;#60;a href=&quot;http:&amp;#47;&amp;#47;s01.de&amp;#47;~gottox&amp;#47;index.cgi&amp;#47;proj_smu&quot;&amp;#62;smu - simple mark up&amp;#60;&amp;#47;a&amp;#62;&amp;#60;&amp;#47;p&amp;#62;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;h2 id=&quot;lists&quot;&gt;Lists&lt;/h2&gt;
-&lt;p&gt;Defining lists is very straightforward:&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;* Item 1
-* Item 2
-* Item 3
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;Result:&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;&amp;#60;ul&amp;#62;
-&amp;#60;li&amp;#62;Item 1&amp;#60;&amp;#47;li&amp;#62;
-&amp;#60;li&amp;#62;Item 2&amp;#60;&amp;#47;li&amp;#62;
-&amp;#60;li&amp;#62;Item 3&amp;#60;&amp;#47;li&amp;#62;
-&amp;#60;&amp;#47;ul&amp;#62;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;Defining ordered lists is also very easy:&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;1. Item 1
-2. Item 2
-3. Item 3
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;Only the first number in a list is meaningful. All following list items are
-continously counted. If you want a list starting at 2, you could write:&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;2. Item 1
-2. Item 2
-2. Item 3
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;and get the following HTML which will render with the numbers 2, 3, 4:&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;&amp;#60;ol start=&quot;2&quot;&amp;#62;
-&amp;#60;li&amp;#62;Item 1&amp;#60;&amp;#47;li&amp;#62;
-&amp;#60;li&amp;#62;Item 2&amp;#60;&amp;#47;li&amp;#62;
-&amp;#60;li&amp;#62;Item 3&amp;#60;&amp;#47;li&amp;#62;
-&amp;#60;&amp;#47;ol&amp;#62;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;h2 id=&quot;code-blockquote&quot;&gt;Code &amp;#38; Blockquote&lt;/h2&gt;
-&lt;p&gt;Use the &lt;code&gt;&amp;#62;&lt;/code&gt; as a line prefix for defining blockquotes. Blockquotes are
-interpreted as well. This makes it possible to embed links, headings and even
-other quotes into a quote:&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;&amp;#62; Hello
-&amp;#62; This is a quote with a [link](http:&amp;#47;&amp;#47;s01.de&amp;#47;~gottox)
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;Result:
-
- Hello
- This is a quote with a link
- &lt;/p&gt;
-&lt;p&gt;You can define a code block with a leading Tab or with &lt;strong&gt;4&lt;/strong&gt; leading spaces&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt; this.is(code)
-
- this.is(code, too)
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;Result:
- this.is(code)
- this.is(code, too)
- &lt;/p&gt;
-&lt;p&gt;Please note that you can&amp;#8217;t use HTML or smu syntax in a code block.&lt;/p&gt;
-&lt;p&gt;Another way to write code blocks is to use code fences:&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;```json
-{&quot;some&quot;: &quot;code&quot;}
-```
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;This has two advantages:
-* The optional language identifier will be turned into a &lt;code&gt;language-&lt;/code&gt; class name
-* You can keep the original indentation which helps when doing copy &amp;#38; paste&lt;/p&gt;
-&lt;h2 id=&quot;tables&quot;&gt;Tables&lt;/h2&gt;
-&lt;p&gt;Tables can be generated with the following syntax:&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;| Heading1 | Heading2 |
-| -------- | -------- |
-| Cell 1 | Cell2 |
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;Aligning the columns make the input nicer to read, but is not necessary to get
-correct table output. You could just write&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;| Heading1 | Heading2 |
-| --- | --- |
-| Cell 1 | Cell2 |
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;To align the content of table cells, use &lt;code&gt;|:--|&lt;/code&gt; for left, &lt;code&gt;|--:|&lt;/code&gt; for right
-and &lt;code&gt;|:--:|&lt;/code&gt; for centered alignment in the row which separates the header from
-the table body.&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;| Heading1 | Heading2 | Heading3 |
-| :------- | :------: | -------: |
-| Left | Center | Right |
-&lt;/code&gt;&lt;/pre&gt;
-&lt;h2 id=&quot;footnotes&quot;&gt;Footnotes&lt;/h2&gt;
-&lt;p&gt;Here is an example of using Markdown footnotes&lt;sup id=&quot;fnref1&quot;&gt;&lt;a href=&quot;#fn1&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;. And incase you were looking for more examples, here is another one&lt;sup id=&quot;fnref2&quot;&gt;&lt;a href=&quot;#fn2&quot; rel=&quot;footnote&quot;&gt;2&lt;/a&gt;&lt;/sup&gt;.&lt;/p&gt;
-&lt;h2 id=&quot;other-interesting-stuff&quot;&gt;Other interesting stuff&lt;/h2&gt;
-&lt;ul&gt;
-&lt;li&gt;&lt;p&gt;to insert a horizontal rule simple add &lt;code&gt;- - -&lt;/code&gt; into an empty line:&lt;/p&gt;
-&lt;p&gt;Hello&lt;/p&gt;
-&lt;hr/&gt;
-&lt;p&gt;Hello2&lt;/p&gt;
-&lt;p&gt;Result:
-
-Hello
-&lt;/p&gt;
-&lt;p&gt;Hello2&lt;/p&gt;&lt;/li&gt;
-&lt;li&gt;&lt;p&gt;Any ASCII punctuation character may escaped by precedeing them with a
-backslash to avoid them being interpreted:&lt;/p&gt;
-&lt;p&gt;!&amp;#8221;#$%&amp;#38;&amp;#8217;()*+,-.&amp;#47;:;&amp;#60;=&amp;#62;?@[]^_`{|}~\&lt;/p&gt;&lt;/li&gt;
-&lt;li&gt;&lt;p&gt;To force a linebreak simple add two spaces to the end of the line:&lt;/p&gt;
-&lt;p&gt;No linebreak
-here.
-But here is&lt;br/&gt;
-one.&lt;/p&gt;&lt;/li&gt;
-&lt;/ul&gt;
-&lt;h2 id=&quot;embed-html&quot;&gt;embed HTML&lt;/h2&gt;
-&lt;p&gt;You can include arbitrary HTML code in your documents. The HTML will be
-passed through to the resulting document without modification. This is a good
-way to work around features that are missing in smu. If you don&amp;#8217;t want this
-behaviour, use the &lt;code&gt;-n&lt;/code&gt; flag when executing smu to stricly escape the HTML
-tags.&lt;/p&gt;
-&lt;div class=&quot;footnotes&quot;&gt;
-&lt;hr/&gt;
-&lt;ol&gt;
-
-&lt;li id=&quot;fn1&quot;&gt;
-&lt;p&gt;This is the first footnote&amp;#160;&lt;a href=&quot;#fnref1&quot; rev=&quot;footnote&quot;&gt;&amp;#8617;&lt;/a&gt;&lt;/p&gt;
-&lt;/li&gt;
-
-&lt;li id=&quot;fn2&quot;&gt;
-&lt;p&gt;Just like I promised - another footnote example&amp;#160;&lt;a href=&quot;#fnref2&quot; rev=&quot;footnote&quot;&gt;&amp;#8617;&lt;/a&gt;&lt;/p&gt;
-&lt;/li&gt;
-
-&lt;/ol&gt;
-&lt;/div&gt;</description>
- <link>https://barf.btxx.org/markdown-examples</link>
- <guid isPermaLink="false">https://barf.btxx.org/markdown-examples</guid>
- <pubDate>Thu, 05 Jan 2023 00:00:00 +0000</pubDate>
- </item>
- <item>
- <title>Running `barf` on MacOS</title>
- <description>&lt;h1 id=&quot;running-on-macos&quot;&gt;Running &lt;code&gt;barf&lt;/code&gt; on MacOS&lt;/h1&gt;
-&lt;p&gt;2023-01-18&lt;/p&gt;
-&lt;p&gt;The &lt;code&gt;barf&lt;/code&gt; project was built on Linux and was catered towards Linux users. The core of the project will remain focused on Linux&amp;#47;GNU tools, but that doesn&amp;#8217;t mean MacOS needs to be left out in the cold.&lt;/p&gt;
-&lt;h2 id=&quot;download-packages&quot;&gt;Download Packages&lt;/h2&gt;
-&lt;p&gt;This walkthrough assumes that you already have &lt;a href=&quot;https://brew.sh/&quot;&gt;homebrew&lt;/a&gt; installed on your machine.&lt;/p&gt;
-&lt;p&gt;You will need to install the GNU versions of both &lt;code&gt;date&lt;/code&gt; and &lt;code&gt;sed&lt;/code&gt; in order to avoid breaking things when &lt;code&gt;barf&lt;/code&gt; tries to build.&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;brew install coreutils
-brew install gnu-sed
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;Now everything should work as intended!&lt;/p&gt;</description>
- <link>https://barf.btxx.org/macos</link>
- <guid isPermaLink="false">https://barf.btxx.org/macos</guid>
- <pubDate>Wed, 18 Jan 2023 00:00:00 +0000</pubDate>
- </item>
- <item>
- <title>Supporting Basic Dark Mode</title>
- <description>&lt;h1 id=&quot;supporting-basic-dark-mode&quot;&gt;Supporting Basic Dark Mode&lt;/h1&gt;
-&lt;p&gt;2023-03-07&lt;/p&gt;
-&lt;p&gt;The default &lt;code&gt;barf&lt;/code&gt; site generator now supports basic dark mode functionality. This has been achieved by including the standard &lt;code&gt;color-scheme&lt;/code&gt; meta tag in the core &lt;code&gt;header.html&lt;/code&gt; file:&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;&amp;#60;meta name=&quot;color-scheme&quot; content=&quot;dark light&quot;&amp;#62;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;This change also ships with some minor updates to the default &lt;code&gt;blockquote&lt;/code&gt; design. You can see an example below:&lt;/p&gt;
-&lt;blockquote&gt;
-&lt;p&gt;This is a really &lt;em&gt;cool&lt;/em&gt; blockquote&lt;/p&gt;
-&lt;/blockquote&gt;
-&lt;h2 id=&quot;minor-caveat&quot;&gt;Minor Caveat&lt;/h2&gt;
-&lt;p&gt;Unfortunately, Safari still has minor &lt;code&gt;ahref&lt;/code&gt; &amp;#47; link color issue when defaulting to browser dark mode. If this is a problem for your own build of &lt;code&gt;barf&lt;/code&gt;, take a look at a &lt;a href=&quot;https://bt.ht/safari-default-dark-mode/&quot;&gt;solution I wrote about here&lt;/a&gt;.&lt;/p&gt;
-&lt;p&gt;Personally, I can&amp;#8217;t be bothered to add that extra code to this project. The Safari team needs to get their shit together and fix such a simple bug. Plus, you shouldn&amp;#8217;t be using Safari anyway - it&amp;#8217;s proprietary garbage.&lt;/p&gt;</description>
- <link>https://barf.btxx.org/dark-mode</link>
- <guid isPermaLink="false">https://barf.btxx.org/dark-mode</guid>
- <pubDate>Tue, 07 Mar 2023 00:00:00 +0000</pubDate>
- </item>
- <item>
- <title>Cleaning Up barf's Structure</title>
- <description>&lt;h1 id=&quot;cleaning-up-barfs-structure&quot;&gt;Cleaning Up barf&amp;#8217;s Structure&lt;/h1&gt;
-&lt;p&gt;2023-10-09&lt;/p&gt;
-&lt;p&gt;Things probably look a little different around here. Both in terms of this demo site &lt;em&gt;and&lt;/em&gt; the core &lt;code&gt;barf&lt;/code&gt; files itself.&lt;/p&gt;
-&lt;p&gt;This project was always intended to be focused on Linux platforms. So, I&amp;#8217;ve removed the included &lt;code&gt;barf_macos&lt;/code&gt; and &lt;code&gt;barf_openbsd&lt;/code&gt; files to keep the generator more streamlined. But have no fear! Instructions for both Mac and OpenBSD can still be found on the main blog:&lt;/p&gt;
-&lt;ul&gt;
-&lt;li&gt;&lt;a href=&quot;/macos&quot;&gt;Running &lt;code&gt;barf&lt;/code&gt; on MacOS&lt;/a&gt;&lt;/li&gt;
-&lt;li&gt;&lt;a href=&quot;/openbsd&quot;&gt;Running &lt;code&gt;barf&lt;/code&gt; on OpenBSD&lt;/a&gt;&lt;/li&gt;
-&lt;/ul&gt;
-&lt;p&gt;As for the &amp;#8220;default&amp;#8221; look of &lt;code&gt;barf&lt;/code&gt;, I&amp;#8217;ve simplified things further. The total CSS styling now consists of only:&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;*{box-sizing:border-box;}
-body{font-family:sans-serif;margin:0 auto;max-width:650px;padding:1rem;}
-img{max-width:100%;}
-pre{overflow:auto;}
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;Users still have the ability to tweak things as much as they&amp;#8217;d like, but the standard look should be more than enough for anyone just focusing on writing. Dark mode has also been dropped but is easily added by adding the following inside the &lt;code&gt;head&lt;/code&gt; tags:&lt;/p&gt;
-&lt;pre&gt;&lt;code&gt;&amp;#60;meta name=&quot;color-scheme&quot; content=&quot;dark light&quot;&amp;#62;
-&lt;/code&gt;&lt;/pre&gt;
-&lt;p&gt;Hopefully these changes reduce the overall scope of the project, which was a main point made on the README originally!&lt;/p&gt;</description>
- <link>https://barf.btxx.org/cleanup</link>
- <guid isPermaLink="false">https://barf.btxx.org/cleanup</guid>
- <pubDate>Mon, 09 Oct 2023 00:00:00 +0000</pubDate>
- </item>
-</channel>
-</rss>
diff --git a/build/websites/index.html b/build/websites/index.html
deleted file mode 100644
index 6e8bef7..0000000
--- a/build/websites/index.html
+++ /dev/null
@@ -1,40 +0,0 @@
-<!doctype html>
-<html lang="en">
-<head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="icon" href="data:,">
- <title>Websites Built with `barf`</title>
- <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
- <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="RSS feed for blog posts" />
- <style>*{box-sizing:border-box;}body{font-family:sans-serif;line-height:1.33;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{border:1px solid;overflow:auto;padding:5px;}.footnotes{font-size:90%;}</style>
-</head>
-
-<nav>
- <a href="#menu">Menu &darr;</a>
-</nav>
-
-<main>
-<h1 id="websites-built-with-">Websites Built with <code>barf</code></h1>
-<p>Send an email to bt [at] btxx [dot] org if you would like me to add your barf-generated website to this list.</p>
-<ul>
-<li><a href="https://jsfree.org">jsfree.org</a></li>
-<li><a href="https://barf.btxx.org">barf.btxx.org</a></li>
-<li><a href="https://adast.dk">adast.dk</a></li>
-<li><a href="https://arena.adast.dk">arena.adast.dk</a></li>
-</ul>
-<footer role="contentinfo">
- <hr>
- <h3 id="menu">Menu Navigation</h3>
- <ul>
- <li><a href="/">Home</a></li>
- <li><a href="/about">About</a></li>
- <li><a href="/websites">Websites</a></li>
- <li><a href="https://git.btxx.org/barf">Source Code</a></li>
- </ul>
- <small>
- Feeds: <a href="/atom.xml">Atom</a> | <a href="/rss.xml">RSS</a> <br>
- Built with <a href="https://barf.btxx.org">barf</a>. <br>
- The <a href="https://git.sr.ht/~bt/barf">code for this site</a> is MIT.
- </small>
-</footer> \ No newline at end of file