about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-05-25 15:48:07 -0500
committerCase Duckworth2022-05-25 15:48:07 -0500
commite67849d8e6c43309ec19c00216c916de5415bdb5 (patch)
tree2bf97e9128d41e2dc84a11185f4423fb6c179aa4
parentAdd readme.txt (diff)
downloadhat-trick-e67849d8e6c43309ec19c00216c916de5415bdb5.tar.gz
hat-trick-e67849d8e6c43309ec19c00216c916de5415bdb5.zip
Add post
-rwxr-xr-xht.sh1
-rw-r--r--src/_foot.htm4
-rw-r--r--src/i-am-not-abcdw.ht56
3 files changed, 60 insertions, 1 deletions
diff --git a/ht.sh b/ht.sh index de58fe1..9c3302f 100755 --- a/ht.sh +++ b/ht.sh
@@ -27,6 +27,7 @@ htt() { # htt FILES...
27 27
28ht_build_env() { # ht_build_env FILE... 28ht_build_env() { # ht_build_env FILE...
29 print "body() { cat \"$HTBOD\"; }" > "$HTENV" 29 print "body() { cat \"$HTBOD\"; }" > "$HTENV"
30 : > "$HTBOD"; # clear out body
30 while read -r line; do 31 while read -r line; do
31 case "$line" in 32 case "$line" in
32 *@@*:*@@*) # "simple" metadata; just a string 33 *@@*:*@@*) # "simple" metadata; just a string
diff --git a/src/_foot.htm b/src/_foot.htm index 3ec6362..0453b0b 100644 --- a/src/_foot.htm +++ b/src/_foot.htm
@@ -1,6 +1,8 @@
1<footer> 1<footer>
2 $(case "$(title)" in ("") ;; (*) print "<a href=\"./index.html\">back</a>" ;; esac) 2 $(case "$(title)" in ("") ;; (*) print "<a href=\"./index.html\">back</a>" ;; esac)
3 <span id="copyright">(C) 2022 C. Duckworth</span> under the 3 <span id="copyright">(C) 2022
4 $(if [ $(command date +%Y) -gt 2022 ]; then print "&ndash; $(command date +%Y)"; fi)
5 C. Duckworth</span> under the
4 <a href="gcl.html">Good Choices License</a>. 6 <a href="gcl.html">Good Choices License</a>.
5 (<a href="https://git.acdw.net/hat-trick.git">source</a>) 7 (<a href="https://git.acdw.net/hat-trick.git">source</a>)
6</footer> 8</footer>
diff --git a/src/i-am-not-abcdw.ht b/src/i-am-not-abcdw.ht new file mode 100644 index 0000000..37358a1 --- /dev/null +++ b/src/i-am-not-abcdw.ht
@@ -0,0 +1,56 @@
1;@@title: I am not abcdw@@
2;@@date: 2022-05-25@@
3
4I'm writing this because I'm just now thinking of it, mostly.
5Sometimes when I hang around on Reddit or IRC or other nerdy internet places,
6people mistake me (<strong>acdw</strong>) with Andrew Tropin (<strong>abcdw</strong>).
7
8I am <strong>not</strong> Andrew Tropin.
9He seems like a cool guy, and I've watched some of his YouTube stuff.
10His work on Guix seems really interesting.
11
12I'm just ... not him.
13
14Here's a table to clear things up:
15
16<style>
17 thead,
18 td:first-child {
19 background: navy;
20 color: white;
21 }
22 table { border-collapse: collapse; }
23 td { padding: 0.5ch; }
24</style>
25
26<table>
27 <thead>
28 <td></td>
29 <td>ACDW (Case Duckworth)</td>
30 <td>ABCDW (Andrew Tropin)</td>
31 </thead>
32 <tr><td>Website(s)</td>
33 <td><a href="https://www.acdw.net">acdw.net</a>,
34 <a href="https://acdw.casa" >acdw.casa</a>,
35 others</td>
36 <td><a href="https://trop.in/">trop.in</a></td>
37 </tr>
38 <tr><td>Mastodon</td>
39 <td><a href="https://tiny.tilde.website/@acdw">tiny.tilde.website</a></td>
40 <td><a href="https://fosstodon.org/@abcdw">fosstodon</a></td>
41 </tr>
42 <tr><td>Twitter</td>
43 <td><a href="https://twitter.com/caseofducks">@caseofducks</a></td>
44 <td><a href="https://twitter.com/andrewtropin">@andrewtropin</a></td>
45 </tr>
46 <tr><td>GitHub</td>
47 <td><a href="https://github.com/duckwork" >duckwork</a></td>
48 <td><a href="https://github.com/abcdw" >abcdw</a></td>
49 </tr>
50 <tr><td>YouTube</td>
51 <td><a href="https://www.youtube.com/channel/UC92gRJdnUYklVu4pvj9n0Lw" >not active</a></td>
52 <td><a href="https://www.youtube.com/channel/UCuj_loxODrOPxSsXDfJmpng" >quite active</a></td>
53 </tr>
54</table>
55
56Anyway, I hope this clears things up a little!