-
Notifications
You must be signed in to change notification settings - Fork 21
/
config.toml
55 lines (46 loc) · 961 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://getfider.com/"
title = "Fider"
publishDir = "docs"
description = "Open platform to collect and organize product feedback"
googleAnalytics = "UA-100812395-1"
[Params]
RSSLink = "/index.xml"
author = "Fider"
email = "[email protected]"
images = [ "images/logo-small.png" ]
[[menu.main]]
name = "Blog"
weight = 100
url = "/blog"
[[menu.main]]
name = "Docs"
weight = 200
url = "/docs"
[[menu.main]]
name = "About"
weight = 300
url = "/about"
[[menu.footer]]
name = "About"
weight = 100
url = "/about"
[[menu.footer]]
name = "Blog"
weight = 200
url = "/blog"
[[menu.footer]]
name = "Docs"
weight = 300
url = "/docs"
[[menu.footer]]
name = "Status"
weight = 400
url = "https://status.fider.io/"
[[menu.footer]]
name = "GitHub"
weight = 500
url = "https://github.com/getfider/fider"
[[menu.footer]]
name = "Privacy"
weight = 600
url = "/privacy"