commit 5c93bbf
chld
·
2026-08-01 19:39:12 +0000 UTC
parent 60eac06
uhh, changes
3 files changed,
+31,
-6
+2,
-2
1@@ -9,7 +9,7 @@ for i in blog/*.html; do
2 done
3 echo "i leave my notes here, <i>$ba</i> to be percise.</p><br>"
4
5-echo "<div style='margin-left: 40px; margin-right:500px; font-family: monospace;'>"
6+#echo "<div style='margin-left: 40px; margin-right:500px; font-family: monospace;'>"
7 for i in blog/*.html; do
8 grep -q '<!-- THISISABLOG -->' $i || continue
9 echo "> "
10@@ -21,7 +21,7 @@ for i in blog/*.html; do
11 sed -n '2p;3q' $i|sed 's/<p>//'|sed 's#</p>##'|sed 's/\<p>//'|tr -d '<'
12 echo "</sup><br><br>"
13 done
14-echo "</div>"
15+#echo "</div>"
16
17 echo "<br><br><img src=assets/writer.png alt='i drew this with a trackpad'>"
18 echo "<title>blog</title>"
+23,
-0
1@@ -0,0 +1,23 @@
2+#!/bin/sh
3+
4+ba=0
5+
6+printf '<h2>this is the wiki.</h2>'
7+echo "<p>where chld writes about interesting things.</p><br>"
8+
9+echo "<div style='margin-left: 40px; margin-right:500px; font-family: monospace;'>"
10+for i in blog/*.html; do
11+ grep -q '<!-- THISISABLOG -->' $i || continue
12+ echo "> "
13+ echo "<a href=$i>"
14+ echo $i|sed 's#blog/##g'|sed 's/.html//g'|sed 's/_/ /g'
15+ printf "</a><span style='float:right;'>"
16+ stat -c '%y' $i |sed 's/ /_/g'|sed 's#\_.*##'|sed 's/-/./g'
17+ echo "</span><br><sup>"
18+ sed -n '2p;3q' $i|sed 's/<p>//'|sed 's#</p>##'|sed 's/\<p>//'|tr -d '<'
19+ echo "</sup><br><br>"
20+done
21+echo "</div>"
22+
23+echo "<br><br><img src=assets/writer.png alt='i drew this with a trackpad'>"
24+echo "<title>blog</title>"
+6,
-4
1@@ -17,15 +17,17 @@ probably ripped from 4plt.ch and how it looked on 7.31.26
2 <nav>
3 <ul style=" list-style: none;">
4 <li><a href=PRF/index.html>home</a>
5-<a href=PRF/findme.html>me</a>
6+ <a href=PRF/findme.html>me</a>
7 </li>
8 <li><a href=https://srcdump.net/chld/web>src</a>
9-<a href=PRF/webring.html>webring</a>
10+ <a href=PRF/webring.html>webring</a>
11 </li>
12 <li><a href=https://4plt.ch>ROOT</a>
13-<a href=PRF/blog.html>blog</a>
14+ <a href=PRF/blog.html>blog</a>
15 </li>
16-<li><a href=PRF/sitemap.html>sitemap</a></li>
17+<li>
18+ <a href=PRF/wiki.html>wiki</a>
19+ <a href=PRF/sitemap.html>sitemap</a></li>
20 </ul>
21 </nav>
22 </div>