feat(web): SEO/social cards, security headers, PWA icons, FAQ, status, get-involved, captions

This commit is contained in:
vjrj 2026-07-15 12:10:30 +02:00
parent a719e9c172
commit a3697e6b3e
19 changed files with 358 additions and 16 deletions

View file

@ -14,20 +14,25 @@ enableGitInfo = false
publisher = "Asociación Comunes"
publisherURL = "https://comunes.org"
license = "AGPL-3.0"
# Store links are empty until the app is published; the badges partial renders
# a link only when its URL is set here, so nothing broken shows before launch.
playStoreURL = ""
fdroidURL = ""
# Links rendered only when set, so nothing broken shows before they exist:
playStoreURL = "" # Google Play, once published
fdroidURL = "" # F-Droid, once published
sourceURL = "" # public source repository (AGPL) — set when available
weblateURL = "" # translation platform — set when hosting is ready
[languages]
[languages.en]
languageName = "English"
languageCode = "en"
weight = 1
[languages.en.params]
description = "A local-first, decentralized app for keeping and sharing traditional seeds. Offline, encrypted, no account."
[languages.es]
languageName = "Español"
languageCode = "es"
weight = 2
[languages.es.params]
description = "Una app local-first y descentralizada para guardar y compartir semillas tradicionales. Sin conexión, cifrada, sin cuenta."
[markup.goldmark.renderer]
unsafe = false