about summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
authorAlan Pearce2023-04-12 18:19:23 +0200
committerAlan Pearce2023-04-12 18:19:23 +0200
commit59e6e022d332b0cbd8b9f627530149047c9ae8a9 (patch)
tree300c0add3b181d65f2546fa4f86865d37f62a5f7 /config.toml
parentf951de56b97eb81fc9dda9a28e1e26ce0be0e5b3 (diff)
downloadwebsite-59e6e022d332b0cbd8b9f627530149047c9ae8a9.tar.lz
website-59e6e022d332b0cbd8b9f627530149047c9ae8a9.tar.zst
website-59e6e022d332b0cbd8b9f627530149047c9ae8a9.zip
Stop zola removing the output directory on each build
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index e0a4d8a..c566140 100644
--- a/config.toml
+++ b/config.toml
@@ -1,6 +1,9 @@
 default_language = "en-GB"
 base_url = "https://alanpearce.eu"
 
+# this stops the directory being removed on each build. wat
+preserve_dotfiles_in_output = true
+
 title = "Alan Pearce"
 description = "Developer, Emacs User"