-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
56 lines (47 loc) · 1.25 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
46
47
48
49
50
51
52
53
54
55
56
# Comment when installing using Hugo Modules
theme: "hugo-eureka"
# Uncomment when installing using Hugo Modules
# theme: wangchucheng.com/hugo-eureka
# If you cannot access the Github mirror, you can also use the Gitee mirror: gitee.com/wangchucheng/hugo-eureka
title: Ryan Teo # Website name
baseurl: 'https://teojcryan.com/' # Website URL
copyright: '© {year} Ryan Teo' # Footer text, e.g. '© {year} Me'
############################
## LANGUAGE
############################
defaultContentLanguage: en
hasCJKLanguage: false # Set `true` for Chinese/Japanese/Korean.
defaultContentLanguageInSubdir: false
removePathAccents: true
math: true
paginate: 5
enableEmoji: true
enableGitInfo: false
enableRobotsTXT: true
footnotereturnlinkcontents: <sup>^</sup>
summaryLength: 75
googleAnalytics: UA-168657782-1
permalinks:
authors: '/author/:slug/'
tags: '/tag/:slug/'
categories: '/category/:slug/'
series: '/series-type/:slug/'
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