-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.toml
55 lines (46 loc) · 1022 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
baseURL = "https://www.montferret.dev/"
languageCode = "en-us"
title = "Ferret"
theme = "ferret"
paginate = 12
[permalinks]
pages = "/:title/"
[markup.goldmark.renderer]
unsafe= true
[menu]
[[menu.left]]
identifier = "repl"
name = "Try it"
title = "Try it"
url = "/try/"
weight = 1
[[menu.left]]
identifier = "docs"
name = "Docs"
title = "Project documentation"
url = "/docs/introduction"
weight = 2
[[menu.left]]
identifier = "blog"
name = "Blog"
title = "Blog"
url = "/blog/"
weight = 3
[[menu.left]]
identifier = "cookbook"
name = "Cookbook"
title = "Cookbook"
url = "/cookbook/google-search"
weight = 4
[[menu.right]]
identifier = "donate"
name = "Donate"
title = "Open collective"
url = "https://opencollective.com/ferret"
weight = 5
[[menu.right]]
identifier = "github"
name = "GitHub"
title = "GitHub repository"
url = "https://github.com/MontFerret/ferret"
weight = 6