-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
95 lines (73 loc) · 2.13 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
title: Blog - i-zhixuan
description: > # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
permalink: ':title/'
#baseurl: "/adam-blog" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
# Author settings add your name
author: i-zhixuan
author-pic: leach-face.jpg
about-author: I am an Java developer.I will add description latter.
#修改成你自己的
# Contact links
website: # Add your website, do not add http://
linkedin: # Add your Linkedin handle
twitter: # Add your Twitter handle
facebook: # Add your Facebook handle
instagram: # Add your Instagram handle
pinterest: # Add your Pinterest handle
#修改成你自己的
email:
phone:
github:
jianshu:
juejin:
csdn:
# Newsletter
mailchimp: # Add your MailChimp form identifier.
# Disqus修改成你自己的
discus_identifier: i-zhixuan
# Add your discus identifier
#intensedebate修改成你自己的
intensedebate_identifier:
# Tracker Google Analytics修改成你自己的
google-analysis:
baidu-analysis:
#youyan
youyan-id: 2157296
# Paginate
paginate: 18
paginate_path: /page:num/
# Build settings
markdown: kramdown
plugins:
- jekyll-paginate
- jekyll-feed
- jekyll-sitemap
include: [_pages]
exclude: ["node_modules", "gulpfile.js", "package.json", "yarn.lock"]
imagepath: /blogdemo
links:
- name: Home
url: https://zuotaorui.github.io
external: false
- name: About
url: /about
external: false
#添加分类步骤:
#1:在_config.yml links1及blog_中添加对应内容
#2:在_includes里面headr.html中添加对应内容
#3:在根目录blog文件中创建对应内容
label1: <span style="font-size:12px">Publish by
label2: </span>
links1:
- name: 随笔
url: /jekyll-github-blog
type: essays
external: false
blog_1: recent
blog_2: essays
blog_3: jekyll
#permalink: /:year/:month/:day/:title.html