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

C
codecalm 已提交
4
version: 1.0.0-alpha.7
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
layout-dark: false
C
codecalm 已提交
15

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
collections:
C
codecalm 已提交
51 52
  docs:
    output: true
C
codecalm 已提交
53

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

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

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

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

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

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

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

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