rename .Rmd to .Rmarkdown and add the build script
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M exampleSite/config.toml → 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 = "↩"