_config.yml 2.0 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
chomik 已提交
14
- jekyll-include-cache
C
codecalm 已提交
15

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

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

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

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

C
chomik 已提交
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 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

colors:
  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: '#cd201f'
    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
  dark:
    hex: '#354051'
    name: Dark

C
chomik 已提交
100
variants:
C
chomik 已提交
101 102 103 104 105 106 107 108
  - name: success
    icon: check
  - name: info
    icon: info
  - name: warning
    icon: alert-triangle
  - name: danger
    icon: x-octagon
C
chomik 已提交
109

C
chomik 已提交
110 111 112 113 114 115 116
socials: [facebook, twitter, google, youtube, vimeo, dribbble, github, instagram, pinterest, vk, rss, flickr, bitbucket]

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


docs-menu:
C
chomik 已提交
117 118 119 120 121 122
  intro:
    title: Getting started
    pages: [index]
  components:
    title: Components
    pages: [alerts, avatars, badges, buttons, cards, carousel, spinners, steps, tabs, toasts, tooltips, typography]
C
chomik 已提交
123 124