diff --git a/public_html/eh/eh/eh/eh-eh/Makefile b/public_html/eh/eh/eh/eh-eh/Makefile index 14f3409..713c76f 100644 --- a/public_html/eh/eh/eh/eh-eh/Makefile +++ b/public_html/eh/eh/eh/eh-eh/Makefile @@ -1,8 +1,8 @@ -template := ./pandoc/template.html -style := ./pandoc/style.css +template := $(abspath ./pandoc/template.html) +style := $(abspath ./pandoc/style.css) -article_list := ./articles.json -list_template := ./pandoc/meta-json-template.txt +article_list := $(abspath ./articles.json) +list_template := $(abspath ./pandoc/meta-json-template.txt) articles := $(patsubst %.md,%.html,$(wildcard articles/*.md)) @@ -10,12 +10,11 @@ all: index.html about.html clean: echo '{"articles": []}' > $(article_list); \ - rm $(notdir $(articles)); \ + rm $(articles); \ rm index.html about.html; - $(articles): %.html: %.md - pandoc $< --template $(abspath $(template)) --css $(abspath $(style)) --highlight-style zenburn --mathml --toc --output $(notdir $@); \ + pandoc $< --template $(template) --css $(style) --highlight-style zenburn --mathml --toc --output $@; \ jq '.articles += [$(shell pandoc $< --template $(list_template))]' $(article_list) > articles.json.tmp; cat ./articles.json.tmp > articles.json; rm ./articles.json.tmp; diff --git a/public_html/eh/eh/eh/eh-eh/about.html b/public_html/eh/eh/eh/eh-eh/about.html index b1351f4..e113d0a 100644 --- a/public_html/eh/eh/eh/eh-eh/about.html +++ b/public_html/eh/eh/eh/eh-eh/about.html @@ -22,7 +22,7 @@ } .display.math{display: block; text-align: center; margin: 0.5rem auto;} - +
Testing dsa dsa dsa dsa DDDDDDDDDDDa
-25.7.2025
-