This repository has been archived by the owner on Mar 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
95 lines (78 loc) · 1.6 KB
/
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# Site settings
baseurl = "/"
author = "Gopass Authors"
title = "gopass - the team password manager"
languageCode = "en-us"
theme = "gopass"
googleAnalytics = ""
enableRobotsTXT = true
SectionPagesMenu = ["main", "social"]
[params.meta]
title = "gopass"
description = "the team password manager"
keywords = "gopass go golang password manager open-source gpg"
[params.main]
currentVersion = "1.9.2"
repo = "github.com/gopasspw/gopass"
[params.footer]
email = "[email protected]"
[[menu.main]]
name = "Home"
url = "/"
weight = 10
[[menu.main]]
name = "Docs"
url = "/docs"
weight = 20
[[menu.main]]
name = "FAQ"
url = "/faq"
weight = 30
[[menu.main]]
name = "GitHub"
url = "https://github.com/gopasspw/gopass"
weight = 40
pre = "<i class=\"fa fa-github\"></i>"
post = ""
hrefTargetBlank = true
[[menu.footer]]
name = "Announcement"
url = "https://www.justwatch.com/blog/post/announcing-gopass/"
weight = 10
hrefTargetBlank = true
[[menu.footer]]
name = "Home"
url = "/"
weight = 20
[[menu.footer]]
name = "Docs"
url = "/docs"
weight = 30
[[menu.footer]]
name = "FAQ"
url = "/faq"
weight = 40
[[menu.justwatch]]
weight = 10
name = "JustWatch"
url = "http://www.justwatch.com"
[[menu.justwatch]]
weight = 20
name = "Github"
url = "https://github.com/gopasspw/gopass"
[[menu.justwatch]]
weight = 30
name = "Twitter"
url = "http://twitter.com/gopasspw"
[[menu.justwatch]]
weight = 40
name = "Facebook"
url = "https://www.facebook.com/watchjust"
[[menu.social]]
name = "Twitter"
url = "http://twitter.com/gopasspw"
weight = 30
[[menu.justwatch]]
weight = 50
name = "LinkedIn"
url = "https://www.linkedin.com/company/justwatch"