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

C
codecalm 已提交
4
version: 1.0.0-alpha.3
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
sponsor_url: https://github.com/sponsors/codecalm
C
codecalm 已提交
9

C
codecalm 已提交
10 11
mapbox_key: pk.eyJ1IjoiY29kZWNhbG0iLCJhIjoiSzRiOVJvQSJ9.BUVkTT6IYs83xSUs4H7bjQ

C
codecalm 已提交
12
debug: false
C
codecalm 已提交
13

C
codecalm 已提交
14 15
dark-theme: false

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

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

28
exclude:
C
codecalm 已提交
29
  - .jekyll-cache
30

C
chomik 已提交
31
keep_files:
C
codecalm 已提交
32 33 34
  - css/ui-kit.css
  - css/dark.css
  - css/rtl.css
C
codecalm 已提交
35

C
codecalm 已提交
36 37
markdown: kramdown
kramdown:
C
codecalm 已提交
38
  input: GFM
C
codecalm 已提交
39 40 41 42 43 44
  syntax_highlighter: rouge

jekyll_tidy:
  compress_html: false
  ignore_env: development

C
codecalm 已提交
45 46
toc:
  min_level: 2
C
codecalm 已提交
47
  max_level: 3
C
codecalm 已提交
48
  list_class: list-unstyled
C
codecalm 已提交
49

C
codecalm 已提交
50 51
collections:
  docs:
C
codecalm 已提交
52
    output: true
C
codecalm 已提交
53 54 55
  changelog:
    output: false
  components:
C
codecalm 已提交
56
    output: true
C
codecalm 已提交
57

C
chomik 已提交
58
defaults:
C
codecalm 已提交
59
  - scope:
C
codecalm 已提交
60
      type: "pages"
C
codecalm 已提交
61 62 63 64 65 66
      path: "*.md"
    values:
      layout: markdown

  - scope:
      type: "pages"
C
chomik 已提交
67 68
    values:
      layout: default
C
codecalm 已提交
69 70 71 72
  - scope:
      type: "docs"
    values:
      layout: docs
C
codecalm 已提交
73
      toc: true
C
codecalm 已提交
74 75 76 77
  - scope:
      type: "components"
    values:
      layout: component
C
codecalm 已提交
78

C
chomik 已提交
79 80 81

colors:
  blue:
C
chomik 已提交
82
    hex: '#206bc4'
C
codecalm 已提交
83
    title: Blue
C
chomik 已提交
84 85
  azure:
    hex: '#45aaf2'
C
codecalm 已提交
86
    title: Azure
C
chomik 已提交
87 88
  indigo:
    hex: '#6574cd'
C
codecalm 已提交
89
    title: Indigo
C
chomik 已提交
90 91
  purple:
    hex: '#a55eea'
C
codecalm 已提交
92
    title: Purple
C
chomik 已提交
93 94
  pink:
    hex: '#f66d9b'
C
codecalm 已提交
95
    title: Pink
C
chomik 已提交
96
  red:
C
chomik 已提交
97
    hex: '#fa4654'
C
codecalm 已提交
98
    title: Red
C
chomik 已提交
99 100
  orange:
    hex: '#fd9644'
C
codecalm 已提交
101
    title: Orange
C
chomik 已提交
102 103
  yellow:
    hex: '#f1c40f'
C
codecalm 已提交
104
    title: Yellow
C
chomik 已提交
105 106
  lime:
    hex: '#7bd235'
C
codecalm 已提交
107
    title: Lime
C
chomik 已提交
108 109
  green:
    hex: '#5eba00'
C
codecalm 已提交
110
    title: Green
C
chomik 已提交
111 112
  teal:
    hex: '#2bcbba'
C
codecalm 已提交
113
    title: Teal
C
chomik 已提交
114 115
  cyan:
    hex: '#17a2b8'
C
codecalm 已提交
116
    title: Cyan
C
chomik 已提交
117 118
  gray:
    hex: '#868e96'
C
codecalm 已提交
119
    title: Gray
C
chomik 已提交
120

C
codecalm 已提交
121 122 123 124 125 126 127 128
colors-extra:
  white:
    hex: '#ffffff'
    title: White
  dark:
    hex: '#303645'
    title: Dark

C
chomik 已提交
129
variants:
C
chomik 已提交
130 131 132 133 134 135 136 137
  - name: success
    icon: check
  - name: info
    icon: info
  - name: warning
    icon: alert-triangle
  - name: danger
    icon: x-octagon
C
chomik 已提交
138

C
codecalm 已提交
139 140 141
button-variants:
  primary:
    class: primary
142
    title: Primary
C
codecalm 已提交
143 144
  secondary:
    class: secondary
145
    title: Secondary
C
codecalm 已提交
146 147
  success:
    class: success
148
    title: Success
C
codecalm 已提交
149 150
  warning:
    class: warning
151
    title: Warning
C
codecalm 已提交
152 153
  danger:
    class: danger
154
    title: Danger
C
codecalm 已提交
155 156 157 158 159 160 161 162
  info:
    class: info
    title: Info
  light:
    class: light
    title: Light
  dark:
    class: dark
163
    title: Dark
C
codecalm 已提交
164 165 166 167 168 169 170 171 172 173 174
  link:
    class: link
    title: Link

button-states:
  - class:
    title: Normal
  - class: active
    title: Active state
  - class: disabled
    title: Disabled
175 176

socials:
C
codecalm 已提交
177
  facebook:
178
    icon: brand/facebook
179
    title: Facebook
C
codecalm 已提交
180
  twitter:
181
    icon: brand/twitter
182
    title: Twitter
C
codecalm 已提交
183
  google:
184
    icon: brand/google
185
    title: Google
C
codecalm 已提交
186
  youtube:
187
    icon: brand/youtube
188
    title: Youtube
C
codecalm 已提交
189
  vimeo:
190
    icon: brand/vimeo
191
    title: Vimeo
C
codecalm 已提交
192
  dribbble:
193
    icon: brand/dribbble
194
    title: Dribbble
C
codecalm 已提交
195
  github:
196
    icon: brand/github
197
    title: Github
C
codecalm 已提交
198
  instagram:
199
    icon: brand/instagram
200
    title: Instagram
C
codecalm 已提交
201
  pinterest:
202
    icon: brand/pinterest
203
    title: Pinterest
C
codecalm 已提交
204
  vk:
205
    icon: brand/vk
206
    title: VK
C
codecalm 已提交
207
  rss:
208
    icon: brand/rss
209
    title: RSS
C
codecalm 已提交
210
  flickr:
211
    icon: brand/flickr
212
    title: Flickr
C
codecalm 已提交
213
  bitbucket:
214
    icon: brand/bitbucket
215
    title: Bitbucker
C
codecalm 已提交
216
  tabler:
217
    icon: brand/tabler
218
    title: Tabler
C
chomik 已提交
219 220 221

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