projects
/
brevno-suite
/
themes
/
xmin
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7edfd02
)
also ignore .knit.md and .utf8.md (the intermediate md files when knitting .Rmd files)
author
Yihui Xie
<xie@yihui.name>
Thu, 8 Oct 2020 04:10:45 +0000
(23:10 -0500)
committer
Yihui Xie
<xie@yihui.name>
Thu, 8 Oct 2020 04:10:45 +0000
(23:10 -0500)
exampleSite/config.toml
patch
|
blob
|
history
diff --git
a/exampleSite/config.toml
b/exampleSite/config.toml
index 4ae831ab8f1390103ce5c8cdea60880273ebae95..0acb2bcc9f11f835080d90e5420096fb4ab03d44 100644
(file)
--- 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]