site.json 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  1. {
  2. "source": "preview",
  3. "version": "1.0.0",
  4. "use-iconfont": false,
  5. "rtl": false,
  6. "title": "Tabler",
  7. "description": "Premium and Open Source dashboard template with responsive and high quality UI.",
  8. "theme-color": "#0054a6",
  9. "email": "hello@tabler.io",
  10. "github-url": "https://github.com/tabler/tabler",
  11. "github-sponsors-url": "https://github.com/sponsors/codecalm",
  12. "changelog-url": "https://github.com/tabler/tabler/releases",
  13. "sponsor-url": "https://github.com/sponsors/codecalm",
  14. "preview-url": "https://tabler.io/demo",
  15. "docs-url": "https://tabler.io/docs",
  16. "mapbox-key": "pk.eyJ1IjoidGFibGVyIiwiYSI6ImNscHh3dnhndjB2M3QycW85bGd0NXRmZ3YifQ.9LfHPsNoEXQH-xzz-81Ffw",
  17. "google-maps-key": "AIzaSyAr5mRB4U1KRkVznIrDWEvZjroYcD202DI",
  18. "google-maps-dev-key": "AIzaSyCL-BY8-sq12m0S9H-S_yMqDmcun3A9znw",
  19. "npm-package": "@tabler/core",
  20. "random-date-from": "2018-01-01",
  21. "random-date-to": "2022-01-01",
  22. "debug": false,
  23. "layout-dark": false,
  24. "plugins": [
  25. "jekyll-random",
  26. "jekyll-tidy",
  27. "jekyll-timeago",
  28. "jekyll-redirect-from"
  29. ],
  30. "tabler-css-plugins": [
  31. "tabler-flags",
  32. "tabler-payments",
  33. "tabler-vendors"
  34. ],
  35. "imclude": [
  36. "node_modules/@tabler/core/"
  37. ],
  38. "exclude": [
  39. ".turbo",
  40. ".build",
  41. ".jekyll-cache",
  42. "redirects.json"
  43. ],
  44. "markdown": "kramdown",
  45. "kramdown": {
  46. "input": "GFM",
  47. "syntax_highlighter": "rouge"
  48. },
  49. "jekyll_tidy": {
  50. "compress_html": false,
  51. "ignore_env": "development"
  52. },
  53. "collections": [
  54. "illustrations"
  55. ],
  56. "defaults": [
  57. {
  58. "scope": {
  59. "type": "pages",
  60. "path": "*.md"
  61. },
  62. "values": {
  63. "layout": "markdown"
  64. }
  65. },
  66. {
  67. "scope": {
  68. "type": "pages"
  69. },
  70. "values": {
  71. "layout": "default"
  72. }
  73. }
  74. ],
  75. "colors": {
  76. "blue": {
  77. "class": "blue",
  78. "hex": "#0054a6",
  79. "title": "Blue"
  80. },
  81. "azure": {
  82. "class": "azure",
  83. "hex": "#45aaf2",
  84. "title": "Azure"
  85. },
  86. "indigo": {
  87. "class": "indigo",
  88. "hex": "#6574cd",
  89. "title": "Indigo"
  90. },
  91. "purple": {
  92. "class": "purple",
  93. "hex": "#a55eea",
  94. "title": "Purple"
  95. },
  96. "pink": {
  97. "class": "pink",
  98. "hex": "#f66d9b",
  99. "title": "Pink"
  100. },
  101. "red": {
  102. "class": "red",
  103. "hex": "#fa4654",
  104. "title": "Red"
  105. },
  106. "orange": {
  107. "class": "orange",
  108. "hex": "#fd9644",
  109. "title": "Orange"
  110. },
  111. "yellow": {
  112. "class": "yellow",
  113. "hex": "#f1c40f",
  114. "title": "Yellow"
  115. },
  116. "lime": {
  117. "class": "lime",
  118. "hex": "#7bd235",
  119. "title": "Lime"
  120. },
  121. "green": {
  122. "class": "green",
  123. "hex": "#5eba00",
  124. "title": "Green"
  125. },
  126. "teal": {
  127. "class": "teal",
  128. "hex": "#2bcbba",
  129. "title": "Teal"
  130. },
  131. "cyan": {
  132. "class": "cyan",
  133. "hex": "#17a2b8",
  134. "title": "Cyan"
  135. }
  136. },
  137. "colors-extra": {
  138. "white": {
  139. "hex": "#ffffff",
  140. "title": "White"
  141. },
  142. "dark": {
  143. "hex": "#303645",
  144. "title": "Dark"
  145. },
  146. "gray": {
  147. "hex": "#868e96",
  148. "title": "Gray"
  149. }
  150. },
  151. "variants": [
  152. {
  153. "name": "success",
  154. "icon": "check"
  155. },
  156. {
  157. "name": "info",
  158. "icon": "info-circle"
  159. },
  160. {
  161. "name": "warning",
  162. "icon": "alert-triangle"
  163. },
  164. {
  165. "name": "danger",
  166. "icon": "alert-circle"
  167. }
  168. ],
  169. "theme-colors": {
  170. "primary": {
  171. "class": "primary",
  172. "title": "Primary"
  173. },
  174. "secondary": {
  175. "class": "secondary",
  176. "title": "Secondary"
  177. },
  178. "success": {
  179. "class": "success",
  180. "title": "Success"
  181. },
  182. "warning": {
  183. "class": "warning",
  184. "title": "Warning"
  185. },
  186. "danger": {
  187. "class": "danger",
  188. "title": "Danger"
  189. },
  190. "info": {
  191. "class": "info",
  192. "title": "Info"
  193. },
  194. "dark": {
  195. "class": "dark",
  196. "title": "Dark"
  197. },
  198. "light": {
  199. "class": "light",
  200. "title": "Light"
  201. }
  202. },
  203. "button-states": [
  204. {
  205. "class": null,
  206. "title": "Normal"
  207. },
  208. {
  209. "class": "active",
  210. "title": "Active state"
  211. },
  212. {
  213. "class": "disabled",
  214. "title": "Disabled"
  215. }
  216. ],
  217. "socials": {
  218. "facebook": {
  219. "icon": "brand-facebook",
  220. "title": "Facebook"
  221. },
  222. "twitter": {
  223. "icon": "brand-twitter",
  224. "title": "Twitter"
  225. },
  226. "google": {
  227. "icon": "brand-google",
  228. "title": "Google"
  229. },
  230. "youtube": {
  231. "icon": "brand-youtube",
  232. "title": "Youtube"
  233. },
  234. "vimeo": {
  235. "icon": "brand-vimeo",
  236. "title": "Vimeo"
  237. },
  238. "dribbble": {
  239. "icon": "brand-dribbble",
  240. "title": "Dribbble"
  241. },
  242. "github": {
  243. "icon": "brand-github",
  244. "title": "Github"
  245. },
  246. "instagram": {
  247. "icon": "brand-instagram",
  248. "title": "Instagram"
  249. },
  250. "pinterest": {
  251. "icon": "brand-pinterest",
  252. "title": "Pinterest"
  253. },
  254. "vk": {
  255. "icon": "brand-vk",
  256. "title": "VK"
  257. },
  258. "rss": {
  259. "icon": "rss",
  260. "title": "RSS"
  261. },
  262. "flickr": {
  263. "icon": "brand-flickr",
  264. "title": "Flickr"
  265. },
  266. "bitbucket": {
  267. "icon": "brand-bitbucket",
  268. "title": "Bitbucket"
  269. },
  270. "tabler": {
  271. "icon": "brand-tabler",
  272. "title": "Tabler"
  273. }
  274. },
  275. "months-short": [
  276. "Jan",
  277. "Feb",
  278. "Mar",
  279. "Apr",
  280. "May",
  281. "Jun",
  282. "Jul",
  283. "Aug",
  284. "Sep",
  285. "Oct",
  286. "Nov",
  287. "Dec"
  288. ],
  289. "months-long": [
  290. "January",
  291. "February",
  292. "March",
  293. "April",
  294. "May",
  295. "June",
  296. "July",
  297. "August",
  298. "September",
  299. "October",
  300. "November",
  301. "December"
  302. ],
  303. "icons": {
  304. "link": "https://tabler-icons.io"
  305. },
  306. "emails": {
  307. "price": "$29",
  308. "count": 54,
  309. "buy_link": "https://tabler.io/buy-emails"
  310. },
  311. "cdn": {
  312. "css_hash": "sha384-T25P8YoTiRixG36/dxLdGJ8SU4ejSs4BYZl7xEaHWcF5xh3vC9/1pBRfFypxciEM",
  313. "css_rtl_hash": "sha384-gl62Hqpw+TpS11vrGM+MHJ0b8lhrBHGgL+R77SVJvLhQcbuz84OGAcC6hY/PdM3x",
  314. "css_flags_hash": "sha384-WV/R5SodrBCDEYoIsdPw9bprPpFjYTt2x3ln4beBdE3Jh109LnUmrFBTEBioFdjo",
  315. "css_payments_hash": "sha384-cYNaWLdvKUhQEXWjlVY531BLPYzvB+xbbciUQWwwYXbRe9oFg99MzkvlZ8GAbZIL",
  316. "css_social_hash": "sha384-6UbJxFUNoto5pxFwy4JGR++Fb+RAT9ti/as7z/RJ360zIq7jdAI7R39jqBvs4VZ9",
  317. "css_vendors_hash": "sha384-HEAfW7nNycsLld00iy7MqBBxGHGvmkWFPQ0PEs091qKnNqNVkKJUsOtXgYKQG++j",
  318. "js_hash": "sha384-bmQgOLXly8UgyuVSWuEgwnNwV5czsZEvt6OATyaxapEtGy5rnPuI9nBrOIhTjiFZ",
  319. "js_bundle_hash": "sha384-006XDNy1u3XoUO+d/i4KdTm+06654Ovz/tFGjRtJMBsMx6Iv/V5YNnMH0TbTMyCe"
  320. }
  321. }