|
1 | 1 | baseURL = 'https://tornade.tf/' |
2 | | -languageCode = 'en-us' |
3 | | -title = 'My New Hugo Site' |
| 2 | +defaultContentLanguage = 'en' |
| 3 | +defaultContentLanguageInSubdir = false |
| 4 | +enableRobotsTXT = true |
| 5 | +disableKinds = ['taxonomy', 'term'] |
| 6 | + |
| 7 | +[params] |
| 8 | + author = "Tornade" |
| 9 | + twitterHandle = "@tornade_app" |
| 10 | + ogImage = "/images/og-image.png" |
| 11 | + |
| 12 | + [params.jsonld] |
| 13 | + type = "SoftwareApplication" |
| 14 | + name = "Tornade" |
| 15 | + operatingSystem = "macOS, Windows, Linux" |
| 16 | + applicationCategory = "MultimediaApplication" |
| 17 | + offers_price = "0" |
| 18 | + offers_currency = "EUR" |
| 19 | + |
| 20 | +[sitemap] |
| 21 | + changefreq = 'monthly' |
| 22 | + priority = 1.0 |
| 23 | + filename = 'sitemap.xml' |
| 24 | + |
| 25 | +# ── English (default — served at /) ────────────────────────────────────────── |
| 26 | +[languages.en] |
| 27 | + languageCode = 'en' |
| 28 | + languageName = 'English' |
| 29 | + title = 'Tornade Audio Player' |
| 30 | + weight = 1 |
| 31 | + |
| 32 | + [languages.en.params] |
| 33 | + description = "Tornade — High-performance native audio player for macOS, Windows, Linux and Terminal. FLAC, OGG, MP3, WAV, AIFF. Built in Rust." |
| 34 | + locale = "en_US" |
| 35 | + |
| 36 | + [[languages.en.menus.main]] |
| 37 | + name = 'Download' |
| 38 | + url = '#download' |
| 39 | + weight = 10 |
| 40 | + [[languages.en.menus.main]] |
| 41 | + name = 'Features' |
| 42 | + url = '#features' |
| 43 | + weight = 20 |
| 44 | + [[languages.en.menus.main]] |
| 45 | + name = 'About' |
| 46 | + url = '#about' |
| 47 | + weight = 30 |
| 48 | + [[languages.en.menus.main]] |
| 49 | + name = 'Contact' |
| 50 | + url = '#contact' |
| 51 | + weight = 40 |
| 52 | + |
| 53 | +# ── Français (served at /fr/) ───────────────────────────────────────────────── |
| 54 | +[languages.fr] |
| 55 | + languageCode = 'fr' |
| 56 | + languageName = 'Français' |
| 57 | + title = 'Tornade Audio Player' |
| 58 | + weight = 2 |
| 59 | + |
| 60 | + [languages.fr.params] |
| 61 | + description = "Tornade — Lecteur audio natif haute performance pour macOS, Windows, Linux et Terminal. FLAC, OGG, MP3, WAV, AIFF. Développé en Rust." |
| 62 | + locale = "fr_FR" |
| 63 | + |
| 64 | + [[languages.fr.menus.main]] |
| 65 | + name = 'Téléchargement' |
| 66 | + url = '#download' |
| 67 | + weight = 10 |
| 68 | + [[languages.fr.menus.main]] |
| 69 | + name = 'Fonctionnalités' |
| 70 | + url = '#features' |
| 71 | + weight = 20 |
| 72 | + [[languages.fr.menus.main]] |
| 73 | + name = 'À propos' |
| 74 | + url = '#about' |
| 75 | + weight = 30 |
| 76 | + [[languages.fr.menus.main]] |
| 77 | + name = 'Contact' |
| 78 | + url = '#contact' |
| 79 | + weight = 40 |
| 80 | + |
| 81 | +# ── Español (served at /es/) ────────────────────────────────────────────────── |
| 82 | +[languages.es] |
| 83 | + languageCode = 'es' |
| 84 | + languageName = 'Español' |
| 85 | + title = 'Tornade Audio Player' |
| 86 | + weight = 3 |
| 87 | + |
| 88 | + [languages.es.params] |
| 89 | + description = "Tornade — Reproductor de audio nativo de alto rendimiento para macOS, Windows, Linux y Terminal. FLAC, OGG, MP3, WAV, AIFF. Desarrollado en Rust." |
| 90 | + locale = "es_ES" |
| 91 | + |
| 92 | + [[languages.es.menus.main]] |
| 93 | + name = 'Descarga' |
| 94 | + url = '#download' |
| 95 | + weight = 10 |
| 96 | + [[languages.es.menus.main]] |
| 97 | + name = 'Características' |
| 98 | + url = '#features' |
| 99 | + weight = 20 |
| 100 | + [[languages.es.menus.main]] |
| 101 | + name = 'Acerca de' |
| 102 | + url = '#about' |
| 103 | + weight = 30 |
| 104 | + [[languages.es.menus.main]] |
| 105 | + name = 'Contacto' |
| 106 | + url = '#contact' |
| 107 | + weight = 40 |
0 commit comments