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 00:27:02 +02:00

21 lines
400 B
TOML

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