This repository has been archived by the owner on Jun 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
187 lines (156 loc) · 6.16 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
# baseURL = "https://dhost.dev"
languageCode = "en-us"
title = "DHost"
enableRobotsTXT = true
enableGitInfo = false
# Multilangues setup
# Renders the default content language in subdir, e.g. /en/. The root directory / will redirect to /en/
defaultContentLanguageInSubdir = true
DefaultContentLanguage = "en"
# Site Params
[params]
logo = "/imgs/dhostlogo.svg"
# meta data
author = "Dhost"
description = "Dhost"
# Gestion des langues : FR / EN
[Languages]
############ 1 - Site en FRANCAIS
[Languages.fr]
languageCode = "fr-fr"
title = "Dhost"
dateFormat = "2 Janvier 2006"
home = "EN Home"
logo = "/imgs/dhostlogo.svg"
# Hero Area Section
[Languages.fr.params.hero]
enable = true
heading = "Hébergement décentralisé pour votre"
headingWebsite = "site web"
description = "Dhost facilite la création de sites web et d'applications sur le nouveau web ouvert : sans permission, sans confiance, résistant à la censure et libre de tout contrôle centralisé."
button = true
btnGetStartedText = "Commencer"
btnGetStartedURL = "http://localhost:8000"
btnLearnMoreText = "En savoir plus"
btnLearnMoreURL = "http://localhost:8000"
# Deploy Section
[Languages.fr.params.process]
title = "Décentraliser votre app"
uploadText = "Choisissez la source de votre site web"
buildTitle = "Choisissez les options de build"
buildText = "Adaptez vos paramètres pour préparer le déploiement de votre site"
deployTitle = "Déployer"
deployText = "Déployer votre site web sur l'IPFS"
# Frameworks Area Section
[Languages.fr.params.frameworks]
title = "De nombreux sites et frameworks sont pris en charge"
imagesFirstRow = ["wordpress.png", "jekyll.png", "publii.jpg", "docusaurus.svg", "11ty.png", "nuxtjs.png"]
imagesSecondRow = ["angular-logo.png", "react.png", "vue.png", "hugo.jpg", "gatsby.jpg", "siteleaf.png"]
# IPFS Explanation Section
[Languages.fr.params.ipfs]
title = "C'est quoi l'IPFS ?"
description = "IPFS permet aux utilisateurs d'héberger et de recevoir du contenu d'une manière similaire à BitTorrent. Par opposition à un serveur central, IPFS est construit autour d'un système décentralisé d'utilisateurs-opérateurs qui détiennent une partie de l'ensemble des données, créant ainsi un système résilient de stockage et de partage de fichiers. Tout utilisateur du réseau peut servir un fichier par son adresse de contenu, et les autres pairs du réseau peuvent trouver et demander ce contenu à tout nœud qui le possède en utilisant une table de hachage distribuée (DHT)."
# Why Dhost Section
[Languages.fr.params.whyDhost]
title = "Pourquoi DHost ?"
[[Languages.fr.params.whyDhost.perks]]
name = "fast"
text = "Rapide à mettre en place"
image = "fast.png"
[[Languages.fr.params.whyDhost.perks]]
name = "decentralized"
text = "Intégration dans le réseau IPFS"
image = "decentralized.png"
[[Languages.fr.params.whyDhost.perks]]
name = "security"
text = "Protection de vos informations"
image = "security.png"
[[Languages.fr.params.whyDhost.perks]]
name = "rgpd"
text = "Conformité aux normes RGPD"
image = "rgpd.png"
[[Languages.fr.params.whyDhost.perks]]
name = "easy"
text = "Facile d'utilisation"
image = "easy.png"
[[Languages.fr.params.whyDhost.perks]]
name = "sci-fi"
text = "Entrez dans le futur du web avec DHost"
image = "sci-fi.png"
# Deploy Section
[Languages.fr.params.deploy]
title = "Déployer votre propre site"
# Footer
[Languages.fr.params.footer]
legalNotice = "Mentions légales"
privacyPolicy = "Politique de confidentialité"
############# 2 - Site in ENGLISH
[Languages.en]
languageCode = "en-us"
title = "Dhost"
dateFormat = "January 2, 2006"
home = "EN Home"
logo = "/imgs/dhostlogo.svg"
# Hero Area Section
[Languages.en.params.hero]
enable = true
heading = "Decentralized hosting for your"
headingWebsite = "website"
description = "Dhost makes it easy to build websites and apps on the new open web: permissionless, trustless, censorship resistant, and free of centralized gatekeepers."
button = true
btnGetStartedText = "Get Started"
btnGetStartedURL = "http://localhost:8000/get_started"
btnLogin = "http://localhost:8000"
btnLearnMoreText = "Learn More"
btnLearnMoreURL = "http://localhost:8000"
# Deploy Section
[Languages.en.params.process]
title = "Decentralyze your app"
uploadText = "Choose the source of your website"
buildTitle = "Check build options"
buildText = "Adapt your settings to mold your site deployment"
deployTitle = "Deploy"
deployText = "Deploy your website on IPFS"
# Frameworks Area Section
[Languages.en.params.frameworks]
title = "Many sites and frameworks are supported"
imagesFirstRow = ["wordpress.png", "jekyll.png", "publii.jpg", "docusaurus.svg", "11ty.png", "nuxtjs.png"]
imagesSecondRow = ["angular-logo.png", "react.png", "vue.png", "hugo.jpg", "gatsby.jpg", "siteleaf.png"]
# IPFS Explanation Section
[Languages.en.params.ipfs]
title = "What's the IPFS ?"
description = "IPFS allows users to host and receive content in a manner similar to BitTorrent. As opposed to a centrally located server, IPFS is built around a decentralized system of user-operators who hold a portion of the overall data, creating a resilient system of file storage and sharing. Any user in the network can serve a file by its content address, and other peers in the network can find and request that content from any node who has it using a distributed hash table (DHT)."
# Why Dhost Section
[Languages.en.params.whyDhost]
title = "Why DHost ?"
[[Languages.en.params.whyDhost.perks]]
name = "fast"
text = "Quick to set up"
image = "fast.png"
[[Languages.en.params.whyDhost.perks]]
name = "decentralized"
text = "Integration into the IPFS network"
image = "decentralized.png"
[[Languages.en.params.whyDhost.perks]]
name = "security"
text = "Protection of your information"
image = "security.png"
[[Languages.en.params.whyDhost.perks]]
name = "rgpd"
text = "Compliance with RGPD standards"
image = "rgpd.png"
[[Languages.en.params.whyDhost.perks]]
name = "easy"
text = "Easy to use"
image = "easy.png"
[[Languages.en.params.whyDhost.perks]]
name = "sci-fi"
text = "Enter the future of the web with DHost"
image = "sci-fi.png"
# Deploy Section
[Languages.en.params.deploy]
title = "Deploy your own site"
# Footer
[Languages.en.params.footer]
legalNotice = "Legal Notice"
privacyPolicy = "Privacy Policy"