Added new post, Makefile include drafts, updated lastmod on other posts

This commit is contained in:
Bastian de Byl
2019-02-17 16:46:09 -05:00
parent 120f761f59
commit 58b1e85336
6 changed files with 105 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ build:
$(DOCKER_RUN) ${DOCKER_IMAGE}
run:
$(DOCKER_RUN) ${DOCKER_PORT} ${DOCKER_IMAGE} server --bind=0.0.0.0
$(DOCKER_RUN) ${DOCKER_PORT} ${DOCKER_IMAGE} server --bind=0.0.0.0 -D
new:
$(DOCKER_RUN) ${DOCKER_IMAGE} new post/$(shell read -p "Post Name (i.e. my_post.md): " pn; echo $$pn)