-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
92 lines (79 loc) · 2.25 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
# Site settings
title: Mensu - 思考のかけら
SEOTitle: Mensu - 思考のかけら | fragments of thought
email: [email protected]
description: "Mensu's Blog"
keyword: ""
url: "https://mensu.github.io" # your host, for absolute URL
baseurl: "" # for example, '/blog' if your blog hosted on 'host/blog'
manager: Mensu
#authors' information
#use site.authors[page.author].name to access the author's name
authors:
Mensu:
name: Mensu
email: [email protected]
website: https://mensu.github.io
github: Mensu
weibo: yxshw55
twitter: mensuhamesu
QQ: 805495207
SNS:
- site: github
username: Mensu
url: https://github.com/Mensu
- site: weibo
username: yxshw55
url: http://weibo.com/yxshw55
- site: twitter
username: mensuhamesu
url: https://twitter.com/mensuhamesu
# Build settings
gems: [jekyll-paginate]
paginate: 5
exclude: ["less", "node_modules", "package.json", "README.md"]
future: true
timezone: Asia/Shanghai
# Markdown settings
markdown: kramdown
kramdown:
input: GFM # use Github Flavored Markdown !important
syntax_highlighter: highlight
# Disqus settings
disqus-username: mensu
# Duoshuo settings
# Analytics settings
# Baidu Analytics
ba_track_id:
# Google Analytics
ga_track_id: # Format: UA-xxxxxx-xx
ga_domain:
anchorjs: true # if you want to customize anchor. check out line:? of `post.html`
sidenav: true
mathjax: true
# Sidebar settings
sidebar: true # whether or not using Sidebar.
sidebar-about-description: ""
sidebar-avatar: "https://mensu.github.io/img/avatar.jpg" # use absolute URL, seeing it's used in both `/` and `/about/`
# Featured Tags
featured-tags: true # whether or not using Feature-Tags
featured-condition-size: -1 # A tag will be featured if the size of it is more than this condition value
# Friends
friends: [
# {
# title: "Hux Blog",
# href: "http://huangxuan.me"
# },{
# title: "Foo",
# href: "#"
# },{
# title: "Bar",
# href: "#"
# },{
# title: "Example Friends",
# href: "#"
# },{
# title: "It helps SEO",
# href: "#"
# }
]