commit 8945c62
chld
·
2026-07-31 05:17:00 +0000 UTC
parent c20239c
edit find and genblog
2 files changed,
+5,
-7
+3,
-5
1@@ -1,10 +1,8 @@
2-<h2>contact</h2>
3-
4+<h2>locate and speak with chld.</h2>
5 <p>for some reason, if you want to contact me, im in a few places.</p>
6 <br>
7-<p>chld@<a href=https://disroot.org>disroot.org</a></p>
8-<p>chld@<a href=https://4plt.ch>4plt.ch</a></p>
9-<br>
10+<p>chld@<a href=https://disroot.org>disroot.org</a>
11+<br>chld@<a href=https://4plt.ch>4plt.ch</a></p>
12 <p><i>chld</i> on #derive at <a href=https://ergo.chat>irc</a></p>
13 <br>
14 <p>i am also at some other places</p>
+2,
-2
1@@ -2,12 +2,12 @@
2
3 ba=0
4
5-printf '<p>this is where chld writes blogs.<br>'
6+printf '<h2>blogs. or words. i write here.<h2>'
7 for i in blog/*.html; do
8 grep -q '<!-- THISISABLOG -->' $i || continue
9 ba=$((ba+1))
10 done
11-echo "at the moment we have <i>$ba</i> blogs. read some!!</p><br>"
12+echo "i leave my notes here, <i>$ba</i> to be percise.</p><br>"
13
14 echo "<div style='margin-left: 40px; margin-right:500px; font-family: monospace;'>"
15 for i in blog/*.html; do