diff options
author | Alan Pearce | 2023-06-20 17:27:05 +0200 |
---|---|---|
committer | Alan Pearce | 2023-06-20 17:27:05 +0200 |
commit | 9627c8ca7af09d06b90c28d52a7cc9f9f81f387a (patch) | |
tree | e44eea05a9558b8425c59399bfeaac65d5850db3 | |
parent | b58f56fe9b3f6f7f64ba171b105bbc48b2182372 (diff) | |
download | website-9627c8ca7af09d06b90c28d52a7cc9f9f81f387a.tar.lz website-9627c8ca7af09d06b90c28d52a7cc9f9f81f387a.tar.zst website-9627c8ca7af09d06b90c28d52a7cc9f9f81f387a.zip |
Revert "Stop zola removing the output directory on each build"
No longer necessary as the output directory doesn't need to be a git repository any more. This reverts commit 59e6e022d332b0cbd8b9f627530149047c9ae8a9.
-rw-r--r-- | config.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.toml b/config.toml index dfa1ca6..276a627 100644 --- a/config.toml +++ b/config.toml @@ -1,9 +1,6 @@ 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" |