_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

C
codecalm 已提交
11
version: 1.0.0-alpha.7
12
title: Tabler
C
chomik 已提交
13
description: Premium and Open Source dashboard template with responsive and high quality UI.
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
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
collections:
C
codecalm 已提交
54 55
  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 112
  gray:
    hex: '#868e96'
C
codecalm 已提交
113
    title: Gray
C
chomik 已提交
114

C
codecalm 已提交
115 116 117 118 119 120 121 122
colors-extra:
  white:
    hex: '#ffffff'
    title: White
  dark:
    hex: '#303645'
    title: Dark

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 166 167 168
  link:
    class: link
    title: Link

button-states:
  - class:
    title: Normal
  - class: active
    title: Active state
  - class: disabled
    title: Disabled
169 170

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

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