diff --git a/R/tint.R b/R/html.R similarity index 97% rename from R/tint.R rename to R/html.R index 6fc872c..5f97189 100644 --- a/R/tint.R +++ b/R/html.R @@ -159,10 +159,10 @@ tintHtml <- function(...) { #' @importFrom htmltools htmlDependency tint_html_dependency = function() { list(htmlDependency( -# 'tufte-css', '2015.12.29', + ## tufte-css', '2015.12.29', 'tint-css', '2015.12.29', -# src = template_resources('tufte_html'), stylesheet = 'tufte.css' - src = template_resources('tint'), stylesheet = 'tint.css' + ## src = template_resources('tufte_html'), stylesheet = 'tufte.css' + src = template_resources("html"), stylesheet = "tint.css" )) } diff --git a/inst/rmarkdown/templates/tint/resources/LICENSE b/inst/rmarkdown/templates/html/resources/LICENSE similarity index 100% rename from inst/rmarkdown/templates/tint/resources/LICENSE rename to inst/rmarkdown/templates/html/resources/LICENSE diff --git a/inst/rmarkdown/templates/tint/resources/font/roboto/LICENSE.txt b/inst/rmarkdown/templates/html/resources/font/roboto/LICENSE.txt similarity index 100% rename from inst/rmarkdown/templates/tint/resources/font/roboto/LICENSE.txt rename to inst/rmarkdown/templates/html/resources/font/roboto/LICENSE.txt diff --git a/inst/rmarkdown/templates/tint/resources/font/roboto/Roboto-Regular.ttf b/inst/rmarkdown/templates/html/resources/font/roboto/Roboto-Regular.ttf similarity index 100% rename from inst/rmarkdown/templates/tint/resources/font/roboto/Roboto-Regular.ttf rename to inst/rmarkdown/templates/html/resources/font/roboto/Roboto-Regular.ttf diff --git a/inst/rmarkdown/templates/tint/resources/font/roboto/RobotoCondensed-Regular.ttf b/inst/rmarkdown/templates/html/resources/font/roboto/RobotoCondensed-Regular.ttf similarity index 100% rename from inst/rmarkdown/templates/tint/resources/font/roboto/RobotoCondensed-Regular.ttf rename to inst/rmarkdown/templates/html/resources/font/roboto/RobotoCondensed-Regular.ttf diff --git a/inst/rmarkdown/templates/tint/resources/font/roboto/RobotoMono-Regular.ttf b/inst/rmarkdown/templates/html/resources/font/roboto/RobotoMono-Regular.ttf similarity index 100% rename from inst/rmarkdown/templates/tint/resources/font/roboto/RobotoMono-Regular.ttf rename to inst/rmarkdown/templates/html/resources/font/roboto/RobotoMono-Regular.ttf diff --git a/inst/rmarkdown/templates/tint/resources/tint.css b/inst/rmarkdown/templates/html/resources/tint.css similarity index 100% rename from inst/rmarkdown/templates/tint/resources/tint.css rename to inst/rmarkdown/templates/html/resources/tint.css diff --git a/inst/rmarkdown/templates/tint/skeleton/skeleton.Rmd b/inst/rmarkdown/templates/html/skeleton/skeleton.Rmd similarity index 100% rename from inst/rmarkdown/templates/tint/skeleton/skeleton.Rmd rename to inst/rmarkdown/templates/html/skeleton/skeleton.Rmd diff --git a/inst/rmarkdown/templates/tint/template.yaml b/inst/rmarkdown/templates/html/template.yaml similarity index 100% rename from inst/rmarkdown/templates/tint/template.yaml rename to inst/rmarkdown/templates/html/template.yaml