-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhugo.yaml
67 lines (60 loc) · 1.23 KB
/
hugo.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
57
58
59
60
61
62
63
64
65
66
67
baseURL: https://younsl.xyz
title: younsl
theme: void
languageCode: en-US
disableKinds:
- taxonomy
- term
ignoreLogs:
- warning-goldmark-raw-html
enableRobotsTXT: true
module:
hugoVersion:
extended: true
min: 0.144.0
markup:
goldmark:
parser:
attribute:
block: true
title: true
highlight:
anchorLineNos: true
codeFences: true
guessSyntax: true
hl_Lines: ''
hl_inline: false
lineAnchors: ''
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
noClasses: true
noHl: false
style: rrt
tabWidth: 4
tableOfContents:
startLevel: 2
endLevel: 3
ordered: false
params:
# For testing, to run locally in production mode, use the following command:
# `hugo server --environment production --theme void`
# Or you can explicitly set this value to production.
# params:
# env: production
env: development
theme_config:
appearance: dark
back_home_text: ".."
date_format: 2006-01-02
isListGroupByDate: false
isShowFooter: false
titleLinkEnable: true
titleLink: /about
entries:
- post_list:
limit: 0
section: blog
show_more: false
show_more_text: null
show_more_url: null