diff options
author | Alan Pearce | 2023-06-20 17:27:05 +0200 |
---|---|---|
committer | Alan Pearce | 2023-06-20 17:27:05 +0200 |
commit | 5ea783d1a0c6b40aea2f15c1bc0c676c13abe0c5 (patch) | |
tree | 43d395ea7c9e6294a5ece92cc334365f38c3e094 /config.toml | |
parent | 488d0f0c80cebc34add05fb12aa946a95a675943 (diff) | |
download | website-5ea783d1a0c6b40aea2f15c1bc0c676c13abe0c5.tar.lz website-5ea783d1a0c6b40aea2f15c1bc0c676c13abe0c5.tar.zst website-5ea783d1a0c6b40aea2f15c1bc0c676c13abe0c5.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 075d97ece873e9cd09db5a816b604583b7213afb.
Diffstat (limited to 'config.toml')
-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" |