- authors:
- Garrick Aden-Buie:
- href: https://www.garrickadenbuie.com
- url: https://gadenbuie.github.com/xaringanthemer/
- template:
- params:
- bootswatch: yeti
- reference:
- - title: Writing CSS
- desc: Functions that write CSS from inside a xaringan R markdown document.
- contents:
- - style_xaringan
- - style_extra_css
- - title: Theme Functions
- desc: |
- Parameterized styles for xaringan slides using one (mono)
- or two (duo) base colors. Bonus: slide styles base on the
- solarized color palette.
- contents:
- - starts_with("style_mono")
- - starts_with("style_duo")
- - starts_with("style_solarized")
- - title: ggplot2 Themes
- desc: Plot themes for ggplot2 to match xaringan slide styles.
- contents:
- - starts_with("theme_xaringan")
- - title: Helper functions
- desc: Helpers for Google fonts and color adjustments.
- contents:
- - get_xaringanthemer_value
- - contains("color")
- - apply_alpha
- - choose_dark_or_light
- - contains("google")
- navbar:
- left:
- home:
- icon: fa-home fa-lg
- href: index.html
- intro:
- text: Get started
- href: articles/xaringanthemer.html
- themes:
- text: Themes
- href: articles/singles/themes.html
- fonts:
- text: Fonts
- href: articles/singles/fonts.html
- template-vars:
- text: Template Variables
- href: articles/template-variables.html
- css-help:
- text: CSS Help
- href: articles/css-help.html
- reference:
- text: Reference
- href: reference/index.html
- #articles:
- # text: Articles
- # menu:
- # - text: xaringanthemer CSS Help
- # href: articles/css-help.html
- # - text: Template Variables
- # href: articles/template-variables.html
- right:
- github:
- icon: fa-github fa-lg
- href: https://github.com/gadenbuie/xaringanthemer
- twitter:
- icon: fa-twitter fa-lg
- href: https://twitter.com/grrrck
|