Add deprecation warning to old posts.

This commit is contained in:
2020-05-15 21:15:51 +00:00
parent 4967fadbc1
commit 7fbcda8d2f
88 changed files with 105 additions and 2 deletions

View File

@ -2,7 +2,10 @@ DOCKER_IMAGE := cr.annabunch.es/annabunches-static
.PHONY: all build push
all: build
all: serve
serve:
hugo serve -D --bind 0.0.0.0 -b http://${DEV_IP}:1313/
build:
docker build -t ${DOCKER_IMAGE} .