From 0a869e2e767c166da321dbcbb8e64c42b95e07a4 Mon Sep 17 00:00:00 2001 From: Yihui Xie Date: Wed, 9 Aug 2017 11:37:42 -0500 Subject: rename .Rmd to .Rmarkdown and add the build script --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exampleSite/config.toml') 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 = "↩" -- cgit 1.4.1