_config.yml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. source: src/pages
  2. destination: tmp
  3. keep_files:
  4. - css
  5. - js
  6. - img
  7. - dist
  8. - static
  9. - playground.html
  10. use-iconfont: false
  11. rtl: false
  12. title: Tabler
  13. description: Premium and Open Source dashboard template with responsive and high quality UI.
  14. homepage: https://tabler.io
  15. github-url: https://github.com/tabler/tabler
  16. github-sponsors-url: https://github.com/sponsors/codecalm
  17. changelog-url: https://github.com/tabler/tabler/releases
  18. sponsor-url: https://github.com/sponsors/codecalm
  19. preview-url: https://preview.tabler.io
  20. mapbox-key: pk.eyJ1IjoiY29kZWNhbG0iLCJhIjoiSzRiOVJvQSJ9.BUVkTT6IYs83xSUs4H7bjQ
  21. google-maps-key: AIzaSyAr5mRB4U1KRkVznIrDWEvZjroYcD202DI
  22. google-maps-dev-key: AIzaSyCL-BY8-sq12m0S9H-S_yMqDmcun3A9znw
  23. npm-package: "@tabler/core"
  24. debug: false
  25. layout-dark: false
  26. plugins:
  27. - jekyll-random
  28. - jekyll-tidy
  29. - jekyll-timeago
  30. - jekyll-redirect-from
  31. tabler-css-plugins:
  32. - tabler-flags
  33. - tabler-payments
  34. - tabler-vendors
  35. exclude:
  36. - .jekyll-cache
  37. - redirects.json
  38. markdown: kramdown
  39. kramdown:
  40. input: GFM
  41. syntax_highlighter: rouge
  42. jekyll_tidy:
  43. compress_html: false
  44. ignore_env: development
  45. collections:
  46. docs:
  47. output: true
  48. defaults:
  49. - scope:
  50. type: "pages"
  51. path: "*.md"
  52. values:
  53. layout: markdown
  54. - scope:
  55. type: "pages"
  56. values:
  57. layout: default
  58. - scope:
  59. type: "docs"
  60. values:
  61. layout: docs
  62. colors:
  63. blue:
  64. hex: '#206bc4'
  65. title: Blue
  66. azure:
  67. hex: '#45aaf2'
  68. title: Azure
  69. indigo:
  70. hex: '#6574cd'
  71. title: Indigo
  72. purple:
  73. hex: '#a55eea'
  74. title: Purple
  75. pink:
  76. hex: '#f66d9b'
  77. title: Pink
  78. red:
  79. hex: '#fa4654'
  80. title: Red
  81. orange:
  82. hex: '#fd9644'
  83. title: Orange
  84. yellow:
  85. hex: '#f1c40f'
  86. title: Yellow
  87. lime:
  88. hex: '#7bd235'
  89. title: Lime
  90. green:
  91. hex: '#5eba00'
  92. title: Green
  93. teal:
  94. hex: '#2bcbba'
  95. title: Teal
  96. cyan:
  97. hex: '#17a2b8'
  98. title: Cyan
  99. colors-extra:
  100. white:
  101. hex: '#ffffff'
  102. title: White
  103. dark:
  104. hex: '#303645'
  105. title: Dark
  106. gray:
  107. hex: '#868e96'
  108. title: Gray
  109. variants:
  110. - name: success
  111. icon: check
  112. - name: info
  113. icon: info-circle
  114. - name: warning
  115. icon: alert-triangle
  116. - name: danger
  117. icon: alert-circle
  118. theme-colors:
  119. primary:
  120. class: primary
  121. title: Primary
  122. secondary:
  123. class: secondary
  124. title: Secondary
  125. success:
  126. class: success
  127. title: Success
  128. warning:
  129. class: warning
  130. title: Warning
  131. danger:
  132. class: danger
  133. title: Danger
  134. info:
  135. class: info
  136. title: Info
  137. light:
  138. class: light
  139. title: Light
  140. dark:
  141. class: dark
  142. title: Dark
  143. button-states:
  144. - class:
  145. title: Normal
  146. - class: active
  147. title: Active state
  148. - class: disabled
  149. title: Disabled
  150. socials:
  151. facebook:
  152. icon: brand-facebook
  153. title: Facebook
  154. twitter:
  155. icon: brand-twitter
  156. title: Twitter
  157. google:
  158. icon: brand-google
  159. title: Google
  160. youtube:
  161. icon: brand-youtube
  162. title: Youtube
  163. vimeo:
  164. icon: brand-vimeo
  165. title: Vimeo
  166. dribbble:
  167. icon: brand-dribbble
  168. title: Dribbble
  169. github:
  170. icon: brand-github
  171. title: Github
  172. instagram:
  173. icon: brand-instagram
  174. title: Instagram
  175. pinterest:
  176. icon: brand-pinterest
  177. title: Pinterest
  178. vk:
  179. icon: brand-vk
  180. title: VK
  181. rss:
  182. icon: rss
  183. title: RSS
  184. flickr:
  185. icon: brand-flickr
  186. title: Flickr
  187. bitbucket:
  188. icon: brand-bitbucket
  189. title: Bitbucket
  190. tabler:
  191. icon: brand-tabler
  192. title: Tabler
  193. months-short: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
  194. months-long: ['January', 'Febuary', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']