😎 Give your xaringan slides some style
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

92 lines
2.4KB

  1. authors:
  2. Garrick Aden-Buie:
  3. href: https://www.garrickadenbuie.com
  4. url: https://pkg.garrickadenbuie.com/xaringanthemer/
  5. home:
  6. description: |
  7. Give your xaringan slides some style with xaringanthemer.
  8. Easy slide and plot themes for xaringan slides.
  9. development:
  10. mode: auto
  11. template:
  12. package: grkgdown
  13. navbar:
  14. type: light
  15. left:
  16. - text: Features
  17. href: articles/xaringanthemer.html
  18. - text: Reference
  19. href: reference/index.html
  20. - text: Themes
  21. menu:
  22. - text: Themes
  23. - text: Slide Themes
  24. href: articles/themes.html
  25. - text: ggplot2 Themes
  26. href: articles/ggplot2-themes.html
  27. - text: -------
  28. - text: More Customization
  29. - text: Fonts
  30. href: articles/fonts.html
  31. - text: Template Variables
  32. href: articles/template-variables.html
  33. right:
  34. news:
  35. icon: far fa-newspaper fa-lg
  36. text: ""
  37. menu:
  38. - text: "xaringanthemer 0.3.0"
  39. href: https://garrickadenbuie.com/blog/xaringanthemer-v0-3-0/
  40. - text: -------
  41. - text: "Changelog"
  42. href: news/index.html
  43. github:
  44. icon: fab fa-github fa-lg
  45. href: https://github.com/gadenbuie/xaringanthemer
  46. twitter:
  47. icon: fab fa-twitter fa-lg
  48. href: https://twitter.com/grrrck
  49. home:
  50. icon: fas fa-home fa-lg
  51. href: https://www.garrickadenbuie.com
  52. reference:
  53. - title: Writing CSS
  54. desc: Functions that write CSS from inside a xaringan R markdown document.
  55. contents:
  56. - style_xaringan
  57. - style_extra_css
  58. - title: xaringan Themes
  59. desc: |
  60. Parameterized styles for xaringan slides using one (mono)
  61. or two (duo) base colors. Bonus: slide styles based on the
  62. solarized color palette.
  63. contents:
  64. - starts_with("style_mono")
  65. - starts_with("style_duo")
  66. - starts_with("style_solarized")
  67. - title: Google Fonts
  68. desc: Helper functions for using Google Fonts in your slide styles.
  69. contents:
  70. - starts_with("google_")
  71. - title: ggplot2 Themes
  72. desc: Plot themes for ggplot2 to match your xaringanthemer slide styles.
  73. contents:
  74. - theme_xaringan
  75. - theme_xaringan_inverse
  76. - theme_xaringan_base
  77. - theme_xaringan_set_defaults
  78. - starts_with("scale_xaringan")
  79. - title: Helper functions
  80. desc: Helpers for Google fonts and color adjustments.
  81. contents:
  82. - theme_xaringan_get_value
  83. - ends_with("color")
  84. - apply_alpha
  85. - choose_dark_or_light