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

4 5
version: 1.0-alpha
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

9
debug: true
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 53 54 55
defaults:
  -
    scope:
      type: pages
    values:
      layout: default
C
chomik 已提交
56
      nav-position: top
C
chomik 已提交
57 58 59 60 61
  -
    scope:
      type: docs
    values:
      layout: docs
C
chomik 已提交
62
      nav-position: top
C
codecalm 已提交
63 64 65 66 67
  -
    scope:
      type: components
    values:
      layout: component
C
codecalm 已提交
68

C
chomik 已提交
69 70 71

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

C
chomik 已提交
111
variants:
C
chomik 已提交
112 113 114 115 116 117 118 119
  - name: success
    icon: check
  - name: info
    icon: info
  - name: warning
    icon: alert-triangle
  - name: danger
    icon: x-octagon
C
chomik 已提交
120

C
codecalm 已提交
121 122 123
button-variants:
  primary:
    class: primary
124
    title: Primary
C
codecalm 已提交
125 126
  secondary:
    class: secondary
127
    title: Secondary
C
codecalm 已提交
128 129
  success:
    class: success
130
    title: Success
C
codecalm 已提交
131 132
  warning:
    class: warning
133
    title: Warning
C
codecalm 已提交
134 135
  danger:
    class: danger
136
    title: Danger
C
codecalm 已提交
137 138 139 140 141 142 143 144
  info:
    class: info
    title: Info
  light:
    class: light
    title: Light
  dark:
    class: dark
145
    title: Dark
C
codecalm 已提交
146 147 148 149 150 151 152 153 154 155 156
  link:
    class: link
    title: Link

button-states:
  - class:
    title: Normal
  - class: active
    title: Active state
  - class: disabled
    title: Disabled
157 158

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

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