Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/yihui/hugo-xmag.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYihui Xie <xie@yihui.name>2020-10-08 07:12:45 +0300
committerYihui Xie <xie@yihui.name>2020-10-08 07:12:45 +0300
commitbd05a2b6efa92b31dc481b15bf4a40d3e9bac30b (patch)
tree3b16887bbb5c26f1cae677e8b392c3b99ce5d165
parent15b344b58d2aaf23296307413ab182cf0a4109b6 (diff)
ignore more types of files
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index bfdd670..e7642bd 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -4,7 +4,7 @@ title = "Hugo XMag"
theme = "hugo-xmag"
googleAnalytics = ""
disqusShortname = ""
-ignoreFiles = ["\\.Rmd$", "_files$", "_cache$"]
+ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"]
preserveTaxonomyNames = true
footnotereturnlinkcontents = "↩"
hasCJKLanguage = true