forked from dozens/protoadandsuperbowl
master
parent
e4ec1d7a5a
commit
9d00fd4ef0
|
@ -0,0 +1,27 @@
|
|||
```
|
||||
(@)(@) {0,0}
|
||||
(~~~~) ./) )
|
||||
(>vv<) " "
|
||||
|
||||
\
|
||||
So there's this librarian who logged into a
|
||||
remote server to tell everybody on irc to keep
|
||||
the chatter down
|
||||
```
|
||||
|
||||
|
||||
```
|
||||
(@)(@) {0,0} -- Hoo?
|
||||
(~~~~) ./) )
|
||||
(>vv<) " "
|
||||
```
|
||||
|
||||
|
||||
```
|
||||
(@)(@) {0,0}
|
||||
(~~~~) ./) )
|
||||
(>vv<) " "
|
||||
|
||||
\
|
||||
It was a ssh shh
|
||||
```
|
|
@ -0,0 +1,27 @@
|
|||
```
|
||||
(@)(@) {0,0}
|
||||
(~~~~) ./) )
|
||||
(>vv<) " "
|
||||
|
||||
\
|
||||
dang it yall hvae me writing a bunch of other fun
|
||||
stuff in there
|
||||
```
|
||||
|
||||
|
||||
```
|
||||
(@)(@) {0,0} -- Hoo?
|
||||
(~~~~) ./) )
|
||||
(>vv<) " "
|
||||
```
|
||||
|
||||
|
||||
```
|
||||
(@)(@) {0,0}
|
||||
(~~~~) ./) )
|
||||
(>vv<) " "
|
||||
|
||||
\
|
||||
I wonder if i can find something somebody calls
|
||||
home
|
||||
```
|
50
feed.xml
50
feed.xml
|
@ -347,7 +347,7 @@ Ed is the standard text editor! </code></pre>
|
|||
<item>
|
||||
<title>00013.md</title>
|
||||
<link>https://git.tilde.town/dozens/protoadandsuperbowl/raw/branch/master/00013.md</link>
|
||||
<pubDate></pubDate>
|
||||
<pubDate>Wed Feb 10 12:28:44 2021 -0700</pubDate>
|
||||
<description><![CDATA[
|
||||
<pre><code> (@)(@) {0,0}
|
||||
(~~~~) ./) )
|
||||
|
@ -364,6 +364,54 @@ You can't fathom the unfathomable. </code></pre>
|
|||
|
||||
\
|
||||
You can't derstand the understandable! </code></pre>
|
||||
]]></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>00014.md</title>
|
||||
<link>https://git.tilde.town/dozens/protoadandsuperbowl/raw/branch/master/00014.md</link>
|
||||
<pubDate>Wed Feb 10 12:28:44 2021 -0700</pubDate>
|
||||
<description><![CDATA[
|
||||
<pre><code> (@)(@) {0,0}
|
||||
(~~~~) ./) )
|
||||
(>vv<) " "
|
||||
|
||||
\
|
||||
So there's this librarian who logged into a
|
||||
remote server to tell everybody on irc to keep
|
||||
the chatter down </code></pre>
|
||||
<pre><code> (@)(@) {0,0} -- Hoo?
|
||||
(~~~~) ./) )
|
||||
(>vv<) " " </code></pre>
|
||||
<pre><code> (@)(@) {0,0}
|
||||
(~~~~) ./) )
|
||||
(>vv<) " "
|
||||
|
||||
\
|
||||
It was a ssh shh </code></pre>
|
||||
]]></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>00015.md</title>
|
||||
<link>https://git.tilde.town/dozens/protoadandsuperbowl/raw/branch/master/00015.md</link>
|
||||
<pubDate>Wed Feb 10 12:28:44 2021 -0700</pubDate>
|
||||
<description><![CDATA[
|
||||
<pre><code> (@)(@) {0,0}
|
||||
(~~~~) ./) )
|
||||
(>vv<) " "
|
||||
|
||||
\
|
||||
dang it yall hvae me writing a bunch of other fun
|
||||
stuff in there </code></pre>
|
||||
<pre><code> (@)(@) {0,0} -- Hoo?
|
||||
(~~~~) ./) )
|
||||
(>vv<) " " </code></pre>
|
||||
<pre><code> (@)(@) {0,0}
|
||||
(~~~~) ./) )
|
||||
(>vv<) " "
|
||||
|
||||
\
|
||||
I wonder if i can find something somebody calls
|
||||
home </code></pre>
|
||||
]]></description>
|
||||
</item>
|
||||
</channel></rss>
|
||||
|
|
3
justfile
3
justfile
|
@ -18,3 +18,6 @@ build:
|
|||
base=`basename ${f}`
|
||||
retro bin/toad.md ${f} > "${base/txt/md}"
|
||||
done
|
||||
|
||||
# build and rss
|
||||
all: build rss
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
So there's this librarian who logged into a remote server to tell everybody on irc to keep the chatter down
|
||||
---
|
||||
It was a ssh shh
|
||||
It was a ssh shh
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
dang it yall hvae me writing a bunch of other fun stuff in there
|
||||
---
|
||||
I wonder if i can find something somebody calls home
|
Loading…
Reference in New Issue