_config.yml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  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.eyJ1IjoiY29kZWNhbG0iLCJhIjoiSzRiOVJvQSJ9.BUVkTT6IYs83xSUs4H7bjQ
  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. 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. colors:
  61. blue:
  62. class: blue
  63. hex: '#0054a6'
  64. title: Blue
  65. azure:
  66. class: azure
  67. hex: '#45aaf2'
  68. title: Azure
  69. indigo:
  70. class: indigo
  71. hex: '#6574cd'
  72. title: Indigo
  73. purple:
  74. class: purple
  75. hex: '#a55eea'
  76. title: Purple
  77. pink:
  78. class: pink
  79. hex: '#f66d9b'
  80. title: Pink
  81. red:
  82. class: red
  83. hex: '#fa4654'
  84. title: Red
  85. orange:
  86. class: orange
  87. hex: '#fd9644'
  88. title: Orange
  89. yellow:
  90. class: yellow
  91. hex: '#f1c40f'
  92. title: Yellow
  93. lime:
  94. class: lime
  95. hex: '#7bd235'
  96. title: Lime
  97. green:
  98. class: green
  99. hex: '#5eba00'
  100. title: Green
  101. teal:
  102. class: teal
  103. hex: '#2bcbba'
  104. title: Teal
  105. cyan:
  106. class: cyan
  107. hex: '#17a2b8'
  108. title: Cyan
  109. colors-extra:
  110. white:
  111. hex: '#ffffff'
  112. title: White
  113. dark:
  114. hex: '#303645'
  115. title: Dark
  116. gray:
  117. hex: '#868e96'
  118. title: Gray
  119. variants:
  120. - name: success
  121. icon: check
  122. - name: info
  123. icon: info-circle
  124. - name: warning
  125. icon: alert-triangle
  126. - name: danger
  127. icon: alert-circle
  128. theme-colors:
  129. primary:
  130. class: primary
  131. title: Primary
  132. secondary:
  133. class: secondary
  134. title: Secondary
  135. success:
  136. class: success
  137. title: Success
  138. warning:
  139. class: warning
  140. title: Warning
  141. danger:
  142. class: danger
  143. title: Danger
  144. info:
  145. class: info
  146. title: Info
  147. dark:
  148. class: dark
  149. title: Dark
  150. light:
  151. class: light
  152. title: Light
  153. button-states:
  154. - class:
  155. title: Normal
  156. - class: active
  157. title: Active state
  158. - class: disabled
  159. title: Disabled
  160. socials:
  161. facebook:
  162. icon: brand-facebook
  163. title: Facebook
  164. twitter:
  165. icon: brand-twitter
  166. title: Twitter
  167. google:
  168. icon: brand-google
  169. title: Google
  170. youtube:
  171. icon: brand-youtube
  172. title: Youtube
  173. vimeo:
  174. icon: brand-vimeo
  175. title: Vimeo
  176. dribbble:
  177. icon: brand-dribbble
  178. title: Dribbble
  179. github:
  180. icon: brand-github
  181. title: Github
  182. instagram:
  183. icon: brand-instagram
  184. title: Instagram
  185. pinterest:
  186. icon: brand-pinterest
  187. title: Pinterest
  188. vk:
  189. icon: brand-vk
  190. title: VK
  191. rss:
  192. icon: rss
  193. title: RSS
  194. flickr:
  195. icon: brand-flickr
  196. title: Flickr
  197. bitbucket:
  198. icon: brand-bitbucket
  199. title: Bitbucket
  200. tabler:
  201. icon: brand-tabler
  202. title: Tabler
  203. months-short: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
  204. months-long: ['January', 'Febuary', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
  205. icons:
  206. link: https://tabler-icons.io
  207. emails:
  208. price: "$29"
  209. count: 54
  210. buy_link: https://tabler.io/buy-emails