commit - 886271bb3b9a07295ecf7c6c8878fb52bdeff9b4
commit + e4643e9a1ad7d85ab3e955f305bf7ed2a6f38035
blob - 627cc2f4c163567ae97e188e2d2108f914d31032
blob + 4b7e3d9ae2b69f4009549a9c84f0f2576ff6053f
--- build/about/index.html
+++ build/about/index.html
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="data:,">
<title>About `barf`</title>
- <link href="https://barf.bt.ht/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
+ <link href="https://barf.btxx.org/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
<style>*{box-sizing:border-box;}body{font-family:sans-serif;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{overflow:auto;}</style>
</head>
blob - fcb42f06f9829b0e4d9c007bdaceda5581c26b8f
blob + 17d2de891ebd24e3b8cac8751fd959a3e43c3c64
--- build/atom.xml
+++ build/atom.xml
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>barf</title>
- <link href="https://barf.bt.ht/atom.xml" rel="self" />
- <updated>2023-12-19T10:20:13Z</updated>
+ <link href="https://barf.btxx.org/atom.xml" rel="self" />
+ <updated>2024-01-19T09:03:43Z</updated>
<author>
<name>Bradley Taunt</name>
</author>
- <id>https://barf.bt.ht,2023-01-04:default-atom-feed/</id>
+ <id>https://barf.btxx.org,2024-01-19:default-atom-feed/</id>
<entry>
<title>Running `barf` on OpenBSD</title>
<content type="html"><h1>Running <code>barf</code> on OpenBSD</h1>
</code></pre>
<p>Then ensure that you alter all instances of <code>sed</code> with <code>gsed</code> in the core <code>barf</code> file. (Or make an alias if you'd prefer not to alter the main file)</p>
<p>After that, everything should work perfectly fine when building!</p></content>
- <link href="https://barf.bt.ht/openbsd"/>
- <id>https://barf.bt.ht/openbsd</id>
+ <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>
way to work around features that are missing in smu. If you don't want this
behaviour, use the <code>-n</code> flag when executing smu to stricly escape the HTML
tags.</p></content>
- <link href="https://barf.bt.ht/markdown-examples"/>
- <id>https://barf.bt.ht/markdown-examples</id>
+ <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>
<pre><code>export PATH=&quot;/usr/local/bin:$PATH&quot;
</code></pre>
<p>Reload your <code>bash</code> instance and everything should work as intended!</p></content>
- <link href="https://barf.bt.ht/macos"/>
- <id>https://barf.bt.ht/macos</id>
+ <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>
<h2>Minor Caveat</h2>
<p>Unfortunately, Safari still has minor <code>ahref</code> / 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'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't be using Safari anyway - it's proprietary garbage.</p></content>
- <link href="https://barf.bt.ht/dark-mode"/>
- <id>https://barf.bt.ht/dark-mode</id>
+ <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>
<pre><code>&lt;meta name=&quot;color-scheme&quot; content=&quot;dark light&quot;&gt;
</code></pre>
<p>Hopefully these changes reduce the overall scope of the project, which was a main point made on the README originally!</p></content>
- <link href="https://barf.bt.ht/cleanup"/>
- <id>https://barf.bt.ht/cleanup</id>
+ <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>
blob - 1b8e3997ab2e02c9f530d5931a1d42ff3b1e4c8d
blob + 5198540037497e12bb9d863d7518cead5febe61d
--- build/cleanup/index.html
+++ build/cleanup/index.html
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="data:,">
<title>Cleaning Up barf's Structure</title>
- <link href="https://barf.bt.ht/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
+ <link href="https://barf.btxx.org/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
<style>*{box-sizing:border-box;}body{font-family:sans-serif;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{overflow:auto;}</style>
</head>
blob - 5a4c58a86da5caec8344a450300a8f58afc12fd8
blob + 2f0f89f874d16530291dce9304812d4fd9eda338
--- build/dark-mode/index.html
+++ build/dark-mode/index.html
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="data:,">
<title>Supporting Basic Dark Mode</title>
- <link href="https://barf.bt.ht/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
+ <link href="https://barf.btxx.org/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
<style>*{box-sizing:border-box;}body{font-family:sans-serif;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{overflow:auto;}</style>
</head>
blob - 5a2de3f404135b3b092c617c4253d829a9afe6ff
blob + 0e7dd91bd15292da6183d0e7cfad0e6c735ec486
--- build/index.html
+++ build/index.html
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="data:,">
<title>barf</title>
- <link href="https://barf.bt.ht/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
+ <link href="https://barf.btxx.org/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
<style>*{box-sizing:border-box;}body{font-family:sans-serif;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{overflow:auto;}</style>
</head>
blob - 09b4b6075c8bf9d2dc12f84ad63640eb1cdbf10a
blob + 6abbb184069f7fe92c90095e48d3355afb06fe8b
--- build/macos/index.html
+++ build/macos/index.html
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="data:,">
<title>Running `barf` on MacOS</title>
- <link href="https://barf.bt.ht/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
+ <link href="https://barf.btxx.org/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
<style>*{box-sizing:border-box;}body{font-family:sans-serif;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{overflow:auto;}</style>
</head>
blob - 7f3e178a2502720e9a039bc72c9bdd6f8e26f9a8
blob + 28233a00c1900f86f0ee6bb0241a35a8cca232a9
--- build/markdown-examples/index.html
+++ build/markdown-examples/index.html
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="data:,">
<title>Markdown Examples in barf</title>
- <link href="https://barf.bt.ht/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
+ <link href="https://barf.btxx.org/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
<style>*{box-sizing:border-box;}body{font-family:sans-serif;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{overflow:auto;}</style>
</head>
blob - f7d57c49b6324c79fb15ccad41182170ea44c7b3
blob + 843c4cfe7841d323e6a1f2732ee03eadb0b6d9a6
--- build/openbsd/index.html
+++ build/openbsd/index.html
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="data:,">
<title>Running `barf` on OpenBSD</title>
- <link href="https://barf.bt.ht/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
+ <link href="https://barf.btxx.org/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
<style>*{box-sizing:border-box;}body{font-family:sans-serif;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{overflow:auto;}</style>
</head>
blob - f1e498f98839b60819c9c01ff2f7b567f247bc15
blob + 19306f837b2ef01605b567406be533d62c81850f
--- build/websites/index.html
+++ build/websites/index.html
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="data:,">
<title>Websites Built with `barf`</title>
- <link href="https://barf.bt.ht/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
+ <link href="https://barf.btxx.org/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
<style>*{box-sizing:border-box;}body{font-family:sans-serif;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{overflow:auto;}</style>
</head>
blob - 03eac643bb651046893866720b0164d29f6ba436
blob + b621f2eae62098ec2aef7e62d89d47583443b05d
--- header.html
+++ header.html
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="data:,">
<title>{{TITLE}}</title>
- <link href="https://barf.bt.ht/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
+ <link href="https://barf.btxx.org/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
<style>*{box-sizing:border-box;}body{font-family:sans-serif;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{overflow:auto;}</style>
</head>