diff --git a/hugo_post.sh b/hugo_post.sh index 39ec03f..fdbda06 100755 --- a/hugo_post.sh +++ b/hugo_post.sh @@ -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"