-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
116 lines (96 loc) · 3.05 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
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: 小鱼儿杂想 # ex. I m Chuan
name: 小鱼儿杂想 # ex. DONGChuan
email: yujingzhou2010@163.com
location: 中国·北京 # ex. Nice, France
company:
company_url: my_company_website
github_url: https://github.com/yujingzhou # ex. https://github.com/DONGChuan
github_username: yujingzhou # ex. DONGChuan
description: 和小鱼儿一起,探索财富与精神自由之路;涵盖生活,学习,工作的各种杂想
favicon: favicon.png # Image must be in assets/images
repository: yujingzhou/yujingzhou.github.io # ex. DONGChuan/DONGChuan.github.io
# The base hostname & protocol for your site
# For local test, please use http://localhost:4000
# For production, use your github page url. ex. http://dongchuan.github.io
url: http://yujingzhou.github.io
## Gem
gems:
- jekyll-paginate
- jekyll-geo-pattern
- rouge
- kramdown
- jekyll-github-metadata
# Build settings
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
source: .
destination: ./_site
quiet: false
defaults: []
kramdown:
input: GFM
enable_coderay: true
# Disque
disque: my_disque_settings # ex. httpdongchuangithubio.disqus.com
# Pagination
paginate: 10
paginate_path: 'page:num'
# Navigation. If you do not like these modules, just remove them :D
navs:
-
href: /
label: 首页
-
href: /open-source
label: GitHub
-
href: /blog
label: 日志
-
href: /bookmark
label: 书签
-
href: /about
label: 关于
# Sidebar to show popular repo
side_bar_repo_limit: 5 # Number of repos to show
# Google Analytics
analytics :
provider : google
google :
tracking_id : 'UA-135365528-1' # ex. UA-72165600-X
# For about.html. Fell free to create your own!
skill_software_keywords: [Java, C, C++, Qt, Python, MySQL, Oracle, SQLite, PL/SQL, Design Patterns]
skill_j2ee_keywords: [Spring, Struct, Hibernet, MyBatis, JPA]
skill_web_keywords: [HTML, CSS, JS, JQuery, Ajax, AngularJS, NodeJS, ExpressJS, MongoDB, Redis, PHP, Symfony, Boostrap]
skill_mobile_app_keywords: [Android, Sketch UI Desgin]
# ---------------- #
# Comments #
# ---------------- #
# support provider: disqus, gitment, gitalk
comments_provider: gitalk
# !!!重要!!! 请修改下面这些信息为你自己申请的
# !!!Important!!! Please modify infos below to yours
gitment:
owner: yujingzhou
repo: blog-comments
oauth:
client_id: 0b93101ed88cab00e677
client_secret: 9a63434ea64ba61ba0c023641c62d0b9b53f8e57
# https://github.com/gitalk/gitalk#install
gitalk:
owner: yujingzhou
repo: blog-comments
clientID: 0b93101ed88cab00e677
clientSecret: 9a63434ea64ba61ba0c023641c62d0b9b53f8e57
# 在使用其它评论组件时可点击显示 Disqus
lazy_load_disqus : true