about summary refs log tree commit diff stats
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
authorYihui Xie2017-08-09 11:37:42 -0500
committerYihui Xie2017-08-09 11:40:31 -0500
commit0a869e2e767c166da321dbcbb8e64c42b95e07a4 (patch)
tree0ff42a2f97cda6b986de39f9565717de66e3a75c /exampleSite/config.toml
parent4888812fd8e4589f14f629f40136bae507471089 (diff)
downloadhugo-xmin-0a869e2e767c166da321dbcbb8e64c42b95e07a4.tar.lz
hugo-xmin-0a869e2e767c166da321dbcbb8e64c42b95e07a4.tar.zst
hugo-xmin-0a869e2e767c166da321dbcbb8e64c42b95e07a4.zip
rename .Rmd to .Rmarkdown and add the build script
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 534c96d..8441c44 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$", "_files$", "_cache$"]
+ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
 preserveTaxonomyNames = true
 footnotereturnlinkcontents = "↩"