forked from rainboooooom/rainboooooom.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
94 lines (61 loc) · 2.64 KB
/
_config.yml
File metadata and controls
94 lines (61 loc) · 2.64 KB
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
# Site settings | 网站设置
title: github-fxf
SEOTitle: fxf的博客 | github-fxf
header-img: img/home-bg-o.jpg
email: [email protected]
description: "fanxiaofeng的博客"
keyword: "github-fxf, github-fxf的博客, rainbom sea, github-fxf, Python blog"
url: "http://github-fxf.github.io" # your host, for absolute URL
baseurl: "" # for example, '/blog' if your blog hosted on 'host/blog'
github_repo: "https://github.com/github-fxf/github-fxf.github.io.git" #code repository | 代码仓库
# Sidebar settings | 侧边栏设置
sidebar: true # whether or not using Sidebar.
sidebar-about-description: "一失足成大瘸子,再回首又闪了腰!"
sidebar-avatar: /img/head.jpg # 头像
# SNS settings | 社交网络设置
github_username: github-fxf
# Build settings
# from 2016, 'pygments' is unsupported on GitHub Pages. Use 'rouge' for highlighting instead.
permalink: pretty
paginate: 10
# 转换时排除某些文件夹或文件。被排除的文件或文件夹的路径是相对于网站源码目录的,源码目录以外不受影响。
exclude: ["less","node_modules","Gruntfile.js","package.json","README.md"]
anchorjs: true # if you want to customize anchor. check out line:181 of `post.html`
Regeneration: true # 允许文件修改时自动重新生成网站。
# Gems
# from PR#40, to support local preview for Jekyll 3.0
plugins: [jekyll-paginate]
# Markdown settings
# replace redcarpet to kramdown,
# although redcarpet can auto highlight code, the lack of header-id make the catalog impossible, so I switch to kramdown
# document: http://jekyllrb.com/docs/configuration/#kramdown
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM # use Github Flavored Markdown !important
# Gitalk
gitalk:
enable: true # 是否开启Gitalk评论
clientID: 99ecf1fdc9b7e357ebb7 #生成的clientID
clientSecret: 2670daea0c10372dd0296c371edc5ee4e73db43f #生成的clientSecret
repo: github-fxf.github.io #仓库名称
owner: github-fxf # github用户名
admin: github-fxf
distractionFreeMode: true # 是否启用类似FB的阴影遮罩
# 统计
# Analytics settings
# Baidu Analytics
ba_track_id: 9acee03023ad0c6c993dd86df81e2ac8
# Featured Tags
featured-tags: true # 是否使用首页标签
featured-condition-size: 0 # 相同标签数量大于这个数,才会出现在首页
# Progressive Web Apps
chrome-tab-theme-color: "#000000"
service-worker: true
# Friends
friends: [
{
title: "GitHub·github-fxf",
href: "http://github-fxf.github.io"
}
]