aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYihui Xie <xie@yihui.name>2020-10-09 22:27:11 -0500
committerYihui Xie <xie@yihui.name>2020-10-09 22:27:11 -0500
commita375ee671f617376fbc1a410215aac21a06d633a (patch)
tree3fe34efe09514055ce4e1f4fc6ddf9094f8c5901
parentf8510d84b0ebb6c3210e1da2237a313ef81b53c8 (diff)
downloadzk-theme-a375ee671f617376fbc1a410215aac21a06d633a.tar.gz
zk-theme-a375ee671f617376fbc1a410215aac21a06d633a.zip
don't ignore the *_files/ folders
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 0acb2bc..a2726d4 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -4,7 +4,7 @@ title = "A minimal Hugo website"
theme = "hugo-xmin"
googleAnalytics = ""
disqusShortname = ""
-ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"]
+ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"]
footnotereturnlinkcontents = "↩"
[permalinks]