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

23 lines
508 B
TOML
Raw Normal View History

2018-06-23 01:43:29 +02:00
title = "actix"
canonifyURLs = true
googleAnalytics = "UA-110322332-1"
pygmentsUseClasses = true
pygmentsCodeFences = true
defaultContentLanguageInSubdir = false
2018-06-22 17:18:14 +02:00
enableRobotsTXT = true
enableMissingTranslationPlaceholders = true
2018-06-22 17:18:14 +02:00
DefaultContentLanguage = "en"
baseURL = "https://actix.rs"
2018-06-22 17:18:14 +02:00
2018-06-23 00:12:56 +02:00
[languages.en]
languageCode = "en-US"
languageName = "English"
2018-06-23 00:12:56 +02:00
weight = 1
2018-05-22 23:15:08 +02:00
[params]
2019-12-28 20:18:24 +01:00
actixVersion = "0.9"
actixWebVersion = "2.0"
2019-12-29 14:57:11 +01:00
actixRtVersion = "1.0"
2019-12-28 20:18:24 +01:00
actixWebMinRustVersion = "1.39"
2019-12-29 08:21:11 +01:00
actixMinRustVersion = "1.39"