From ee5b0d985782ace329c792b81c06d663d41d0ce3 Mon Sep 17 00:00:00 2001 From: Alex van de Sandt Date: Sun, 19 Jul 2026 15:30:55 -0500 Subject: [PATCH] Ensure content/ and static/ exist on fresh clone --- content/.ensure_content_dir_exists | 0 static/.ensure_static_dir_exists | 0 zola.toml | 2 ++ 3 files changed, 2 insertions(+) create mode 100644 content/.ensure_content_dir_exists create mode 100644 static/.ensure_static_dir_exists diff --git a/content/.ensure_content_dir_exists b/content/.ensure_content_dir_exists new file mode 100644 index 0000000..e69de29 diff --git a/static/.ensure_static_dir_exists b/static/.ensure_static_dir_exists new file mode 100644 index 0000000..e69de29 diff --git a/zola.toml b/zola.toml index 61da9f6..a8158b3 100644 --- a/zola.toml +++ b/zola.toml @@ -7,6 +7,8 @@ compile_sass = true # Whether to build a search index to be used later on by a JavaScript library build_search_index = false +ignored_static = [".ensure_static_dir_exists"] + [markdown] [markdown.highlighting] -- 2.51.2