_config.yml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  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. random-date-from: "2018-01-01"
  25. random-date-to: "2022-01-01"
  26. debug: false
  27. layout-dark: false
  28. plugins:
  29. - jekyll-random
  30. - jekyll-tidy
  31. - jekyll-timeago
  32. - jekyll-redirect-from
  33. tabler-css-plugins:
  34. - tabler-flags
  35. - tabler-payments
  36. - tabler-vendors
  37. exclude:
  38. - .jekyll-cache
  39. - redirects.json
  40. markdown: kramdown
  41. kramdown:
  42. input: GFM
  43. syntax_highlighter: rouge
  44. jekyll_tidy:
  45. compress_html: false
  46. ignore_env: development
  47. collections:
  48. docs:
  49. output: true
  50. defaults:
  51. - scope:
  52. type: "pages"
  53. path: "*.md"
  54. values:
  55. layout: markdown
  56. - scope:
  57. type: "pages"
  58. values:
  59. layout: default
  60. - scope:
  61. type: "docs"
  62. values:
  63. layout: docs
  64. colors:
  65. blue:
  66. class: blue
  67. hex: '#206bc4'
  68. title: Blue
  69. azure:
  70. class: azure
  71. hex: '#45aaf2'
  72. title: Azure
  73. indigo:
  74. class: indigo
  75. hex: '#6574cd'
  76. title: Indigo
  77. purple:
  78. class: purple
  79. hex: '#a55eea'
  80. title: Purple
  81. pink:
  82. class: pink
  83. hex: '#f66d9b'
  84. title: Pink
  85. red:
  86. class: red
  87. hex: '#fa4654'
  88. title: Red
  89. orange:
  90. class: orange
  91. hex: '#fd9644'
  92. title: Orange
  93. yellow:
  94. class: yellow
  95. hex: '#f1c40f'
  96. title: Yellow
  97. lime:
  98. class: lime
  99. hex: '#7bd235'
  100. title: Lime
  101. green:
  102. class: green
  103. hex: '#5eba00'
  104. title: Green
  105. teal:
  106. class: teal
  107. hex: '#2bcbba'
  108. title: Teal
  109. cyan:
  110. class: cyan
  111. hex: '#17a2b8'
  112. title: Cyan
  113. colors-extra:
  114. white:
  115. hex: '#ffffff'
  116. title: White
  117. dark:
  118. hex: '#303645'
  119. title: Dark
  120. gray:
  121. hex: '#868e96'
  122. title: Gray
  123. variants:
  124. - name: success
  125. icon: check
  126. - name: info
  127. icon: info-circle
  128. - name: warning
  129. icon: alert-triangle
  130. - name: danger
  131. icon: alert-circle
  132. theme-colors:
  133. primary:
  134. class: primary
  135. title: Primary
  136. secondary:
  137. class: secondary
  138. title: Secondary
  139. success:
  140. class: success
  141. title: Success
  142. warning:
  143. class: warning
  144. title: Warning
  145. danger:
  146. class: danger
  147. title: Danger
  148. info:
  149. class: info
  150. title: Info
  151. dark:
  152. class: dark
  153. title: Dark
  154. light:
  155. class: light
  156. title: Light
  157. button-states:
  158. - class:
  159. title: Normal
  160. - class: active
  161. title: Active state
  162. - class: disabled
  163. title: Disabled
  164. socials:
  165. facebook:
  166. icon: brand-facebook
  167. title: Facebook
  168. twitter:
  169. icon: brand-twitter
  170. title: Twitter
  171. google:
  172. icon: brand-google
  173. title: Google
  174. youtube:
  175. icon: brand-youtube
  176. title: Youtube
  177. vimeo:
  178. icon: brand-vimeo
  179. title: Vimeo
  180. dribbble:
  181. icon: brand-dribbble
  182. title: Dribbble
  183. github:
  184. icon: brand-github
  185. title: Github
  186. instagram:
  187. icon: brand-instagram
  188. title: Instagram
  189. pinterest:
  190. icon: brand-pinterest
  191. title: Pinterest
  192. vk:
  193. icon: brand-vk
  194. title: VK
  195. rss:
  196. icon: rss
  197. title: RSS
  198. flickr:
  199. icon: brand-flickr
  200. title: Flickr
  201. bitbucket:
  202. icon: brand-bitbucket
  203. title: Bitbucket
  204. tabler:
  205. icon: brand-tabler
  206. title: Tabler
  207. months-short: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
  208. months-long: ['January', 'Febuary', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']