And restore jekyll config
This commit is contained in:
parent
9b5b83ec64
commit
07437c51a9
43
_config.yml
43
_config.yml
|
@ -1,20 +1,25 @@
|
||||||
rmd_files: [
|
name: R for data science
|
||||||
"index.Rmd",
|
markdown: redcarpet
|
||||||
"intro.Rmd",
|
highlighter: pygments
|
||||||
"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",
|
|
||||||
]
|
|
||||||
|
|
||||||
|
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",
|
||||||
|
# ]
|
||||||
|
|
Loading…
Reference in New Issue