[hugo_post.sh]: Change 'posts' directory to 'blog'

This commit is contained in:
2024-10-18 10:31:55 +01:00
parent cf5508143a
commit a2a7e2f33d

View File

@ -3,5 +3,5 @@
title="$1"
mkdir "./content/posts/$title"
hugo new content "posts/$title/index.md"
mkdir "./content/blog/$title"
hugo new content "blog/$title/index.md"