···2233post:
44 @read -p 'What is the article title? (e.g. hello-world) > ' title; \
55- docker run --rm --name "weblog-serve" -p 1313:1313 -v $(CURDIR):/src --workdir /src -e HUGO_WATCH=1 -u $(shell id -u) jojomi/hugo hugo new post/$(shell date +%Y-%m-%d)-$$title.md; \
55+ docker run --rm -v $(CURDIR):/src --workdir /src -u $(shell id -u) jojomi/hugo hugo new post/$(shell date +%Y-%m-%d)-$$title.md; \
66 idea content/post/$(shell date +%Y-%m-%d)-$$title.md
7788serve: