1
0
mirror of https://github.com/actix/actix-website synced 2025-02-17 10:13:31 +01:00
actix-website/config.toml
2018-06-23 07:43:29 +08:00

25 lines
481 B
TOML

title = "actix"
languageCode = "en-us"
canonifyURLs = true
googleAnalytics = "UA-110322332-1"
pygmentsUseClasses = true
pygmentsCodeFences = true
defaultContentLanguageInSubdir = true
enableRobotsTXT = true
DefaultContentLanguage = "en"
[languages]
[languages.en]
baseURL = "https://actix.rs"
languageName = "English"
weight = 1
[languages.cn]
baseURL = "https://actix.rs/cn"
languageName = "Chinese"
weight = 2
[params]
actixVersion = "0.5"
actixWebVersion = "0.6"