From a2a7e2f33d9ae929297e8828402e06bd61d1eb47 Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 18 Oct 2024 10:31:55 +0100 Subject: [PATCH] [hugo_post.sh]: Change 'posts' directory to 'blog' --- hugo_post.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"