[hugo_post.sh]: Change 'posts' directory to 'blog'
This commit is contained in:
@ -3,5 +3,5 @@
|
|||||||
|
|
||||||
title="$1"
|
title="$1"
|
||||||
|
|
||||||
mkdir "./content/posts/$title"
|
mkdir "./content/blog/$title"
|
||||||
hugo new content "posts/$title/index.md"
|
hugo new content "blog/$title/index.md"
|
||||||
|
Reference in New Issue
Block a user