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

22 lines
485 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]
2018-07-21 14:40:42 +02:00
actixVersion = "0.7"
2019-06-12 10:51:45 +02:00
actixWebVersion = "1.0"
actixWebMinRustVersion = "1.36"
2019-06-13 05:53:04 +02:00
actixMinRustVersion = "1.31"