-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
50 lines (45 loc) · 1.11 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
baseURL: https://zishu.me/
languageCode: en-us
title: 子舒的博客
theme: 4 # 2
paginate: 99999 # 首页文章显示个数
summaryLength: 999999 # 首页文章摘要字数
hasCJKLanguage: true
rssLimit: 10 # 限制 rss 输出的数量
markup:
highlight:
noClasses: false
goldmark:
renderer:
unsafe: true
tableOfContents:
startLevel: 2 # 从 h2 开始
endLevel: 3 # 到 h4 结束
ordered: false # 生成 ul 而不是 ol
outputs:
home:
- HTML
- RSS
- JSON
permalinks:
blog: /blog/:slug.html/ # 文章输出 url 格式
params:
title: 子舒的博客
description: 一个热爱生活的前端开发工程师。
logo: https://imgurl.zishu.me/author.webp # 博主头像
author: 子舒 # 博主昵称
favicon: https://imgurl.zishu.me/favicon.ico # 网站 favicon 图标
buildDate: 2020-06-14 # 建站日期
socials: # 导航
# - name: 标签
# link: /tags/
- name: 博客
link: /blog/
- name: 周刊
link: /categories/weekly/
- name: 留言
link: /message/
- name: 友链
link: /links
- name: 搜索
link: /search