_config.yml 3.4 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
changelog_url: https://github.com/tabler/tabler/releases
C
codecalm 已提交
16
sponsor_url: https://github.com/sponsors/codecalm
C
codecalm 已提交
17

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

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

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

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

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

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

C
codecalm 已提交
39 40
markdown: kramdown
kramdown:
C
codecalm 已提交
41
  input: GFM
C
codecalm 已提交
42 43 44 45 46 47
  syntax_highlighter: rouge

jekyll_tidy:
  compress_html: false
  ignore_env: development

C
codecalm 已提交
48 49
toc:
  min_level: 2
C
codecalm 已提交
50
  max_level: 3
C
codecalm 已提交
51
  list_class: list-unstyled
C
codecalm 已提交
52

C
codecalm 已提交
53 54 55
collections:
  docs:
    output: true
C
codecalm 已提交
56

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

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

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

C
codecalm 已提交
112 113 114 115 116 117 118
colors-extra:
  white:
    hex: '#ffffff'
    title: White
  dark:
    hex: '#303645'
    title: Dark
C
codecalm 已提交
119 120 121
  gray:
    hex: '#868e96'
    title: Gray
C
codecalm 已提交
122

C
chomik 已提交
123
variants:
C
chomik 已提交
124 125 126
  - name: success
    icon: check
  - name: info
127
    icon: info-circle
C
chomik 已提交
128 129 130
  - name: warning
    icon: alert-triangle
  - name: danger
131
    icon: alert-circle
C
chomik 已提交
132

C
codecalm 已提交
133 134 135
button-variants:
  primary:
    class: primary
136
    title: Primary
C
codecalm 已提交
137 138
  secondary:
    class: secondary
139
    title: Secondary
C
codecalm 已提交
140 141
  success:
    class: success
142
    title: Success
C
codecalm 已提交
143 144
  warning:
    class: warning
145
    title: Warning
C
codecalm 已提交
146 147
  danger:
    class: danger
148
    title: Danger
C
codecalm 已提交
149 150 151 152 153 154 155 156
  info:
    class: info
    title: Info
  light:
    class: light
    title: Light
  dark:
    class: dark
157
    title: Dark
C
codecalm 已提交
158 159 160 161 162 163 164 165

button-states:
  - class:
    title: Normal
  - class: active
    title: Active state
  - class: disabled
    title: Disabled
166 167

socials:
C
codecalm 已提交
168
  facebook:
C
codecalm 已提交
169
    icon: brand-facebook
170
    title: Facebook
C
codecalm 已提交
171
  twitter:
C
codecalm 已提交
172
    icon: brand-twitter
173
    title: Twitter
C
codecalm 已提交
174
  google:
C
codecalm 已提交
175
    icon: brand-google
176
    title: Google
C
codecalm 已提交
177
  youtube:
C
codecalm 已提交
178
    icon: brand-youtube
179
    title: Youtube
C
codecalm 已提交
180
  vimeo:
C
codecalm 已提交
181
    icon: brand-vimeo
182
    title: Vimeo
C
codecalm 已提交
183
  dribbble:
C
codecalm 已提交
184
    icon: brand-dribbble
185
    title: Dribbble
C
codecalm 已提交
186
  github:
C
codecalm 已提交
187
    icon: brand-github
188
    title: Github
C
codecalm 已提交
189
  instagram:
C
codecalm 已提交
190
    icon: brand-instagram
191
    title: Instagram
C
codecalm 已提交
192
  pinterest:
C
codecalm 已提交
193
    icon: brand-pinterest
194
    title: Pinterest
C
codecalm 已提交
195
  vk:
C
codecalm 已提交
196
    icon: brand-vk
197
    title: VK
C
codecalm 已提交
198
  rss:
C
codecalm 已提交
199
    icon: rss
200
    title: RSS
C
codecalm 已提交
201
  flickr:
C
codecalm 已提交
202
    icon: brand-flickr
203
    title: Flickr
C
codecalm 已提交
204
  bitbucket:
C
codecalm 已提交
205
    icon: brand-bitbucket
206
    title: Bitbucker
C
codecalm 已提交
207
  tabler:
C
codecalm 已提交
208
    icon: brand-tabler
209
    title: Tabler
C
chomik 已提交
210

C
cleanup  
codecalm 已提交
211 212
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']