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
commit075d97ece873e9cd09db5a816b604583b7213afb (patch)
tree4e048411b39603563ea4d6e549f5e0456ef2c1c8 /config.toml
parentb9fe3bbc0adfebe8655fcd86d3c92617c3074d07 (diff)
downloadwebsite-075d97ece873e9cd09db5a816b604583b7213afb.tar.lz
website-075d97ece873e9cd09db5a816b604583b7213afb.tar.zst
website-075d97ece873e9cd09db5a816b604583b7213afb.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"