about summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
authorAlan Pearce2023-06-20 17:27:05 +0200
committerAlan Pearce2023-06-20 17:27:05 +0200
commit9627c8ca7af09d06b90c28d52a7cc9f9f81f387a (patch)
treee44eea05a9558b8425c59399bfeaac65d5850db3 /config.toml
parentb58f56fe9b3f6f7f64ba171b105bbc48b2182372 (diff)
downloadwebsite-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.
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml3
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"