_config.yml 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  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: "#066fd1"
  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-socials
  39. - tabler-payments
  40. - tabler-vendors
  41. - tabler-marketing
  42. - tabler-themes
  43. exclude:
  44. - .jekyll-cache
  45. - redirects.json
  46. markdown: kramdown
  47. kramdown:
  48. input: GFM
  49. syntax_highlighter: rouge
  50. jekyll_tidy:
  51. compress_html: false
  52. ignore_env: development
  53. collections:
  54. - free-illustrations
  55. defaults:
  56. - scope:
  57. type: "pages"
  58. path: "*.md"
  59. values:
  60. layout: markdown
  61. - scope:
  62. type: "pages"
  63. values:
  64. layout: default
  65. colors:
  66. blue:
  67. class: blue
  68. hex: '#066fd1'
  69. title: Blue
  70. azure:
  71. class: azure
  72. hex: '#45aaf2'
  73. title: Azure
  74. indigo:
  75. class: indigo
  76. hex: '#6574cd'
  77. title: Indigo
  78. purple:
  79. class: purple
  80. hex: '#a55eea'
  81. title: Purple
  82. pink:
  83. class: pink
  84. hex: '#f66d9b'
  85. title: Pink
  86. red:
  87. class: red
  88. hex: '#fa4654'
  89. title: Red
  90. orange:
  91. class: orange
  92. hex: '#fd9644'
  93. title: Orange
  94. yellow:
  95. class: yellow
  96. hex: '#f1c40f'
  97. title: Yellow
  98. lime:
  99. class: lime
  100. hex: '#7bd235'
  101. title: Lime
  102. green:
  103. class: green
  104. hex: '#5eba00'
  105. title: Green
  106. teal:
  107. class: teal
  108. hex: '#2bcbba'
  109. title: Teal
  110. cyan:
  111. class: cyan
  112. hex: '#17a2b8'
  113. title: Cyan
  114. skin-colors:
  115. rose:
  116. hex: '#FFCB9D'
  117. title: Rose
  118. class: rose
  119. yellow:
  120. hex: '#F0BA60'
  121. title: Yellow
  122. class: yellow
  123. skin-1:
  124. hex: '#e2c6a7'
  125. title: Skin 1
  126. class: skin-1
  127. skin-2:
  128. hex: '#c7a786'
  129. title: Skin 2
  130. class: skin-2
  131. skin-3:
  132. hex: '#a68063'
  133. title: Skin 3
  134. class: skin-3
  135. skin-4:
  136. hex: '#926241'
  137. title: Skin 4
  138. class: skin-4
  139. skin-5:
  140. hex: '#654c45'
  141. title: Skin 5
  142. class: skin-5
  143. gray:
  144. hex: '#d5d7dd'
  145. title: Gray
  146. class: gray
  147. colors-extra:
  148. white:
  149. hex: '#ffffff'
  150. title: White
  151. dark:
  152. hex: '#303645'
  153. title: Dark
  154. gray:
  155. hex: '#868e96'
  156. title: Gray
  157. variants:
  158. - name: success
  159. icon: check
  160. - name: info
  161. icon: info-circle
  162. - name: warning
  163. icon: alert-triangle
  164. - name: danger
  165. icon: alert-circle
  166. theme-colors:
  167. primary:
  168. class: primary
  169. title: Primary
  170. secondary:
  171. class: secondary
  172. title: Secondary
  173. success:
  174. class: success
  175. title: Success
  176. warning:
  177. class: warning
  178. title: Warning
  179. danger:
  180. class: danger
  181. title: Danger
  182. info:
  183. class: info
  184. title: Info
  185. dark:
  186. class: dark
  187. title: Dark
  188. light:
  189. class: light
  190. title: Light
  191. button-states:
  192. - class:
  193. title: Normal
  194. - class: active
  195. title: Active state
  196. - class: disabled
  197. title: Disabled
  198. socials:
  199. x:
  200. icon: brand-x
  201. title: X
  202. facebook:
  203. icon: brand-facebook
  204. title: Facebook
  205. twitter:
  206. icon: brand-twitter
  207. title: Twitter
  208. google:
  209. icon: brand-google
  210. title: Google
  211. youtube:
  212. icon: brand-youtube
  213. title: Youtube
  214. vimeo:
  215. icon: brand-vimeo
  216. title: Vimeo
  217. dribbble:
  218. icon: brand-dribbble
  219. title: Dribbble
  220. github:
  221. icon: brand-github
  222. title: Github
  223. instagram:
  224. icon: brand-instagram
  225. title: Instagram
  226. pinterest:
  227. icon: brand-pinterest
  228. title: Pinterest
  229. vk:
  230. icon: brand-vk
  231. title: VK
  232. rss:
  233. icon: rss
  234. title: RSS
  235. flickr:
  236. icon: brand-flickr
  237. title: Flickr
  238. bitbucket:
  239. icon: brand-bitbucket
  240. title: Bitbucket
  241. tabler:
  242. icon: brand-tabler
  243. title: Tabler
  244. months-short: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
  245. months-long: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']
  246. icons:
  247. link: https://tabler.io/icons
  248. emails:
  249. price: "$29"
  250. buy_link: https://r.tabler.io/buy-emails
  251. illustrations:
  252. price: "$59"
  253. count: 50
  254. buy_link: https://r.tabler.io/buy-illustrations