add blog 001
All checks were successful
ci/woodpecker/push/build-deploy Pipeline was successful

This commit is contained in:
41666 2025-05-14 21:17:15 -07:00
parent 1e63b3d818
commit 9641eb8dd9
9 changed files with 619 additions and 83 deletions

15
plugins/logroll.sh Executable file
View file

@ -0,0 +1,15 @@
#!/bin/bash
cd log
echo "<ul>"
for file in "$(ls -1 ???-*.doll)"; do
echo "<li>"
echo "<a href=\"${file//.doll/.html}\">${file//.doll/}</a>"
echo "</li>"
done
echo "</ul>"

5
plugins/mermaid.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
echo "<pre>"
mermaid-ascii --file /dev/stdin $@
echo "</pre>"

1
plugins/plural.sh Executable file
View file

@ -0,0 +1 @@
#!/bin/bash