don't ignore the *_files/ folders
authorYihui Xie <xie@yihui.name>
Sat, 10 Oct 2020 03:27:11 +0000 (22:27 -0500)
committerYihui Xie <xie@yihui.name>
Sat, 10 Oct 2020 03:27:11 +0000 (22:27 -0500)
exampleSite/config.toml

index 0acb2bcc9f11f835080d90e5420096fb4ab03d44..a2726d4e6bc47bffa239cc61fbfbe62a8a1f956a 100644 (file)
@@ -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]