From: Yihui Xie Date: Sat, 10 Oct 2020 03:27:11 +0000 (-0500) Subject: don't ignore the *_files/ folders X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a375ee671f617376fbc1a410215aac21a06d633a;p=brevno-suite%2Fthemes%2Fxmin don't ignore the *_files/ folders --- 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]