-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
110 lines (97 loc) · 2.18 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
# ---------------- #
# Main Configs #
# ---------------- #
baseurl:
url: http://SnailWhb.github.io
date_format: "ordinal"
title: 灬丶斌视野
subtitle: "吾将上下而求索"
description: "斌的个人博客"
keywords: 视野, 灬斌, Snail
favicon: /favicon.ico
timezone: beijing
encoding: "utf-8"
side_bar_repo_limit: 5
# ---------------- #
# Author #
# ---------------- #
author: wang huobin
organization: bupt, Inc.
organization_url: http://www.bupt.edu.cn/
location: Beijing, China
email: [email protected]
# ---------------- #
# Navigation #
# ---------------- #
navs:
-
href: /
label: Home
-
href: /categories/
label: Categories
-
href: /wiki/
label: Blog
-
href: /links/
label: Bookmarks
-
href: /about/
label: About
# ---------------- #
# RSS #
# ---------------- #
subscribe_rss: /feed.xml
# ---------------- #
# Jekyll #
# ---------------- #
markdown: kramdown
kramdown:
input: GFM
highlighter: rouge
paginate: 8
lsi: false
quiet: false
excerpt_separator: "\n\n"
permalink: /:year/:month/:day/:title/
gems:
- jekyll-github-metadata
- rouge
# - jekyll-html-pipeline
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
- jemoji
# - jekyll-mentions
collections:
wiki:
output: true
permalink: /wiki/:path/
repository: SnailWhb/SnailWhb.github.io
# ---------------- #
# Socials #
# ---------------- #
github_username: SnailWhb
# ---------------- #
# Comments #
# ---------------- #
# support provider: disqus, duoshuo
comments_provider: duoshuo
# !!!重要!!! 请修改下面两个用户名为你自己申请的
# !!!Important!!! Please modify usernames below to yours
duoshuo_username: SnailWhb.github.io
disqus_username: SnailWhb
# 在使用一个时可点击显示另一个
lazy_load_another : true
# ---------------- #
# Analytics #
# ---------------- #
google:
analytics_id: UA-80669434-1
# ---------------- #
# Datas #
# ---------------- #
skill_software_keywords: [Java, C++, Python, Design Patterns]
skill_mobile_app_keywords: [Android, Reverse Engineering]
skill_windows_keywords: [Win32 SDK, DuiLib, WTL, COM, WinDbg]