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

C
chomik 已提交
4 5
title: UI Kit
description: Premium and Open Source dashboard template with responsive and high quality UI.
C
codecalm 已提交
6

C
chomik 已提交
7
debug: true
C
codecalm 已提交
8

C
chomik 已提交
9 10 11 12 13
plugins:
- jekyll-random
- jekyll-tidy
- jekyll-timeago
- jekyll-redirect-from
C
codecalm 已提交
14

C
chomik 已提交
15 16 17 18 19
keep_files:
- css/ui-kit.css
- css/dark.css
- css/rtl.css
#- js/ui-kit.js
C
codecalm 已提交
20

C
codecalm 已提交
21 22 23 24 25 26 27 28 29 30 31 32 33 34
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 已提交
35

C
chomik 已提交
36 37 38 39 40
collections:
  docs:
    output: true
  changelog:
    output: false
C
codecalm 已提交
41

C
chomik 已提交
42 43 44 45 46 47 48 49 50 51 52
defaults:
  -
    scope:
      type: pages
    values:
      layout: default
  -
    scope:
      type: docs
    values:
      layout: docs
C
codecalm 已提交
53

C
codecalm 已提交
54
colors:
T
TJ Walsh 已提交
55
  blue:
C
buttons  
codecalm 已提交
56 57
    hex: '#467fcf'
    name: Blue
T
TJ Walsh 已提交
58
  azure:
C
buttons  
codecalm 已提交
59 60
    hex: '#45aaf2'
    name: Azure
T
TJ Walsh 已提交
61
  indigo:
C
buttons  
codecalm 已提交
62 63
    hex: '#6574cd'
    name: Indigo
T
TJ Walsh 已提交
64
  purple:
C
buttons  
codecalm 已提交
65 66
    hex: '#a55eea'
    name: Purple
T
TJ Walsh 已提交
67
  pink:
C
buttons  
codecalm 已提交
68 69
    hex: '#f66d9b'
    name: Pink
T
TJ Walsh 已提交
70
  red:
C
chomik 已提交
71
    hex: '#cd201f'
C
buttons  
codecalm 已提交
72
    name: Red
T
TJ Walsh 已提交
73
  orange:
C
buttons  
codecalm 已提交
74 75
    hex: '#fd9644'
    name: Orange
T
TJ Walsh 已提交
76
  yellow:
C
buttons  
codecalm 已提交
77 78
    hex: '#f1c40f'
    name: Yellow
T
TJ Walsh 已提交
79
  lime:
C
buttons  
codecalm 已提交
80 81
    hex: '#7bd235'
    name: Lime
T
TJ Walsh 已提交
82
  green:
C
buttons  
codecalm 已提交
83 84
    hex: '#5eba00'
    name: Green
T
TJ Walsh 已提交
85
  teal:
C
buttons  
codecalm 已提交
86 87
    hex: '#2bcbba'
    name: Teal
T
TJ Walsh 已提交
88
  cyan:
C
buttons  
codecalm 已提交
89 90
    hex: '#17a2b8'
    name: Cyan
T
TJ Walsh 已提交
91
  gray:
C
buttons  
codecalm 已提交
92 93
    hex: '#868e96'
    name: Gray
C
chomik 已提交
94
  dark:
C
charts  
chomik 已提交
95
    hex: '#354051'
C
chomik 已提交
96
    name: Dark
C
codecalm 已提交
97

C
chomik 已提交
98 99
variants: [primary, secondary, success, info, warning, danger, dark]
socials: [facebook, twitter, google, youtube, vimeo, dribbble, github, instagram, pinterest, vk, rss, flickr, bitbucket]
C
codecalm 已提交
100

C
chomik 已提交
101 102
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']
C
codecalm 已提交
103

C
codecalm 已提交
104

C
chomik 已提交
105 106 107 108
docs-menu:
- title: Getting started
  pages: [index]
- title: Components
C
chomik 已提交
109
  pages: [avatars, badges, buttons, carousel, spinners, toasts, tooltips, typography]