summaryrefslogtreecommitdiff
path: root/new-post.sh
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2021-01-21 17:22:53 -0700
committerBrian Picciano <mediocregopher@gmail.com>2021-01-21 17:22:53 -0700
commitbcf9b230be6d74c71567fd0771b31d47d8dd39c7 (patch)
tree2d0fc16142d55bbd5876ac6b8174c2857883b40e /new-post.sh
parentd57fd70640948cf20eeb41b56e8d4e23e616cec0 (diff)
build the blog with nix
Diffstat (limited to 'new-post.sh')
-rwxr-xr-xnew-post.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/new-post.sh b/new-post.sh
index cb0a1bd..3437b3c 100755
--- a/new-post.sh
+++ b/new-post.sh
@@ -48,7 +48,7 @@ if $(echo "$description" | grep -q '[^.$!?]$'); then
exit 1
fi
-postFileName=_posts/$td-$clean_title.md
+postFileName=src/_posts/$td-$clean_title.md
echo "Creating $postFileName"
postContent=$(cat <<EOF
---