all repos — archive/hugo-xmin @ 0a869e2e767c166da321dbcbb8e64c42b95e07a4

Customised minimal hugo theme

rename .Rmd to .Rmarkdown and add the build script

Yihui Xie
commit

0a869e2e767c166da321dbcbb8e64c42b95e07a4

parent

4888812fd8e4589f14f629f40136bae507471089

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M exampleSite/config.tomlexampleSite/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 = "↩"