Add deprecation warning to old posts.
This commit is contained in:
parent
4967fadbc1
commit
7fbcda8d2f
88 changed files with 105 additions and 2 deletions
5
Makefile
5
Makefile
|
@ -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} .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue