From 33b8cd565398ab14c9d1cb7d628dae355aca0cf4 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Fri, 21 Apr 2023 16:54:43 -0400 Subject: [PATCH] reading is hard --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 92e29f4..3de9d74 100644 --- a/config.toml +++ b/config.toml @@ -7,13 +7,13 @@ disablePathToLower = true ignoreFiles = [ "/content/templates/*", "/content/private/*", + "Resources/templates/.*", ] summaryLength = 20 paginate = 10 enableGitInfo = true copyright = 'This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.' -ignoreFiles = ["Resources/templates/.*"] [author] name = "Nick Dumas"