And restore jekyll config

This commit is contained in:
hadley 2015-12-14 10:12:40 -06:00
parent 9b5b83ec64
commit 07437c51a9
1 changed files with 24 additions and 19 deletions

View File

@ -1,20 +1,25 @@
rmd_files: [
"index.Rmd",
"intro.Rmd",
"visualize.Rmd",
"transform.Rmd",
"tidy.Rmd",
"model.Rmd",
"import.Rmd",
"eda.Rmd",
"rmarkdown.Rmd",
"shiny.Rmd",
"data-structures.Rmd",
"functions.Rmd",
"strings.Rmd",
"datetimes.Rmd",
"lists.Rmd",
"model-vis.Rmd",
"model-assess.Rmd",
]
name: R for data science
markdown: redcarpet
highlighter: pygments
exclude: ["CONTRIBUTING.md", "README.md", "book", "vendor"]
# rmd_files: [
# "index.Rmd",
# "intro.Rmd",
# "visualize.Rmd",
# "transform.Rmd",
# "tidy.Rmd",
# "model.Rmd",
# "import.Rmd",
# "eda.Rmd",
# "rmarkdown.Rmd",
# "shiny.Rmd",
# "data-structures.Rmd",
# "functions.Rmd",
# "strings.Rmd",
# "datetimes.Rmd",
# "lists.Rmd",
# "model-vis.Rmd",
# "model-assess.Rmd",
# ]