1
0

fix actions

This commit is contained in:
2024-04-05 17:46:22 +09:00
parent f77f28f2fa
commit e5ed214234
2307 changed files with 3001 additions and 33910 deletions

16
scpt/md.zsh Executable file
View File

@ -0,0 +1,16 @@
#!/bin/zsh
d=${0:a:h:h}
c=$d/content/blog
for i in $(seq -w 1 20)
do
d=2024-01-$i
f=$c/$d-test.md
echo "
+++
date = \"${d}T00:00:00+09:00\"
title = \"${RANDOM}\"
+++
" >! $f
done