You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/_default/config.toml
+12-16Lines changed: 12 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
baseURL = 'https://bitcoin-safe.org/'
2
2
languageCode = 'en-US'
3
-
title= 'Bitcoin Safe - A secure bitcoin savings wallet for everyone'
4
-
3
+
title= 'Bitcoin Safe - Free & OpenSource software for securely manage your Bitcoin cold storage wallets'
5
4
6
5
timeZone = 'Europe/London'
7
6
@@ -10,9 +9,6 @@ defaultContentLanguage = "en"
10
9
defaultContentLanguageInSubdir = true
11
10
disableDefaultLanguageRedirect = false
12
11
13
-
14
-
15
-
16
12
theme = "hugo-bootstrap-theme"
17
13
18
14
disableHugoGeneratorInject = true
@@ -26,11 +22,19 @@ enableEmoji = true
26
22
shorttitle= 'Bitcoin Safe'
27
23
28
24
title = 'Bitcoin Safe'
29
-
description = 'BitcoinSafe is a collaborative wallet that keeps families and organizations in full control of their bitcoin.'
25
+
description = 'Bitcoin-Safe is a FOSS desktop wallet that makes self-custody accessible to everyone. It supports hardware wallets, multisig, testnet playgroun, encrypted nostr chat groups, categories and labels sync, and air-gapped signing — no KYC, no accounts, no telemetry, no middlemen. Your keys, your sats!'
30
26
images = ['images/social-share.png']
31
27
mainMenuLogo = "images/logo/logo-cut.svg"
32
28
33
29
keywords = [
30
+
"bitcoin safe",
31
+
"bitcoin-safe",
32
+
"bitcoin wallet",
33
+
"bitcoin desktop",
34
+
"bitcoin wallet linux",
35
+
"bitcoin wallet macos",
36
+
"bitcoin multisig",
37
+
"btc multisig",
34
38
"multisig",
35
39
"signing device",
36
40
"hardware wallet",
@@ -68,7 +72,6 @@ enableEmoji = true
68
72
"what is bitcoin key management",
69
73
"bitcoin wallet security tips",
70
74
"best practices for bitcoin security",
71
-
"Bitcoin Safe",
72
75
"Bitcoin Management Software",
73
76
"Encrypted communication",
74
77
"Private Key Storage",
@@ -85,11 +88,10 @@ enableEmoji = true
85
88
"Multi-Device Compatibility",
86
89
"Singlesig and Multisig Configurations",
87
90
"Encrypted Remote Chat",
88
-
"Nostr Protocol"
91
+
"Nostr chat group"
92
+
"Nostr group chat"
89
93
]
90
94
91
-
92
-
93
95
# For favicons
94
96
## Chrome Browser
95
97
themeColor = "#fff"
@@ -104,8 +106,6 @@ enableEmoji = true
104
106
# footerAboutTitle = "Few Words About Us"
105
107
# footerAboutText = "We protect your website so you can provide a safe environment to build trust and improve the user experience of your visitors.<br/><br/>Salvus Site is the partner that you can rely on for preventive and reactive cybersecurity."
106
108
107
-
108
-
109
109
# Open Graph, Twitter Cards and schema.org Thing and Article (in posts)
0 commit comments