projects
/
brevno-suite
/
themes
/
xmin
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0209f7
)
close #20: only create README.md for myself
author
Yihui Xie
<xie@yihui.name>
Sat, 27 Jan 2018 20:03:15 +0000
(14:03 -0600)
committer
Yihui Xie
<xie@yihui.name>
Sat, 27 Jan 2018 20:03:15 +0000
(14:03 -0600)
exampleSite/R/build.R
patch
|
blob
|
history
diff --git
a/exampleSite/R/build.R
b/exampleSite/R/build.R
index 78c3e5678ac154fcfda5b03264b7d1b01c9405dc..2fbce83e6dad12d29f2d8a14268c07ba950068fd 100644
(file)
--- a/
exampleSite/R/build.R
+++ b/
exampleSite/R/build.R
@@
-1,3
+1,9
@@
+if (Sys.getenv('USER') != 'yihui' || Sys.which('git') == '' ||
+ !grepl(
+ 'git@github.com:yihui/hugo-xmin.git',
+ system2('git', c('remote', '-v'), stdout = TRUE)
+ )) q('no')
+
file.copy('content/_index.markdown', '../README.md', overwrite = TRUE)
if (Sys.which('sed') != '') system("sed -i '' -e '1,6d' -e '34,38d' ../README.md")
cat(