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-10 06:28:08 +0300
committerYihui Xie <xie@yihui.name>2020-10-10 06:28:08 +0300
commitf5cfedfa8ccca9636f8830bd92e41d82af5374ea (patch)
tree4112936167401ee04f34b19c310031aedd62a0da
parent9f548db856e9fcd5897e629454d4b24633691696 (diff)
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 ad05922..59bb047 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -4,7 +4,7 @@ title = "Hugo XMag"
theme = "hugo-xmag"
googleAnalytics = ""
disqusShortname = ""
-ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"]
+ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"]
preserveTaxonomyNames = true
footnotereturnlinkcontents = "↩"
hasCJKLanguage = true