_config.yml 4.5 KB
Newer Older
C
codecalm 已提交
1
source: src/pages
C
chomik 已提交
2
destination: tmp
C
codecalm 已提交
3

C
codecalm 已提交
4 5 6 7 8 9 10
keep_files:
  - css
  - js
  - img
  - dist
  - static

11
title: Tabler
C
chomik 已提交
12
description: Premium and Open Source dashboard template with responsive and high quality UI.
C
codecalm 已提交
13
homepage: https://tabler.io
A
Anton 已提交
14
github_url: https://github.com/tabler/tabler
C
codecalm 已提交
15
sponsor_url: https://github.com/sponsors/codecalm
C
codecalm 已提交
16

C
codecalm 已提交
17 18
mapbox_key: pk.eyJ1IjoiY29kZWNhbG0iLCJhIjoiSzRiOVJvQSJ9.BUVkTT6IYs83xSUs4H7bjQ

C
codecalm 已提交
19
debug: false
C
codecalm 已提交
20

C
codecalm 已提交
21
layout-dark: false
C
codecalm 已提交
22

C
chomik 已提交
23
plugins:
C
codecalm 已提交
24
  - jekyll-random
C
codecalm 已提交
25
  - jekyll-toc
C
codecalm 已提交
26 27 28 29 30 31 32 33
  - jekyll-tidy
  - jekyll-timeago
  - jekyll-redirect-from

tabler-plugins:
  - tabler-flags
  - tabler-payments
  - tabler-buttons
C
codecalm 已提交
34

35
exclude:
C
codecalm 已提交
36
  - .jekyll-cache
C
codecalm 已提交
37
  - redirects.json
C
codecalm 已提交
38

C
codecalm 已提交
39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
  - all.html
  - blank.html
  - buttons.html
  - calendar.html
  - cards.html
  - cards-masonry.html
  - carousel.html
  - changelog.html
  - charts.html
  - charts-heatmap.html
  - crypto-currencies.html
  - docs.html
  - dropdowns.html
  - empty.html
  - error-404.html
  - error-500.html
  - error-maintenance.html
  - favicon.ico
  - flags.html
  - forgot-password.html
  - form-elements.html
  - gallery.html
  - icons.html
  - index.html
  - invoice.html
  - layout-combo.html
  - layout-condensed.html
  - layout-condensed-dark.html
  - layout-dark.html
  - layout-fluid.html
  - layout-fluid-vertical.html
  - layout-horizontal.html
  - layout-navbar-dark.html
  - layout-navbar-overlap.html
  - layout-vertical.html
  - layout-vertical-right.html
  - license.html
  - lists.html
  - maps.html
  - maps-vector.html
  - markdown.md
  - modals.html
  - music.html
  - navigation.html
  - pagination.html
  - pricing.html
  - search-results.html
  - sign-in.html
  - sign-up.html
  - snippets.html
  - social.html
  - tables.html
  - tabs.html
  - typography.html
  - users.html
  - wizard.html

C
codecalm 已提交
96 97
markdown: kramdown
kramdown:
C
codecalm 已提交
98
  input: GFM
C
codecalm 已提交
99 100 101 102 103 104
  syntax_highlighter: rouge

jekyll_tidy:
  compress_html: false
  ignore_env: development

C
codecalm 已提交
105 106
toc:
  min_level: 2
C
codecalm 已提交
107
  max_level: 3
C
codecalm 已提交
108
  list_class: list-unstyled
C
codecalm 已提交
109

C
codecalm 已提交
110 111 112
#collections:
#  docs:
#    output: true
C
codecalm 已提交
113

C
chomik 已提交
114
defaults:
C
codecalm 已提交
115
  - scope:
C
codecalm 已提交
116
      type: "pages"
C
codecalm 已提交
117 118 119 120 121 122
      path: "*.md"
    values:
      layout: markdown

  - scope:
      type: "pages"
C
chomik 已提交
123 124
    values:
      layout: default
C
codecalm 已提交
125 126 127 128 129
  - scope:
      type: "docs"
    values:
      layout: docs
      toc: true
C
chomik 已提交
130 131 132

colors:
  blue:
C
chomik 已提交
133
    hex: '#206bc4'
C
codecalm 已提交
134
    title: Blue
C
chomik 已提交
135 136
  azure:
    hex: '#45aaf2'
C
codecalm 已提交
137
    title: Azure
C
chomik 已提交
138 139
  indigo:
    hex: '#6574cd'
C
codecalm 已提交
140
    title: Indigo
C
chomik 已提交
141 142
  purple:
    hex: '#a55eea'
C
codecalm 已提交
143
    title: Purple
C
chomik 已提交
144 145
  pink:
    hex: '#f66d9b'
C
codecalm 已提交
146
    title: Pink
C
chomik 已提交
147
  red:
C
chomik 已提交
148
    hex: '#fa4654'
C
codecalm 已提交
149
    title: Red
C
chomik 已提交
150 151
  orange:
    hex: '#fd9644'
C
codecalm 已提交
152
    title: Orange
C
chomik 已提交
153 154
  yellow:
    hex: '#f1c40f'
C
codecalm 已提交
155
    title: Yellow
C
chomik 已提交
156 157
  lime:
    hex: '#7bd235'
C
codecalm 已提交
158
    title: Lime
C
chomik 已提交
159 160
  green:
    hex: '#5eba00'
C
codecalm 已提交
161
    title: Green
C
chomik 已提交
162 163
  teal:
    hex: '#2bcbba'
C
codecalm 已提交
164
    title: Teal
C
chomik 已提交
165 166
  cyan:
    hex: '#17a2b8'
C
codecalm 已提交
167
    title: Cyan
C
chomik 已提交
168

C
codecalm 已提交
169 170 171 172 173 174 175
colors-extra:
  white:
    hex: '#ffffff'
    title: White
  dark:
    hex: '#303645'
    title: Dark
C
codecalm 已提交
176 177 178
  gray:
    hex: '#868e96'
    title: Gray
C
codecalm 已提交
179

C
chomik 已提交
180
variants:
C
chomik 已提交
181 182 183
  - name: success
    icon: check
  - name: info
184
    icon: info-circle
C
chomik 已提交
185 186 187
  - name: warning
    icon: alert-triangle
  - name: danger
188
    icon: alert-circle
C
chomik 已提交
189

C
codecalm 已提交
190 191 192
button-variants:
  primary:
    class: primary
193
    title: Primary
C
codecalm 已提交
194 195
  secondary:
    class: secondary
196
    title: Secondary
C
codecalm 已提交
197 198
  success:
    class: success
199
    title: Success
C
codecalm 已提交
200 201
  warning:
    class: warning
202
    title: Warning
C
codecalm 已提交
203 204
  danger:
    class: danger
205
    title: Danger
C
codecalm 已提交
206 207 208 209 210 211 212 213
  info:
    class: info
    title: Info
  light:
    class: light
    title: Light
  dark:
    class: dark
214
    title: Dark
C
codecalm 已提交
215 216 217 218 219 220 221 222 223 224 225
  link:
    class: link
    title: Link

button-states:
  - class:
    title: Normal
  - class: active
    title: Active state
  - class: disabled
    title: Disabled
226 227

socials:
C
codecalm 已提交
228
  facebook:
229
    icon: brand/facebook
230
    title: Facebook
C
codecalm 已提交
231
  twitter:
232
    icon: brand/twitter
233
    title: Twitter
C
codecalm 已提交
234
  google:
235
    icon: brand/google
236
    title: Google
C
codecalm 已提交
237
  youtube:
238
    icon: brand/youtube
239
    title: Youtube
C
codecalm 已提交
240
  vimeo:
241
    icon: brand/vimeo
242
    title: Vimeo
C
codecalm 已提交
243
  dribbble:
244
    icon: brand/dribbble
245
    title: Dribbble
C
codecalm 已提交
246
  github:
247
    icon: brand/github
248
    title: Github
C
codecalm 已提交
249
  instagram:
250
    icon: brand/instagram
251
    title: Instagram
C
codecalm 已提交
252
  pinterest:
253
    icon: brand/pinterest
254
    title: Pinterest
C
codecalm 已提交
255
  vk:
256
    icon: brand/vk
257
    title: VK
C
codecalm 已提交
258
  rss:
259
    icon: brand/rss
260
    title: RSS
C
codecalm 已提交
261
  flickr:
262
    icon: brand/flickr
263
    title: Flickr
C
codecalm 已提交
264
  bitbucket:
265
    icon: brand/bitbucket
266
    title: Bitbucker
C
codecalm 已提交
267
  tabler:
268
    icon: brand/tabler
269
    title: Tabler
C
chomik 已提交
270

C
cleanup  
codecalm 已提交
271 272
months-short: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
months-long: ['January', 'Febuary', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']