From 1edf3a50ac8365bd4d26169db9f13bd8061fc9f9 Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Wed, 2 Nov 2022 20:08:43 -0400 Subject: Move assets folder --- makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 60e19d8..a3ef4f2 100644 --- a/makefile +++ b/makefile @@ -33,7 +33,6 @@ $(HTML_DIR)/%.html: $(PAGE_DIR)/%.md $(HTML_DIR)/index.html: $(HTML_DOCS) $(PAGE_FILES) touch $(HTML_DIR)/.nojekyll - ln -sf ../assets -t $(HTML_DIR) pandoc -s --lua-filter=./tools/front_page.lua --template=./templates/main.html main.md \ --metadata=note_list:"$(SOURCE_FILES)" \ -o $@ @@ -44,4 +43,4 @@ all: $(HTML_DIR)/index.html clean: rm -r build - rm -r html + find html -name "*.html" -type f -delete -- cgit v1.2.3