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

5
plugins/mermaid.sh Executable file
View file

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