-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
56 lines (45 loc) · 1.41 KB
/
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
50
51
52
53
54
55
56
baseURL = 'https://brickschema.org/'
languageCode = 'en-us'
title = 'Brick Ontology'
theme = "hugo-book"
# Book configuration
disablePathToLower = true
#enableGitInfo = true
# Needed for mermaid/katex shortcodes
[markup]
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
startLevel = 1
[params]
# (Optional, default light) Sets color theme: light, dark or auto.
# Theme 'auto' switches between dark and light modes based on browser/os preferences
BookTheme = 'light'
# (Optional, default true) Controls table of contents visibility on right side of pages.
# Start and end levels can be controlled with markup.tableOfContents setting.
# You can also specify this parameter per page in front matter.
BookToC = true
BookSection = '*'
BookLogo = '/img/logo.png'
custom_css = ["css/site.css"]
[menu]
[[menu.after]]
name = "Ontology Documentation"
weight = 1
url = "https://ontology.brickschema.org"
post = '<i class="fa fa-external-link" aria-hidden="true"></i>'
[[menu.after]]
name = "User Documentation"
weight = 1
url = "https://docs.brickschema.org"
post = '<i class="fa fa-external-link" aria-hidden="true"></i>'
[[menu.after]]
name = "Github"
weight = 1
url = "https://github.com/brickschema/Brick"
post = '<i class="fa fa-external-link" aria-hidden="true"></i>'
[mediaTypes]
[mediaTypes.'text/turtle']
suffixes = ['ttl']
[mediaTypes.'application/json']
suffixes = ['jsonld']