😎 Give your xaringan slides some style
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

118 lines
3.2KB

  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. opengraph:
  13. twitter:
  14. creator: "@grrrck"
  15. card: summary
  16. bootstrap: 5
  17. bslib:
  18. bg: "#f9fafa"
  19. fg: "#0e181e"
  20. light:
  21. primary: "#0b535d" # blue-20
  22. secondary: "#4a466f" # purple-20
  23. info: "#4a636c" # slate-30
  24. success: "#7ab26f" # green-60
  25. warning: "#ef8c02" # orange-60
  26. danger: "#c94150" # red-40
  27. navbar-light-color: "#0b535d"
  28. code_bg: "#f9fafa"
  29. pre_bg: "#f9fafa"
  30. heading_font: {google: "Montserrat"}
  31. code_font: {google: "IBM Plex Mono"}
  32. font-size-base: 1.1rem
  33. pkgdown-nav-height: 72px
  34. border-radius: 0
  35. border-radius-sm: 0
  36. border-radius-lg: 0
  37. base_font: |
  38. -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif
  39. navbar:
  40. type: light
  41. left:
  42. - text: Features
  43. href: articles/xaringanthemer.html
  44. - text: Reference
  45. href: reference/index.html
  46. - text: Themes
  47. menu:
  48. - text: Themes
  49. - text: Slide Themes
  50. href: articles/themes.html
  51. - text: ggplot2 Themes
  52. href: articles/ggplot2-themes.html
  53. - text: -------
  54. - text: More Customization
  55. - text: Fonts
  56. href: articles/fonts.html
  57. - text: Template Variables
  58. href: articles/template-variables.html
  59. right:
  60. news:
  61. icon: far fa-newspaper fa-lg
  62. text: ""
  63. menu:
  64. - text: "xaringanthemer 0.3.0"
  65. href: https://garrickadenbuie.com/blog/xaringanthemer-v0-3-0/
  66. - text: -------
  67. - text: "Changelog"
  68. href: news/index.html
  69. github:
  70. icon: fab fa-github fa-lg
  71. href: https://github.com/gadenbuie/xaringanthemer
  72. twitter:
  73. icon: fab fa-twitter fa-lg
  74. href: https://twitter.com/grrrck
  75. home:
  76. icon: fas fa-home fa-lg
  77. href: https://www.garrickadenbuie.com
  78. reference:
  79. - title: Writing CSS
  80. desc: Functions that write CSS from inside a xaringan R markdown document.
  81. contents:
  82. - style_xaringan
  83. - style_extra_css
  84. - title: xaringan Themes
  85. desc: |
  86. Parameterized styles for xaringan slides using one (mono)
  87. or two (duo) base colors. Bonus: slide styles based on the
  88. solarized color palette.
  89. contents:
  90. - starts_with("style_mono")
  91. - starts_with("style_duo")
  92. - starts_with("style_solarized")
  93. - title: Google Fonts
  94. desc: Helper functions for using Google Fonts in your slide styles.
  95. contents:
  96. - starts_with("google_")
  97. - title: ggplot2 Themes
  98. desc: Plot themes for ggplot2 to match your xaringanthemer slide styles.
  99. contents:
  100. - theme_xaringan
  101. - theme_xaringan_inverse
  102. - theme_xaringan_base
  103. - theme_xaringan_set_defaults
  104. - starts_with("scale_xaringan")
  105. - title: Helper functions
  106. desc: Helpers for Google fonts and color adjustments.
  107. contents:
  108. - theme_xaringan_get_value
  109. - ends_with("color")
  110. - apply_alpha
  111. - choose_dark_or_light