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

28 lines
632 B
TOML
Raw Normal View History

2018-06-22 17:18:14 +02:00
defaultContentLanguageInSubdir = true
enableRobotsTXT = true
DefaultContentLanguage = "en"
[languages]
[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
2018-05-22 23:15:08 +02:00
[params]
actixVersion = "0.5"
2018-06-22 17:18:14 +02:00
actixWebVersion = "0.6"