made make new-post more portable

master
Adam Veldhousen 2020-01-07 10:54:00 -06:00
parent 7dca537bbc
commit 6fbb2a4755
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ serve: assets
./hugo server -D --log -w --bind 0.0.0.0
new-post:
@./hugo new posts/$${TITLE:new_post}.md
@./hugo new posts/$(TITLE).md
build: public
docker build -t vdhsn/blog:${VERSION} -f Dockerfile .