fixed site

This commit is contained in:
2026-03-29 17:20:43 +02:00
parent c9e3d971c4
commit d433869348
153 changed files with 6766 additions and 1653 deletions
+3 -2
View File
@@ -4,8 +4,9 @@ POSTNAME=$1
if [[ -z $1 ]]; then
echo "needs argument: postname"
exit 1
fi
hugo new content content/posts/${$POSTNAME}.md
hugo new content content/posts/${POSTNAME}.md
echo "Create content/posts/${$POSTNAME}.md. Remember to set the draft flag correctly!"
echo "Create content/posts/${POSTNAME}.md. Remember to set the draft flag correctly!"