-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
50 lines (42 loc) · 1.66 KB
/
_config.yml
File metadata and controls
50 lines (42 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Dependencies
# 指定 Markdown 编译器 kramdown, 官方 http://kramdown.gettalong.org/
markdown: kramdown
# 指定处理代码高亮解析器 rouge 官方 http://rouge.jneen.net/
highlighter: rouge
kramdown:
auto_ids: false # 如果设置 true 并且没有指定 headers 的 id 值,则自动生成
# Permalinks
permalink: pretty
# Server
source: docs
destination: _gh_pages
host: localhost
port: 9090
baseurl: ""
url: http://perfect-css.com
encoding: UTF-8
exclude: [assets/scss/]
# gems 插件
# https://github.com/jekyll/jekyll-redirect-from
# https://github.com/jekyll/jekyll-sitemap
plugins:
- jekyll-redirect-from
- jekyll-sitemap
# 通用变量
title: Perfect
description: Perfect is a popular CSS framework based on the modern browser. It can bring you perfect experience and the newest css technology. It is a CSS framework in the future.
authors: Linder Wang, and Perfect contributors
# Custom vars 自定义变量
current_version: 0.3.0
current_branch: v0-dev
repo: https://github.com/joy-web/perfect-css
repo_root: https://github.com/joy-web/perfect-css/tree/master/
download:
source: https://github.com/joy-web/perfect-css/archive/v0.3.0.zip
dist: https://github.com/joy-web/perfect-css/releases/download/v0.3.0/perfect-css-0.3.0-dist.zip
# 压缩插件配置,注意该插件不会处理 script 片段中的内容
# https://github.com/penibelst/jekyll-compress-html
# 也可以使用其他插件,参见这里 http://jekyllcn.com/docs/plugins/
compress_html:
blanklines: true
comments: all