diff options
author | Alan Pearce | 2023-04-12 18:19:23 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-12 18:19:23 +0200 |
commit | 59e6e022d332b0cbd8b9f627530149047c9ae8a9 (patch) | |
tree | 300c0add3b181d65f2546fa4f86865d37f62a5f7 | |
parent | f951de56b97eb81fc9dda9a28e1e26ce0be0e5b3 (diff) | |
download | website-59e6e022d332b0cbd8b9f627530149047c9ae8a9.tar.lz website-59e6e022d332b0cbd8b9f627530149047c9ae8a9.tar.zst website-59e6e022d332b0cbd8b9f627530149047c9ae8a9.zip |
Stop zola removing the output directory on each build
-rw-r--r-- | config.toml | 3 |
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" |