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

18 19 20
exclude:
- .jekyll-cache

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

C
codecalm 已提交
27 28 29 30 31 32 33 34 35 36 37 38 39 40
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 已提交
41

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

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

  - scope:
      type: "pages"
C
chomik 已提交
61 62
    values:
      layout: default
C
codecalm 已提交
63
      menu-layout: horizontal
C
chomik 已提交
64 65
  -
    scope:
C
codecalm 已提交
66
      type: "docs"
C
chomik 已提交
67 68
    values:
      layout: docs
C
codecalm 已提交
69
      menu-layout: horizontal
C
codecalm 已提交
70 71
  -
    scope:
C
codecalm 已提交
72
      type: "components"
C
codecalm 已提交
73 74
    values:
      layout: component
C
codecalm 已提交
75
      menu-layout: horizontal
C
codecalm 已提交
76

C
chomik 已提交
77 78 79

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

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

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

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

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

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