_config.yml 3.6 KB
Newer Older
C
codecalm 已提交
1 2
title: Tabler
description: tabler.github.io - a responsive, flat and full featured admin template
C
codecalm 已提交
3

C
codecalm 已提交
4
source: src
C
chomik 已提交
5
host: 0.0.0.0
C
codecalm 已提交
6 7

plugins:
C
codecalm 已提交
8
  - jekyll-tidy
C
codecalm 已提交
9
  - jekyll-toc
C
chomik 已提交
10
  - jekyll-random
C
codecalm 已提交
11 12

exclude:
C
codecalm 已提交
13
  - regenerate-images.sh
C
codecalm 已提交
14
  - .editorconfig
C
codecalm 已提交
15 16 17 18 19 20 21 22 23 24 25 26 27 28
  - buddy.yml
  - package.json
  - gulpfile.js
  - start.sh
  - Gemfile
  - Gemfile.lock
  - .git
  - .idea
  - .gitignore
  - node_modules/
  - .DS_Store
  - .sass-cache/
  - .asset-cache/
  - push-to-repo.sh
C
chomik 已提交
29
  - commits.sh
C
codecalm 已提交
30

C
codecalm 已提交
31 32 33 34 35 36 37 38 39 40 41 42
collections:
  docs:
    output: true

defaults:
  - scope:
      path: ""
      type: docs
    values:
      layout: docs


C
codecalm 已提交
43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
markdown: kramdown
highlighter: rouge

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

toc:
  min_level: 2
  max_level: 3

jekyll_tidy:
  compress_html: false
  ignore_env: development

C
codecalm 已提交
61 62 63 64 65 66 67
base_color: '#467fcf'
github_url: https://github.com/tabler/tabler

author:
   name: codecalm.net
   url: https://codecalm.net

C
codecalm 已提交
68 69
docs-menu:
  - title: Getting started
C
colors  
codecalm 已提交
70
    pages: [index]
C
codecalm 已提交
71
  - title: Components
C
colors  
codecalm 已提交
72
    pages: [alerts, avatars, buttons, colors, cards, charts, form-components, tags, typography]
C
codecalm 已提交
73

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

theme-colors:
C
buttons  
codecalm 已提交
119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136
  primary: 
    hex: '#467fcf'
    name: Primary
  secondary: 
    hex: '#868e96'
    name: Secondary
  success: 
    hex: '#38c172'
    name: Success
  info: 
    hex: '#17a2b8'
    name: Info
  warning: 
    hex: '#f8b700'
    name: Warning
  danger: 
    hex: '#f90049'
    name: Danger
C
codecalm 已提交
137 138 139 140 141 142
#  light:
#    hex: '#f8f9fa'
#    name: Light
#  dark:
#    hex: '#343a40'
#    name: Dark
C
codecalm 已提交
143

C
codecalm 已提交
144 145 146
color_variants:
  - name: 'Darkest'
    suffix: -darkest
C
colors  
codecalm 已提交
147 148 149 150 151 152
  - name: 'Darker'
    suffix: -darker
  - name: 'Dark'
    suffix: -dark
  - name: 'Default'
    suffix: ''
C
codecalm 已提交
153 154 155 156 157 158 159
  - name: 'Light'
    suffix: -light
  - name: 'Lighter'
    suffix: -lighter
  - name: 'Lightest'
    suffix: -lightest

C
codecalm 已提交
160 161 162
social-buttons:
  facebook:
    icon: fa fa-facebook
C
codecalm 已提交
163
    name: Facebook
C
codecalm 已提交
164 165
  twitter:
    icon: fa fa-twitter
C
codecalm 已提交
166
    name: Twitter
C
codecalm 已提交
167 168
  google:
    icon: fa fa-google
C
codecalm 已提交
169
    name: Google
C
codecalm 已提交
170 171
  youtube:
    icon: fa fa-youtube
C
codecalm 已提交
172
    name: Youtube
C
codecalm 已提交
173 174
  vimeo:
    icon: fa fa-vimeo
C
codecalm 已提交
175
    name: Vimeo
C
codecalm 已提交
176 177
  dribbble:
    icon: fa fa-dribbble
C
codecalm 已提交
178
    name: Dribble
C
codecalm 已提交
179 180
  github:
    icon: fa fa-github
C
codecalm 已提交
181
    name: Github
C
codecalm 已提交
182 183
  instagram:
    icon: fa fa-instagram
C
codecalm 已提交
184
    name: Instagram
C
codecalm 已提交
185 186
  pinterest:
    icon: fa fa-pinterest
C
codecalm 已提交
187
    name: Pinterest
C
codecalm 已提交
188 189
  vk:
    icon: fa fa-vk
C
codecalm 已提交
190
    name: VKontakte
C
codecalm 已提交
191 192
  rss:
    icon: fa fa-rss
C
codecalm 已提交
193
    name: RSS
C
codecalm 已提交
194 195
  flickr:
    icon: fa fa-flickr
C
codecalm 已提交
196
    name: Flickr
C
codecalm 已提交
197 198
  bitbucket:
    icon: fa fa-bitbucket
C
codecalm 已提交
199
    name: Bitbucket
C
codecalm 已提交
200

C
codecalm 已提交
201
google-maps-key: AIzaSyBEJy4UvF-JfcNciWlvlznyDlUckcspiD4
C
codecalm 已提交
202 203 204 205 206 207 208 209 210
google-maps-url: https://maps.googleapis.com/maps/api/js?key=AIzaSyCOJwXN0eoyeFZ3cYtGzPLFw8zGhQ750Xk

theme-plugins:
  charts-c3:
    name: c3.js Charts
    files: [css, js]
  maps-google:
    name: Google Maps
    files: [css, js]
C
codecalm 已提交
211 212 213
  input-mask:
    name: Input Mask
    files: [js]
C
codecalm 已提交
214 215 216 217 218 219 220 221 222 223 224 225
#  iconfonts:
#    name: Iconfonts
#    files: [css]
#  prismjs:
#    name: Code Highlight
#    files: [css, js]
#  fullcalendar:
#    name: FullCalendar
#    files: [css, js]
#  weather:
#    name: Weather
#    files: [css]