From bb14d535ec58e0c955e393f8c59ec286627464d6 Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Wed, 2 Nov 2022 20:00:45 -0400 Subject: Add no jekyll file --- html/.nojekyll | 0 makefile | 1 + 2 files changed, 1 insertion(+) create mode 100644 html/.nojekyll diff --git a/html/.nojekyll b/html/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/makefile b/makefile index 2bcebe6..60e19d8 100644 --- a/makefile +++ b/makefile @@ -32,6 +32,7 @@ $(HTML_DIR)/%.html: $(PAGE_DIR)/%.md -o $@ $(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)" \ -- cgit v1.2.3