-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
63 lines (50 loc) · 1.2 KB
/
_config.yml
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
51
52
53
54
55
56
57
58
59
60
61
62
63
# Configurations
markdown_ext: md
pygments: true
highlighter: pygments
markdown: redcarpet
redcarpet:
extensions: ["fenced_code_blocks", "autolink", "tables", "strikethrough"]
# Permalinks
permalink: /pages/:title.html
# Setup
title: '云印南天'
tagline: '云印文档'
description: '云印南天官网文档中心'
url: 'http://www.yunyin.org'
editurl: 'https://github.com/YunYinORG/yunyinorg.github.io/blob/master/'
# Navigation
navigation:
- text: 文档
url: /pages/
- text: 标签
url: /tags/
- text: 历史
url : /archive/
- text: 搜索
url : /search/
- text: 云印
url : http://yunyin.org
# Author Details
author: 'New Future'
name: '云印南天'
#if footer-links-visible is 'true' the svg-icons will be shown top on the copy right.
#else the svg icons will not exist
footersvg: 'true'
footer-links:
dribbble:
email: contactATyunyin.org
weibo: cloudPrint
renren: 602117408
facebook:
flickr:
github: YunYinORG
instagram:
linkedin:
pinterest:
# Blog Configurations
paginate: 10 # Posts per page on the blog index
paginate_path: '/pages/page:num'
destination: ./_site
# Custom vars
version: 0.95