1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 00:41:07 +01:00
actix-website/config.toml
2018-06-23 06:12:56 +08:00

27 lines
584 B
TOML

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