M Makefile => Makefile +1 -1
@@ 1,5 1,5 @@
build:
- sh ./barf_openbsd
+ sh ./barf
rsync -r public/ build/public
clean:
M build/atom.xml => build/atom.xml +3 -3
@@ 2,11 2,11 @@
<feed xmlns="http://www.w3.org/2005/Atom">
<title></title>
<link href="https://barf.bt.ht/atom.xml" rel="self" />
- <updated>2023-08-12T13:49:55Z</updated>
+ <updated>2023-08-13T14:41:53Z</updated>
<author>
- <name>Bradley Taunt</name>
+ <name></name>
</author>
- <id>https://barf.bt.ht,2023-08-12:default-atom-feed/</id>
+ <id>https://barf.bt.ht,2023-01-04:default-atom-feed/</id>
<entry>
<title>Running `barf` on OpenBSD</title>
<content type="html"><h1>Running <code>barf</code> on OpenBSD</h1>
M build/index.html => build/index.html +4 -6
@@ 127,12 127,10 @@
<p>Blogs Are Really Fun</p>
</blockquote>
<hr />
-<ul>
-<li>2023-08-12 <br> <a href="openbsd/">Running `barf` on OpenBSD</a></li><br>
-<li>2023-03-07 <br> <a href="dark-mode/">Supporting Basic Dark Mode</a></li><br>
-<li>2023-01-18 <br> <a href="macos/">Running `barf` on MacOS</a></li><br>
-<li>2023-01-05 <br> <a href="markdown-examples/">Markdown Examples in barf</a></li><br>
-</ul>
+<span class='created'>2023-08-12 — <a href="openbsd/">Running `barf` on OpenBSD</a></span>
+<span class='created'>2023-03-07 — <a href="dark-mode/">Supporting Basic Dark Mode</a></span>
+<span class='created'>2023-01-18 — <a href="macos/">Running `barf` on MacOS</a></span>
+<span class='created'>2023-01-05 — <a href="markdown-examples/">Markdown Examples in barf</a></span>
<footer role="contentinfo">
<span><a href="#">↑ Back to Top</a></span><br><br>
<small>
M build/websites/index.html => build/websites/index.html +1 -0
@@ 121,6 121,7 @@
<ul>
<li><a href="https://bt.ht">bt.ht</a></li>
<li><a href="https://hamblingreen.com">hamblingreen.com</a></li>
+<li><a href="https://andersamer.com/blog/">andersamer.com/blog/</a></li>
</ul>
<footer role="contentinfo">
<span><a href="#">↑ Back to Top</a></span><br><br>
M pages/websites.md => pages/websites.md +2 -1
@@ 3,4 3,5 @@
Send an email to brad [at] bt [dot] ht if you would like me to add your barf-generated website to this list.
- [bt.ht](https://bt.ht)
-- [hamblingreen.com](https://hamblingreen.com)>
\ No newline at end of file
+- [hamblingreen.com](https://hamblingreen.com)
+- [andersamer.com/blog/](https://andersamer.com/blog/)