_config.yml 742 字节
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