~bt/barf

f3e1125023c368e4ca5cec887f9b80f3b67ca13f — Bradley Taunt a month ago 1571909 master
Add andersamer.com to websites page
5 files changed, 11 insertions(+), 11 deletions(-)

M Makefile
M build/atom.xml
M build/index.html
M build/websites/index.html
M pages/websites.md
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">&lt;h1&gt;Running &lt;code&gt;barf&lt;/code&gt; on OpenBSD&lt;/h1&gt;

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 &mdash; <a href="openbsd/">Running `barf` on OpenBSD</a></span>
<span class='created'>2023-03-07 &mdash; <a href="dark-mode/">Supporting Basic Dark Mode</a></span>
<span class='created'>2023-01-18 &mdash; <a href="macos/">Running `barf` on MacOS</a></span>
<span class='created'>2023-01-05 &mdash; <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/)