From f8510d84b0ebb6c3210e1da2237a313ef81b53c8 Mon Sep 17 00:00:00 2001 From: Yihui Xie Date: Wed, 7 Oct 2020 23:10:45 -0500 Subject: also ignore .knit.md and .utf8.md (the intermediate md files when knitting .Rmd files) --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 4ae831a..0acb2bc 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$"] +ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"] footnotereturnlinkcontents = "↩" [permalinks] -- cgit