tUpdate config for openbsd - monochromatic - monochromatic blog: http://blog.z3bra.org
(HTM) git clone git://z3bra.org/monochromatic
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit 42c232ef2987b0e735909c75ee4c6b7139231d94
(DIR) parent 2f632792c1cb87d291f8e94203b3e57f74e17034
(HTM) Author: z3bra <willyatmailoodotorg>
Date: Sat, 2 Apr 2016 18:13:27 +0200
Update config for openbsd
Diffstat:
M Makefile | 3 +--
M config.mk | 4 ++--
2 files changed, 3 insertions(+), 4 deletions(-)
---
(DIR) diff --git a/Makefile b/Makefile
t@@ -24,8 +24,7 @@ HEADER = head.html
FOOTER = foot.html
$(FEEDS): index.txt
- mkdir -p $(shell dirname $(FEEDS))
- ./feeds.sh $< > $@
+ ./feeds.sh index.txt > $(FEEDS)
.txt.html: $(HEADER) $(FOOTER)
@echo "MARKDOWN `basename $@`"
(DIR) diff --git a/config.mk b/config.mk
t@@ -1,7 +1,7 @@
-MD = markdown
+MD = markdown_py
NAME = monochromatic
-PREFIX = /var/www/blog.z3bra.org
+PREFIX = /var/www/htdocs/blog.z3bra.org
PAGES = index.html \
about.html \