_config.yml 3.4 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 14 15 16 17
plugins:
- jekyll-random
- jekyll-tidy
- jekyll-timeago
- jekyll-redirect-from
C
chomik 已提交
18
- jekyll-include-cache
C
codecalm 已提交
19

20 21 22
exclude:
- .jekyll-cache

C
chomik 已提交
23 24 25 26 27
keep_files:
- css/ui-kit.css
- css/dark.css
- css/rtl.css
#- js/ui-kit.js
C
codecalm 已提交
28

C
codecalm 已提交
29 30 31 32 33 34 35 36 37 38 39 40 41 42
markdown: kramdown
highlighter: rouge

kramdown:
  syntax_highlighter: rouge
  syntax_highlighter_opts:
    css_class: ''
    span:
      line_numbers: false

jekyll_tidy:
  compress_html: false
  ignore_env: development

C
codecalm 已提交
43

C
chomik 已提交
44 45 46 47 48
collections:
  docs:
    output: true
  changelog:
    output: false
C
codecalm 已提交
49 50
  components:
    output: true
C
codecalm 已提交
51

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

  - scope:
      type: "pages"
C
chomik 已提交
63 64
    values:
      layout: default
C
codecalm 已提交
65
      menu-layout: horizontal
C
chomik 已提交
66 67
  -
    scope:
C
codecalm 已提交
68
      type: "docs"
C
chomik 已提交
69 70
    values:
      layout: docs
C
codecalm 已提交
71
      menu-layout: horizontal
C
codecalm 已提交
72 73
  -
    scope:
C
codecalm 已提交
74
      type: "components"
C
codecalm 已提交
75 76
    values:
      layout: component
C
codecalm 已提交
77
      menu-layout: horizontal
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
chomik 已提交
121
variants:
C
chomik 已提交
122 123 124 125 126 127 128 129
  - name: success
    icon: check
  - name: info
    icon: info
  - name: warning
    icon: alert-triangle
  - name: danger
    icon: x-octagon
C
chomik 已提交
130

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

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

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

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