_config.yml 4.7 KB

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