forked from TMaize/tmaize-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
77 lines (69 loc) · 1.99 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
encoding: utf-8
# SEO相关信息
title: kiracomp Blog
description: kiracomp的个人博客
keywords: kiracomp,Blog
author: kiracomp
footerText: 'Copyright © 2019 kiracomp blog'
# 这些不要动
permalink: /posts/:year/:month/:day/:title.html
kramdown:
auto_ids: true
input: GFM
exclude: ['CNAME', 'README.md', 'LICENSE', 'build']
# 域名配置
# baseUrl配置,如果网站部署在根目录下的其他目录中,请设置为 /目录名
domainUrl: 'http://kiracomp.com'
baseUrl: ''
# 吐个槽地址,会在chat页面中重定向到该地址
#tucaoUrl: https://support.qq.com/product/86335
#tucaoUrl: http://kiracomp.com
# 菜单
menu:
- title: 首页
url: /
- title: 归类
url: /pages/categories.html
- title: 搜索
url: /pages/search.html
- title: 友链
url: /pages/links.html
- title: 关于
url: /pages/about.html
# 自定义插件
# plugin-mta-stats
# 腾讯移动分析(https://mta.qq.com),如果需要请申请自己的,不需要的话 use 请设置为 false
# plugin-baidu-push
# 百度收录自动推送,不需要的话 use 请设置为 false
# plugin-click-effect
# 页面点击,出现核心主义价值观
# plugin-mathjax
# 数学公式支持,比较影响加载速度,请设置为 false
customPlugins:
- use: false
file: 'plugin-mta-stats.html'
sid: 500581966
cid: 500581972
- use: true
file: 'plugin-baidu-push.html'
- use: true
file: 'plugin-click-effect.html'
- use: false
file: 'plugin-mathjax.html'
# 友情链接
links:
- title: TMaize的个人博客
url: http://blog.tmaize.net
- title: 文科中的技术宅
url: https://www.townwang.com
- title: Auuu Nya Blog
url: http://mu1er.cn
- title: 春风十里
url: https://www.geek-era.com
- title: 阿川的个人博客
url: https://achuan.io
- title: 魏文成博客
url: https://www.wwc.ren
- title: 06m
url: https://www.06m.me
theme: jekyll-theme-merlot