diff options
author | Lucas Fryzek <lucas.fryzek@gmail.com> | 2022-11-02 20:00:45 -0400 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@gmail.com> | 2022-11-02 20:01:40 -0400 |
commit | bb14d535ec58e0c955e393f8c59ec286627464d6 (patch) | |
tree | 52ab8dcf63913f7e7a0f0c6ce20d8cc39202fc06 | |
parent | f31b24e4830eb85ba2226a0aea63df555d9fae8d (diff) |
Add no jekyll file
-rw-r--r-- | html/.nojekyll | 0 | ||||
-rw-r--r-- | makefile | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/html/.nojekyll b/html/.nojekyll new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/html/.nojekyll @@ -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)" \ |