forked from terrymanu/terrymanu.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
45 lines (38 loc) · 1.01 KB
/
config.yaml
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
baseURL: /
title: Welcome to Liang Zhang's Page
# Uncomment when not installing with Hugo Modules
# theme: eureka
# Comment when not installing with Hugo Modules
theme: eureka
# If you cannot access the Github mirror, you can also use the Gitee mirror: gitee.com/wangchucheng/hugo-eureka
paginate: 3
# copyright: >
# © 2021 <a href="https://www.wangchucheng.com/">WANG Chucheng</a> and <a
# href="https://www.ruiqima.com/">MA Ruiqi</a>
enableEmoji: true
enableGitInfo: false
summaryLength: 75
defaultContentLanguage: en
hasCJKLanguage: false # Set `true` for Chinese/Japanese/Korean.
defaultContentLanguageInSubdir: false
# Uncomment for google analytics
# googleAnalytics: UA-123-45
markup:
# Do not modify markup.highlight
highlight:
codeFences: false
noClasses: false
tableOfContents:
startLevel: 2
endLevel: 6
ordered: false
goldmark:
renderer:
unsafe: true
taxonomies:
category: categories
tag: tags
series: series
author: authors
build:
useResourceCacheWhen: always