diff options
Diffstat (limited to 'config.toml')
-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" |