From 95b8e9d1c04427316330c027b41759d0e7df7915 Mon Sep 17 00:00:00 2001 From: a73x Date: Tue, 3 Sep 2024 09:02:23 +0100 Subject: chore(html): move css out of html head --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 641e853..7dd5d07 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,10 @@ DOCKER_IMAGE=a73xsh/home:${VERSION} serve: go run ./cmd/home +.PHONY: css +css: + go run contrib/styles.go > public/static/syntax.css + .PHONY: image image: docker build . -t ${DOCKER_IMAGE} -- cgit v1.2.3