_config.yml 4.1 KB

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