From e93346ffa90f6c09a9a57b48c6607925dc7ff46e Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 16 Dec 2019 12:57:30 +0100 Subject: Remove the public/ directory Now that all templates are provided by plugins, there's no need to have a public/ directory. Themes can be in /themes instead of /public/themes. --- themes/sourcehut/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 themes/sourcehut/Makefile (limited to 'themes/sourcehut/Makefile') diff --git a/themes/sourcehut/Makefile b/themes/sourcehut/Makefile new file mode 100644 index 0000000..22b899d --- /dev/null +++ b/themes/sourcehut/Makefile @@ -0,0 +1,9 @@ +SRHT_PATH?=/usr/lib/python3.8/site-packages/srht + +assets/style.css: scss/*.scss ${SRHT_PATH}/scss/*.scss + @mkdir -p assets/ + sassc -I${SRHT_PATH}/scss scss/main.scss $@ + +all: assets/style.css + +.DEFAULT_GOAL=all -- cgit v1.2.3