_config.yml 3.7 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
codecalm 已提交
5 6

plugins:
C
codecalm 已提交
7
  - jekyll-tidy
C
codecalm 已提交
8
  - jekyll-contentblocks
C
codecalm 已提交
9
  - jekyll-toc
C
codecalm 已提交
10 11

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

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

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


C
codecalm 已提交
44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
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 已提交
62 63 64 65 66 67 68
base_color: '#467fcf'
github_url: https://github.com/tabler/tabler

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

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

C
codecalm 已提交
75
colors:
C
buttons  
codecalm 已提交
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 117
  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 已提交
118 119

theme-colors:
C
buttons  
codecalm 已提交
120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137
  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 已提交
138 139 140 141 142 143
#  light:
#    hex: '#f8f9fa'
#    name: Light
#  dark:
#    hex: '#343a40'
#    name: Dark
C
codecalm 已提交
144

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

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

C
codecalm 已提交
202
google-maps-key: AIzaSyBEJy4UvF-JfcNciWlvlznyDlUckcspiD4
C
codecalm 已提交
203 204 205 206 207 208 209 210 211
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 已提交
212 213 214
  input-mask:
    name: Input Mask
    files: [js]
C
codecalm 已提交
215 216 217 218 219 220 221 222 223 224 225 226
#  iconfonts:
#    name: Iconfonts
#    files: [css]
#  prismjs:
#    name: Code Highlight
#    files: [css, js]
#  fullcalendar:
#    name: FullCalendar
#    files: [css, js]
#  weather:
#    name: Weather
#    files: [css]