generated from TMaize/tmaize-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
69 lines (58 loc) · 1.75 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
encoding: utf-8
# SEO相关信息
title: Travis Blog
description: Travis的个人博客
keywords: Travis,Blog,Linux,Python,K8s
author: Travis
footerText: ''
# 这些不要动
permalink: /posts_imgs/:year/:month/:day/:title.html
kramdown:
auto_ids: true
input: GFM
hard_wrap: false
syntax_highlighter: rouge
syntax_highlighter_opts:
block:
line_numbers: true
start_line: 01
toc_levels: 1..6
exclude: ['CNAME', 'README.md', 'LICENSE', '_site', 'dist', 'Gemfile', 'Gemfile.lock', 'blog.sh', 'src']
# 域名配置
# baseurl配置,如果网站部署在根目录下的其他目录中,请设置为 /目录名
domainUrl: 'http://liuyuexizhi.github.io'
baseurl: ''
# 吐个槽地址,会在chat页面中重定向到该地址
tucaoUrl: https://github.com/liuyuexizhi/liuyuexizhi.github.io/issues
# 菜单
menu:
- title: 首页
url: /
- title: 搜索
url: /pages/search.html
- title: 归类
url: /pages/categories.html
#- title: 友链
# url: /pages/links.html
- title: 留言
url: /pages/chat.html
- title: 关于
url: /pages/about.html
# 点击页面文字冒出特效,不需要请设置为false
extClickEffect: true
# Google Adsense,不需要请设置为false
# _includes/ext-adsense.html 里面修改为自己的配置
extAdsense: false
# 腾讯MTA移动分析,不需要请设置为false
# _includes/ext-adsense.html 里面修改为自己的配置
extMTA: false
# 百度收录自动推送,不需要请设置为false
extBaidu: false
# 数学公式支持,比较影响加载速度,不需要请设置为false
extMath: false
defaults:
-
scope:
path: "" # 一个空的字符串代表项目中所有的文件
values:
layout: "mypost"