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, 6 insertions(+), 0 deletions(-)

changed files
A exampleSite/R/build.R
@@ -0,0 +1,6 @@
+file.copy('content/_index.markdown', '../README.md', overwrite = TRUE) +system("sed -i '' -e '1,6d' -e '34,38d' ../README.md") +cat( + '[![Screenshot](https://github.com/yihui/hugo-xmin/raw/master/images/screenshot.png)](https://xmin.yihui.name)\n', + file = '../README.md', append = TRUE +)