blog

git clone https://git.ce9e.org/blog.git

commit
65edef9ecfb6335d2c272a3d62a4c8a21ce85d82
parent
3b5b18b2a4de7d53f97afcdb376779763591c028
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-06-23 10:07
fixup e9d599f

Diffstat

M Makefile 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/Makefile b/Makefile

@@ -4,7 +4,7 @@ PAGES_MD := $(shell find _content -name 'index.md' | sed 's/^_content/build/')
    4     4 PAGES_FEED := $(shell find _content -name 'index.md' | sed 's/md$$/html/')
    5     5 STATIC := $(shell find static -type f | sed 's/^/build\//')
    6     6 IMG := $(shell find _content -regex '.*\.\(png\|gif\|jpg\)$$' | sed 's/^_content/build/')
    7    -1 PANDOC_ARGS = -f markdown-smart --mathml --wrap=none --lua-filter filters/*.lua
   -1     7 PANDOC_ARGS = -f markdown-smart --mathml --wrap=none --lua-filter filters/img-size.lua --lua-filter filters/abs-urls.lua
    8     8 
    9     9 .PHONY: all
   10    10 all: $(IMG) build/index.html build/projects/index.html $(PAGES) $(PAGES_MD) build/feed.xml build/feed-archive.xml build/feed.json build/feed-archive.json $(STATIC) build/static/style.css