Skip to content

Commit 8355d28

Browse files
Merge pull request #33 from design-rrr/patch-11
Revise title and description in config.toml
2 parents 68603d8 + fef743d commit 8355d28

1 file changed

Lines changed: 12 additions & 16 deletions

File tree

config/_default/config.toml

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
baseURL = 'https://bitcoin-safe.org/'
22
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'
54

65
timeZone = 'Europe/London'
76

@@ -10,9 +9,6 @@ defaultContentLanguage = "en"
109
defaultContentLanguageInSubdir = true
1110
disableDefaultLanguageRedirect = false
1211

13-
14-
15-
1612
theme = "hugo-bootstrap-theme"
1713

1814
disableHugoGeneratorInject = true
@@ -26,11 +22,19 @@ enableEmoji = true
2622
shorttitle= 'Bitcoin Safe'
2723

2824
title = 'Bitcoin Safe'
29-
description = 'Bitcoin Safe 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!'
3026
images = ['images/social-share.png']
3127
mainMenuLogo = "images/logo/logo-cut.svg"
3228

3329
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",
3438
"multisig",
3539
"signing device",
3640
"hardware wallet",
@@ -68,7 +72,6 @@ enableEmoji = true
6872
"what is bitcoin key management",
6973
"bitcoin wallet security tips",
7074
"best practices for bitcoin security",
71-
"Bitcoin Safe",
7275
"Bitcoin Management Software",
7376
"Encrypted communication",
7477
"Private Key Storage",
@@ -85,11 +88,10 @@ enableEmoji = true
8588
"Multi-Device Compatibility",
8689
"Singlesig and Multisig Configurations",
8790
"Encrypted Remote Chat",
88-
"Nostr Protocol"
91+
"Nostr chat group"
92+
"Nostr group chat"
8993
]
9094

91-
92-
9395
# For favicons
9496
## Chrome Browser
9597
themeColor = "#fff"
@@ -104,8 +106,6 @@ enableEmoji = true
104106
# footerAboutTitle = "Few Words About Us"
105107
# 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."
106108

107-
108-
109109
# Open Graph, Twitter Cards and schema.org Thing and Article (in posts)
110110
# https://gohugo.io/templates/internal/#open-graph
111111
# https://gohugo.io/templates/internal/#twitter-cards
@@ -115,14 +115,12 @@ enableEmoji = true
115115
[params.social]
116116
twitter = 'BitcoinSafeOrg'
117117

118-
119118
[params.options]
120119
bootStrapJs = true
121120
breadCrumb = true
122121
listCategoryFilter = true
123122
listTagFilter = true
124123

125-
126124
[frontmatter]
127125
date = ["date", "publishDate", "lastmod"]
128126
lastmod = ["lastmod", ":fileModTime", ":default"]
@@ -153,8 +151,6 @@ enableEmoji = true
153151
source = "static"
154152
target = "static"
155153

156-
157-
158154
[markup]
159155
[markup.highlight]
160156
style = "github-dark" # try: monokai, github-dark, nord, etc.

0 commit comments

Comments
 (0)