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

C
codecalm 已提交
4
version: v1.0.0-alpha
5
title: Tabler
C
chomik 已提交
6
description: Premium and Open Source dashboard template with responsive and high quality UI.
A
Anton 已提交
7
github_url: https://github.com/tabler/tabler
C
codecalm 已提交
8

C
codecalm 已提交
9
debug: false
C
codecalm 已提交
10

C
codecalm 已提交
11 12
dark-theme: false

C
chomik 已提交
13
plugins:
C
codecalm 已提交
14
  - jekyll-random
C
codecalm 已提交
15
  - jekyll-toc
C
codecalm 已提交
16 17 18 19 20 21 22 23
  - jekyll-tidy
  - jekyll-timeago
  - jekyll-redirect-from

tabler-plugins:
  - tabler-flags
  - tabler-payments
  - tabler-buttons
C
codecalm 已提交
24
  - tabler-dark
C
codecalm 已提交
25
  - tabler-rtl
C
codecalm 已提交
26

27
exclude:
C
codecalm 已提交
28
  - .jekyll-cache
C
codecalm 已提交
29 30 31 32 33 34 35 36 37 38 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 96 97 98
  - 400.html
  - 401.html
  - 403.html
  - 404.html
  - 500.html
  - 503.html
  - all.html
  - blank.html
  - blog.html
  - buttons.html
  - calendar.html
  - cards.html
  - carousel.html
  - changelog.html
  - charts.html
  - charts-heatmap.html
  - components.html
  - crypto-currencies.html
  - datatables.html
  - docs.html
  - dropdowns.html
  - email.html
  - empty.html
  - flags.html
  - forgot-password.html
  - form-elements.html
  - gallery.html
  - homepage.html
  - icons.html
  - index.html
  - invoice.html
  - layout-dark.html
  - layout-dark-navigation.html
  - layout-dark-topnav.html
  - layout-sidebar.html
  - layout-sidebar-dark.html
  - layout-sidebar-narrow.html
  - layout-sidebar-only.html
  - layout-sidebar-right.html
  - layouts.html
  - license.html
  - lists.html
  - lookup.html
  - maintenance.html
  - maps.html
  - markdown.md
  - music.html
  - pagination.html
  - pricing.html
  - profile.html
  - ribbons.html
  - rtl.html
  - search-results.html
  - sign-in.html
  - sign-up.html
  - sitemap.xml
  - snippets.html
  - social.html
  - store.html
  - tabs.html
  - terms-of-service.html
  - tmp.html
  - tmp2.html
  - tmp3.html
  - tmp4.html
  - tmp-dark.html
  - tmp-forms.html
  - typography.html
  - users.html
  - welcome.html
99

C
chomik 已提交
100
keep_files:
C
codecalm 已提交
101 102 103
  - css/ui-kit.css
  - css/dark.css
  - css/rtl.css
C
codecalm 已提交
104

C
codecalm 已提交
105 106
markdown: kramdown
kramdown:
C
codecalm 已提交
107
  input: GFM
C
codecalm 已提交
108 109 110 111 112 113
  syntax_highlighter: rouge

jekyll_tidy:
  compress_html: false
  ignore_env: development

C
codecalm 已提交
114 115 116 117
toc:
  min_level: 2
  max_level: 2
  list_class: list-unstyled
C
codecalm 已提交
118

C
codecalm 已提交
119 120 121 122 123 124 125
#collections:
#  docs:
#    output: false
#  changelog:
#    output: false
#  components:
#    output: false
C
codecalm 已提交
126

C
chomik 已提交
127
defaults:
C
codecalm 已提交
128
  - scope:
C
codecalm 已提交
129
      type: "pages"
C
codecalm 已提交
130 131 132 133 134 135
      path: "*.md"
    values:
      layout: markdown

  - scope:
      type: "pages"
C
chomik 已提交
136 137
    values:
      layout: default
C
codecalm 已提交
138 139 140 141 142 143 144 145
#  - scope:
#      type: "docs"
#    values:
#      layout: docs
#  - scope:
#      type: "components"
#    values:
#      layout: component
C
codecalm 已提交
146

C
chomik 已提交
147 148 149

colors:
  blue:
C
chomik 已提交
150
    hex: '#206bc4'
C
codecalm 已提交
151
    title: Blue
C
chomik 已提交
152 153
  azure:
    hex: '#45aaf2'
C
codecalm 已提交
154
    title: Azure
C
chomik 已提交
155 156
  indigo:
    hex: '#6574cd'
C
codecalm 已提交
157
    title: Indigo
C
chomik 已提交
158 159
  purple:
    hex: '#a55eea'
C
codecalm 已提交
160
    title: Purple
C
chomik 已提交
161 162
  pink:
    hex: '#f66d9b'
C
codecalm 已提交
163
    title: Pink
C
chomik 已提交
164
  red:
C
chomik 已提交
165
    hex: '#fa4654'
C
codecalm 已提交
166
    title: Red
C
chomik 已提交
167 168
  orange:
    hex: '#fd9644'
C
codecalm 已提交
169
    title: Orange
C
chomik 已提交
170 171
  yellow:
    hex: '#f1c40f'
C
codecalm 已提交
172
    title: Yellow
C
chomik 已提交
173 174
  lime:
    hex: '#7bd235'
C
codecalm 已提交
175
    title: Lime
C
chomik 已提交
176 177
  green:
    hex: '#5eba00'
C
codecalm 已提交
178
    title: Green
C
chomik 已提交
179 180
  teal:
    hex: '#2bcbba'
C
codecalm 已提交
181
    title: Teal
C
chomik 已提交
182 183
  cyan:
    hex: '#17a2b8'
C
codecalm 已提交
184
    title: Cyan
C
chomik 已提交
185 186
  gray:
    hex: '#868e96'
C
codecalm 已提交
187
    title: Gray
C
chomik 已提交
188

C
codecalm 已提交
189 190 191 192 193 194 195 196
colors-extra:
  white:
    hex: '#ffffff'
    title: White
  dark:
    hex: '#303645'
    title: Dark

C
chomik 已提交
197
variants:
C
chomik 已提交
198 199 200 201 202 203 204 205
  - name: success
    icon: check
  - name: info
    icon: info
  - name: warning
    icon: alert-triangle
  - name: danger
    icon: x-octagon
C
chomik 已提交
206

C
codecalm 已提交
207 208 209
button-variants:
  primary:
    class: primary
210
    title: Primary
C
codecalm 已提交
211 212
  secondary:
    class: secondary
213
    title: Secondary
C
codecalm 已提交
214 215
  success:
    class: success
216
    title: Success
C
codecalm 已提交
217 218
  warning:
    class: warning
219
    title: Warning
C
codecalm 已提交
220 221
  danger:
    class: danger
222
    title: Danger
C
codecalm 已提交
223 224 225 226 227 228 229 230
  info:
    class: info
    title: Info
  light:
    class: light
    title: Light
  dark:
    class: dark
231
    title: Dark
C
codecalm 已提交
232 233 234 235 236 237 238 239 240 241 242
  link:
    class: link
    title: Link

button-states:
  - class:
    title: Normal
  - class: active
    title: Active state
  - class: disabled
    title: Disabled
243 244

socials:
C
codecalm 已提交
245
  facebook:
246
    icon: brand/facebook
247
    title: Facebook
C
codecalm 已提交
248
  twitter:
249
    icon: brand/twitter
250
    title: Twitter
C
codecalm 已提交
251
  google:
252
    icon: brand/google
253
    title: Google
C
codecalm 已提交
254
  youtube:
255
    icon: brand/youtube
256
    title: Youtube
C
codecalm 已提交
257
  vimeo:
258
    icon: brand/vimeo
259
    title: Vimeo
C
codecalm 已提交
260
  dribbble:
261
    icon: brand/dribbble
262
    title: Dribbble
C
codecalm 已提交
263
  github:
264
    icon: brand/github
265
    title: Github
C
codecalm 已提交
266
  instagram:
267
    icon: brand/instagram
268
    title: Instagram
C
codecalm 已提交
269
  pinterest:
270
    icon: brand/pinterest
271
    title: Pinterest
C
codecalm 已提交
272
  vk:
273
    icon: brand/vk
274
    title: VK
C
codecalm 已提交
275
  rss:
276
    icon: brand/rss
277
    title: RSS
C
codecalm 已提交
278
  flickr:
279
    icon: brand/flickr
280
    title: Flickr
C
codecalm 已提交
281
  bitbucket:
282
    icon: brand/bitbucket
283
    title: Bitbucker
C
codecalm 已提交
284
  tabler:
285
    icon: brand/tabler
286
    title: Tabler
C
chomik 已提交
287 288 289

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']