aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2024-06-19 14:44:10 +0200
committerSébastien Dailly <sebastien@dailly.me>2024-06-19 14:44:10 +0200
commite0a989555b6bef9173088da9e0b980338a88ce0c (patch)
tree3e35bc65664e881d62cf14970d482884b80289f7 /Makefile
parent3b3c4db1bdd29b46a23051fc5427197ce2831764 (diff)
Swiched the theme to bulma-css
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 1529d2d..6f81bfb 100644
--- a/Makefile
+++ b/Makefile
@@ -49,12 +49,7 @@ help:
@echo 'Set the RELATIVE variable to 1 to enable relative urls '
@echo ' '
-SOURCE_THEME=theme/Flex/static/stylesheet/style.min.css
-
-content/extras/style.min.css: $(SOURCE_THEME) theme/custom/custom.css
- css_merge -o $@ $^
-
-html: content/extras/style.min.css
+html:
"$(PELICAN)" "$(INPUTDIR)" -o "$(OUTPUTDIR)" -s "$(CONFFILE)" $(PELICANOPTS)
clean:
@@ -75,7 +70,7 @@ devserver:
devserver-global:
$(PELICAN) -lr $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS) -b 0.0.0.0
-publish: content/extras/style.min.css
+publish:
$(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(PUBLISHCONF) $(PELICANOPTS)
sync: publish