-
Notifications
You must be signed in to change notification settings - Fork 9
/
hugo.toml
44 lines (37 loc) · 825 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
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'elektrophon'
paginate = 9
DefaultContentLanguage = "en"
enableInlineShortcodes = true
footnoteReturnLinkContents = "^"
theme = "elektron-hugo"
#themesDir = "../"
[author]
name = "spielhuus"
abstract = "electronic noise machine."
[menu]
[[menu.main]]
name = "articles"
url = "/categories/article"
[[menu.main]]
name = "modules"
url = "/categories/module"
[[menu.main]]
name = "status"
url = "/status"
[[menu.main]]
name = "doc"
url = "/elektrophon"
[taxonomies]
category = "categories"
tag = "tags"
module = "module"
article = "article"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = "paraiso-dark" # syntax highlighting style
[Params]