all repos — website @ 59e6e022d332b0cbd8b9f627530149047c9ae8a9

My website

Stop zola removing the output directory on each build

Alan Pearce
commit

59e6e022d332b0cbd8b9f627530149047c9ae8a9

parent

f951de56b97eb81fc9dda9a28e1e26ce0be0e5b3

1 file changed, 3 insertions(+), 0 deletions(-)

changed files
M config.tomlconfig.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"