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-22 23:38:52 +08:00

28 lines
622 B
TOML

defaultContentLanguageInSubdir = true
enableRobotsTXT = true
DefaultContentLanguage = "en"
[languages.en]
baseURL = "https://actix.rs/en"
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"