-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
37 lines (30 loc) · 907 Bytes
/
config.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
baseURL = 'https://docs.marginalia.nu/'
languageCode = 'en-us'
title = 'Marginalia Search Engine Software Documentation'
theme = 'hugo-theme-techdoc'
[params]
subtitle = ''
menu_style = "open-menu" # "open-menu" or "slide-menu" or "" blank is as no sidebar
[markup.goldmark.renderer]
unsafe = true
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
identifier = 'docs'
[[menu.main]]
name = "Search Engine Sources"
url = "https://git.marginalia.nu/"
weight = 3
identifier = 'se-git'
[[menu.main]]
name = "Documentation Sources"
url = "https://github.com/MarginaliaSearch/docs.marginalia.nu"
weight = 2
identifier = 'doc-git'
[[menu.main]]
name = "Marginalia Search Engine"
url = "https://search.marginalia.nu/"
weight = 4
identifier = 'instance'