close #19: disable the bash chunk on the operating system that is only _this_ tall...
authorYihui Xie <xie@yihui.name>
Sat, 27 Jan 2018 05:30:36 +0000 (23:30 -0600)
committerYihui Xie <xie@yihui.name>
Sat, 27 Jan 2018 05:30:36 +0000 (23:30 -0600)
exampleSite/content/_index.Rmarkdown

index 42a2b7195a87cee257d71f6a330807706730f987..0d19de218cfe91b819e062b22d270d37e93a27d0 100644 (file)
@@ -10,7 +10,7 @@ title: Home
 
 **XMin** is a Hugo theme written by [Yihui Xie](https://yihui.name) in about four hours: half an hour was spent on the Hugo templates, and 3.5 hours were spent on styling. The main motivation for writing this theme was to provide a really minimal example to beginners of Hugo templates. This XMin theme contains about 130 lines of code in total, including the code in HTML templates and CSS (also counting empty lines).
 
-```{bash, comment='', echo=2, eval=Sys.which('bash') != ''}
+```{bash, comment='', echo=2, eval=Sys.which('bash') != '' && .Platform$OS.type != 'windows'}
 cd ../..;
 find . -not -path '*/exampleSite/*' \( -name '*.html' -o -name '*.css' \) | xargs wc -l
 ```