-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·46 lines (42 loc) · 1.13 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
#
###################################
# Site wide configuration
####################################
#
title: haicheng的博客
tagline: 'haicheng的博客'
description: '这是haicheng的博客,里面是技术跟感悟的东西。'
baseurl: ""
url: "https://chchmlml.github.io"
keywords: ["Programming", "PHP", "Ruby"]
#
###################################
# Jekyll configuration
####################################
#
timezone: Asia/Shanghai
markdown: kramdown
highlighter: rouge
excerpt_separator: <!--more-->
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
enable_coderay: false
#
###################################
# Site Owner configuration
####################################
#
owner:
name: haicheng
avatar: blog-author.jpg
job: "PHP Developer"
bio: "这是haicheng的博客,里面是技术跟感悟的东西。"
weibo: chchmlml
twitter: chchmlml #username
github: chchmlml #username
email: [email protected]
facebook: chchmlml #username
exclude: ['README.md', 'Gemfile.lock', 'Gemfile', 'Rakefile','package.json', 'src', 'node_modules', '*.sh', '*.iml']