87 lines
2 KiB
TOML
87 lines
2 KiB
TOML
baseURL = "https://kaivalya.eu/projects/trainUs"
|
|
title = "TrainUs"
|
|
defaultContentLanguage = "fr"
|
|
defaultContentLanguageInSubdir = false
|
|
enableRobotsTXT = true
|
|
enableEmoji = false
|
|
|
|
[build]
|
|
writeStats = false
|
|
|
|
[pagination]
|
|
pagerSize = 10
|
|
|
|
[params]
|
|
appUrl = "https://kaivalya.eu/projects/trainUs/app/snapshot-dev"
|
|
repoUrl = "https://kaivalya.eu/app-git/kaivalya/trainUs"
|
|
licenseUrl = "https://kaivalya.eu/app-git/kaivalya/trainUs/raw/branch/main/LICENSE.md"
|
|
personalSiteUrl = "https://kaivalya.eu"
|
|
|
|
[languages]
|
|
[languages.fr]
|
|
languageName = "Français"
|
|
weight = 1
|
|
contentDir = "content"
|
|
[languages.fr.params]
|
|
tagline = "Application de fitness locale, multilingue et open source."
|
|
flag = "🇫🇷"
|
|
|
|
[[languages.fr.menus.main]]
|
|
name = "Documentation"
|
|
url = "/docs/"
|
|
weight = 10
|
|
[[languages.fr.menus.main]]
|
|
name = "Développeurs"
|
|
url = "/developers/"
|
|
weight = 15
|
|
[[languages.fr.menus.main]]
|
|
name = "Blog"
|
|
url = "/blog/"
|
|
weight = 20
|
|
[[languages.fr.menus.main]]
|
|
name = "Contact"
|
|
url = "/contact/"
|
|
weight = 30
|
|
|
|
[languages.en]
|
|
languageName = "English"
|
|
languageCode = "en"
|
|
weight = 2
|
|
contentDir = "content"
|
|
[languages.en.params]
|
|
tagline = "Local-first multilingual and open source fitness training app"
|
|
flag = "🇬🇧"
|
|
|
|
[[languages.en.menus.main]]
|
|
name = "Documentation"
|
|
url = "/en/docs/"
|
|
weight = 10
|
|
[[languages.en.menus.main]]
|
|
name = "Developers"
|
|
url = "/en/developers/"
|
|
weight = 15
|
|
[[languages.en.menus.main]]
|
|
name = "Blog"
|
|
url = "/en/blog/"
|
|
weight = 20
|
|
[[languages.en.menus.main]]
|
|
name = "Contact"
|
|
url = "/en/contact/"
|
|
weight = 30
|
|
|
|
[markup]
|
|
[markup.goldmark]
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
[markup.tableOfContents]
|
|
startLevel = 2
|
|
endLevel = 3
|
|
ordered = false
|
|
[markup.highlight]
|
|
style = "friendly"
|
|
|
|
[outputs]
|
|
home = ["HTML", "RSS"]
|
|
section = ["HTML", "RSS"]
|
|
page = ["HTML"]
|