aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-07-03 01:29:43 -0700
committerGravatar Tom Willemse2021-07-03 01:29:43 -0700
commita4603a7901d76325f9ce220b4f6f8a4009084257 (patch)
treeb4150f9de50c2d9462f3857a45dc15efbd5ea756 /GNUmakefile
parent339103c4fed9718c23b9956c671294c032e62459 (diff)
downloadnew-ryuslash.org-a4603a7901d76325f9ce220b4f6f8a4009084257.tar.gz
new-ryuslash.org-a4603a7901d76325f9ce220b4f6f8a4009084257.zip
Update design and include CSS for my CGit and tekuti instances
This should include both a light and a dark theme, but I will admit that I'm mostly testing with the dark one.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 0f7d160..2b53ece 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -6,10 +6,15 @@ html:
@echo "Publishing..."
cask emacs --quick --batch --load publish.el --funcall org-publish-all
-css: public/assets/css/main.css
+css: public/assets/css/main.css public/assets/css/tekuti.css public/assets/css/cgit.css
+
+public/assets/css/main.css public/assets/css/tekuti.css public/assets/css/cgit.css: \
+ src/less/include/common.less \
+ src/less/include/components.less \
+ src/less/include/colors.less
public/assets/css/%.css: src/less/%.less
- lessc $^ $@
+ lessc $< $@
clean:
@echo "Cleaning up..."