-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
49 lines (43 loc) · 952 Bytes
/
hugo.toml
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
baseURL = 'https://kring.co.uk/'
languageCode = 'en-GB'
title = 'K Ring Technologies Ltd'
#theme = ['hugo-a-gogo']
# default menu contents
# add extras through page front matter
# this splits defaults from featuring
# menus = ['main']
[menus]
[[menus.main]]
name = 'Home'
pageRef = '/'
weight = 10
[[menus.main]]
name = 'Posts'
pageRef = '/posts'
weight = 20
[[menus.main]]
name = 'Tags'
pageRef = '/tags'
weight = 30
[taxonomies]
tag = 'tags'
[pagination]
pagerSize = 10
[markup.goldmark.parser.attribute]
block = true
title = true
# apparently the linter doesn't like extensions
[markup.goldmark.extensions.passthrough]
enable = true
[markup.goldmark.extensions.passthrough.delimiters]
block = [['\[', '\]'], ['$$', '$$']]
inline = [['\(', '\)']]
[markup.highlight]
# override with syntax.css
# somehow hugo config does not show the following
noClasses = false
# style = 'tokyonight-moon'
lineNos = true
# lineNos = false
[params]
math = false