-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
35 lines (26 loc) · 1.04 KB
/
_config.yml
File metadata and controls
35 lines (26 loc) · 1.04 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
encoding: utf-8
# SEO相关信息
title: 清水尘曦 # 站的标题
description: 沉淀思想 # 站的描述
keywords: 博弈, # 站的关键词,(ASCII)逗号分隔
author: 清水 # 站的作者
# 这些不要动
permalink: /posts/:year/:month/:day/:title.html
kramdown:
auto_ids: true
input: GFM
exclude: ['CNAME', 'README.md', 'LICENSE', '_site', 'dist', 'Gemfile', 'Gemfile.lock', 'cli.bat', 'dist.tar.gz']
# 域名配置
# baseurl配置,如果网站部署在根目录下的其他目录中,请设置为 /目录名
domainUrl: 'https://watersfree.github.io'
baseurl: ''
# 点击页面文字冒出特效,不需要请设置为false
extClickEffect: true
# _includes/ext-adsense.html 里面修改为自己的配置
extAdsense: false
# _includes/ext-adsense.html 里面修改为自己的配置
extMTA: false
# 百度收录自动推送,不需要请设置为false
extBaidu: true
# 数学公式支持,比较影响加载速度,不需要请设置为false
extMath: false