-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path_config.yml
executable file
·124 lines (109 loc) · 3.94 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
117
118
119
120
121
122
123
124
# Site settings
title: Jlcao Blog
SEOTitle: 曹杰乐的博客 | Jlcao Blog
header-img: img/root/home-bg-fj.jpg
email: [email protected]
description: "关于程序与设计以及架构 | 曹杰乐,Java & Mobile Lover,Software Engineer | 这里是 @caojiele 曹杰乐 的个人博客,与你一起发现更大的世界。"
keyword: "曹杰乐, Jiele曹杰乐, Jiele, Jack-cao, @caojiele, 曹杰乐的博客, Jlcao Blog, 博客, 个人网站, 互联网, Java, node.js, 后端, 开发"
url: "https://caojiele.com" # your host, for absolute URL
baseurl: "" # for example, '/blog' if your blog hosted on 'host/blog'
# Publish posts or collection documents with a future date.
future: true
# SNS settings
RSS: true
zhihu_username: wang-le-6-62
github_username: caojiele
linkedin_username: Jack-cao-387159129
#weibo_username:
#twitter_username:
#facebook_username:
# Build settings
# from 2016, 'pygments' is unsupported on GitHub Pages. Use 'rouge' for highlighting instead.
highlighter: rouge
permalink: pretty
paginate: 10
exclude: ["less","node_modules","Gruntfile.js","package.json","README.md","README.zh.md"]
anchorjs: false # if you want to customize anchor. check out line:181 of `post.html`
# Gems
# from PR#40, to support local preview for Jekyll 3.0
# make sure you have this gem installed
# `$ gem install jekyll-paginate`
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
kramdown:
input: GFM # use Github Flavored Markdown !important
syntax_highlighter_opts:
span:
line_numbers: false
block:
line_numbers: true
start_line: 1
# gitalk settings
gitalk:
enable: true
owner: caojiele
repo: caojiele.github.io
clientID: 71d864566f502c0a73ba
clientSecret: 0275406b08f33cc8118d02eb9332cfb707f13bf0
admin: caojiele
# ---------------- #
# Search #
# ---------------- #
simple_jekyll_search:
# 是否支持全文搜索
fulltext: false
# 最多显示多少条搜索结果
limit: 10
# Analytics settings
# Baidu Analytics
#ba_track_id: 5e4a91c21c
#ba_track_id:8db676af20
# Google Analytics
ga_track_id: 'UA-120526213-1' # Format: UA-xxxxxx-xx
ga_domain: auto
# Baidu Analytics
baidu_analytics: 'f449fbb4d143d156c197d3a7a38a779d'
# Sidebar settings
sidebar: true # whether or not using Sidebar.
sidebar-about-description: " When you look long into an abyss,the abyss looks into you<br> 当你凝视深渊时,深渊也在凝视你"
sidebar-avatar: https://cdn.nlark.com/yuque/0/2019/jpeg/338441/1561301140772-a4c43da7-3921-48bf-8c92-f57c4fdc97d9.jpeg # 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
# Progressive Web Apps
chrome-tab-theme-color: "#000000"
service-worker: true
# MathJax rendering for layout:page (e.g. post preview)
page-mathjax: false
# Friends
friends: [
{
title: "黄玄的博客",
href: "https://huangxuan.me/"
},{
title: "许雪里的博客",
href: "http://www.xuxueli.com/blog/#/"
},{
title: "小马哥的技术博客",
href: "https://mercyblitz.github.io/"
},{
title: "Ebn's Blog",
href: "http://ebnbin.com/"
},{
title: "SmdCn's Blog",
href: "http://blog.smdcn.net"
},{
title: "David's Game",
href: "https://www.ruoyaowu.com/"
},{
title: "DHong Say",
href: "http://dhong.co"
},{
title: "一之笔的博客",
href: "https://yizibi.github.io"
}
]