Rip out categories entirely, various bits of cleanup, and put all posts on the main page (for now).
This commit is contained in:
8
Makefile
8
Makefile
@ -1,9 +1,11 @@
|
||||
DOCKER_IMAGE := cr.annabunch.es/annabunches-static
|
||||
|
||||
all: site
|
||||
all: build
|
||||
|
||||
site:
|
||||
jekyll build
|
||||
serve:
|
||||
docker run --rm -it -p 4000:4000 -v $(shell pwd):/srv/jekyll jekyll/jekyll jekyll serve --drafts --future --safe -d /tmp/site --trace
|
||||
|
||||
build:
|
||||
docker build -t ${DOCKER_IMAGE} .
|
||||
|
||||
push:
|
||||
|
Reference in New Issue
Block a user