_config.yml 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  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. exclude:
  43. - .jekyll-cache
  44. - redirects.json
  45. markdown: kramdown
  46. kramdown:
  47. input: GFM
  48. syntax_highlighter: rouge
  49. jekyll_tidy:
  50. compress_html: false
  51. ignore_env: development
  52. collections:
  53. - free-illustrations
  54. defaults:
  55. - scope:
  56. type: "pages"
  57. path: "*.md"
  58. values:
  59. layout: markdown
  60. - scope:
  61. type: "pages"
  62. values:
  63. layout: default
  64. colors:
  65. blue:
  66. class: blue
  67. hex: '#066fd1'
  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. skin-colors:
  114. rose:
  115. hex: '#FFCB9D'
  116. title: Rose
  117. class: rose
  118. yellow:
  119. hex: '#F0BA60'
  120. title: Yellow
  121. class: yellow
  122. skin-1:
  123. hex: '#e2c6a7'
  124. title: Skin 1
  125. class: skin-1
  126. skin-2:
  127. hex: '#c7a786'
  128. title: Skin 2
  129. class: skin-2
  130. skin-3:
  131. hex: '#a68063'
  132. title: Skin 3
  133. class: skin-3
  134. skin-4:
  135. hex: '#926241'
  136. title: Skin 4
  137. class: skin-4
  138. skin-5:
  139. hex: '#654c45'
  140. title: Skin 5
  141. class: skin-5
  142. gray:
  143. hex: '#d5d7dd'
  144. title: Gray
  145. class: gray
  146. colors-extra:
  147. white:
  148. hex: '#ffffff'
  149. title: White
  150. dark:
  151. hex: '#303645'
  152. title: Dark
  153. gray:
  154. hex: '#868e96'
  155. title: Gray
  156. variants:
  157. - name: success
  158. icon: check
  159. - name: info
  160. icon: info-circle
  161. - name: warning
  162. icon: alert-triangle
  163. - name: danger
  164. icon: alert-circle
  165. theme-colors:
  166. primary:
  167. class: primary
  168. title: Primary
  169. secondary:
  170. class: secondary
  171. title: Secondary
  172. success:
  173. class: success
  174. title: Success
  175. warning:
  176. class: warning
  177. title: Warning
  178. danger:
  179. class: danger
  180. title: Danger
  181. info:
  182. class: info
  183. title: Info
  184. dark:
  185. class: dark
  186. title: Dark
  187. light:
  188. class: light
  189. title: Light
  190. button-states:
  191. - class:
  192. title: Normal
  193. - class: active
  194. title: Active state
  195. - class: disabled
  196. title: Disabled
  197. socials:
  198. x:
  199. icon: brand-x
  200. title: X
  201. facebook:
  202. icon: brand-facebook
  203. title: Facebook
  204. twitter:
  205. icon: brand-twitter
  206. title: Twitter
  207. google:
  208. icon: brand-google
  209. title: Google
  210. youtube:
  211. icon: brand-youtube
  212. title: Youtube
  213. vimeo:
  214. icon: brand-vimeo
  215. title: Vimeo
  216. dribbble:
  217. icon: brand-dribbble
  218. title: Dribbble
  219. github:
  220. icon: brand-github
  221. title: Github
  222. instagram:
  223. icon: brand-instagram
  224. title: Instagram
  225. pinterest:
  226. icon: brand-pinterest
  227. title: Pinterest
  228. vk:
  229. icon: brand-vk
  230. title: VK
  231. rss:
  232. icon: rss
  233. title: RSS
  234. flickr:
  235. icon: brand-flickr
  236. title: Flickr
  237. bitbucket:
  238. icon: brand-bitbucket
  239. title: Bitbucket
  240. tabler:
  241. icon: brand-tabler
  242. title: Tabler
  243. months-short: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
  244. months-long: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']
  245. icons:
  246. link: https://tabler.io/icons
  247. emails:
  248. price: "$29"
  249. buy_link: https://r.tabler.io/buy-emails
  250. illustrations:
  251. price: "$59"
  252. count: 50
  253. buy_link: https://r.tabler.io/buy-illustrations