From 0a5015eec26eeebb205e860c64b5472f1f16ab41 Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Mon, 24 May 2021 16:43:48 -0500 Subject: Initial commit. Still missing pages/content. --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1ad2ce8 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +all: + +image: + docker build . -t sassypants +sass: + docker run -u$(shell id -u):$(shell id -g) -v$(CURDIR)/assets/css:/tmp -w /tmp --rm -it sassypants sassc -t compressed scss/theme.scss theme.css +site: sass + $(CURDIR)/publish -- cgit v1.2.3-70-g09d2