-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.yaml
More file actions
89 lines (83 loc) · 1.71 KB
/
hugo.yaml
File metadata and controls
89 lines (83 loc) · 1.71 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
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
baseURL:
languageCode: en-us
title: Restlet framework
theme: restlet-framework
module:
hugoVersion:
min: '0.147.8'
params:
versions:
stable: 2.6
'2.5':
'latestRelease': 2.5.2
'2.6':
'latestRelease': 2.6.0
'2.7':
'latestRelease': 2.7.0-m2
disableKinds:
- rss
- term
- robotsTXT
caches:
images:
dir: :cacheDir/images
security:
enableInlineShortcodes: true
markup:
highlight:
noClasses: false
goldmark:
duplicateResourceFiles: false
extensions:
definitionList: false
extras:
delete:
enable: false
insert:
enable: false
mark:
enable: false
subscript:
enable: false
superscript:
enable: false
footnote: false
linkify: true
linkifyProtocol: https
passthrough:
enable: false
delimiters:
block: []
inline: []
strikethrough: true
table: true
taskList: true
typographer:
apostrophe: '’'
disable: false
ellipsis: '…'
emDash: '—'
enDash: '–'
leftAngleQuote: '«'
leftDoubleQuote: '“'
leftSingleQuote: '‘'
rightAngleQuote: '»'
rightDoubleQuote: '”'
rightSingleQuote: '’'
parser:
attribute:
block: false
title: true
autoDefinitionTermID: false
autoHeadingID: true
autoIDType: github
wrapStandAloneImageWithinParagraph: true
renderHooks:
image:
enableDefault: false
link:
enableDefault: false
renderer:
hardWraps: false
unsafe: true
xhtml: false