A modified readthedown theme that offers out-of-box template with predefined styles, and configurations. It is greatly inspired and modified based on juba/rmdformats package
devtools::install_github("6chaoran/readthedown")
RStudio > File > New File > R Markdown ... > From Template
- logo options are added both inside the sidebar (logo) and main content (logo2)
- favicon option is added
- author avatar option is added
- colored block quote to differentiate level of attention
- multiple columns layout to display content side by side
- fixed css style of details & summary
Modify the style.css to further customize the markdown template
- rmdformats markdown template
- Magnific popup lightbox plugin
- The CSS for the
html_doccoformat is heavily inspired from the default one of the docco project. - The CSS and JavaScript for
readthedownis adapted from the correspondingreadtheorgtheme of the org-html-themes project, which is itself inspired by the Read the docs Sphinx theme. - The CSS and JavaScript for
materialhas been taken from the Material design theme for Bootstrap 3 project and its presentation page. - The CSS for
robobookis directly derived from the bookdown project template. - The CSS for
downcuteis directly derived from the default theme of the docute project and its adaptation by John Coene for some of its projects documentation. - The
downcute chaostheme has been created by Zac Garland. - JavaScript and HTML code for code folding and tabbed sections are taken from the RStudio's default
rmarkdownHTML template. - The
html_cleanstyling and features are very similar to the ones from the knitrBootstrap package by Jim Hester.

