2021-07-19 16:05:53 +02:00
|
|
|
baseURL = "https://doublefourteen.io/"
|
|
|
|
languageCode = "en-us"
|
|
|
|
theme = "doublefourteen"
|
2021-07-22 17:14:58 +02:00
|
|
|
enableRobotsTXT = true
|
2021-07-19 16:05:53 +02:00
|
|
|
disableKinds = ["taxonomy", "term"]
|
|
|
|
timeout = 1000000
|
|
|
|
|
2021-07-20 17:40:16 +02:00
|
|
|
[params]
|
2021-07-22 17:12:06 +02:00
|
|
|
title = "The DoubleFourteen Code Forge"
|
|
|
|
images = ["/logo.png"]
|
|
|
|
description = "The DoubleFourteen Code Forge is a non-profit community to promote high quality software and independent scientific research."
|
|
|
|
author = "The DoubleFourteen Community"
|
|
|
|
|
|
|
|
[taxonomies]
|
|
|
|
category = "categories"
|
|
|
|
series = "series"
|
|
|
|
tag = "tags"
|
2021-07-20 17:40:16 +02:00
|
|
|
|
2021-07-19 16:05:53 +02:00
|
|
|
[markup.goldmark.renderer]
|
|
|
|
unsafe = true
|
|
|
|
|
|
|
|
DefaultContentLanguage = "en"
|
|
|
|
[languages]
|
|
|
|
[languages.en]
|
2021-07-22 17:12:06 +02:00
|
|
|
languageName = "English"
|
2021-07-19 16:05:53 +02:00
|
|
|
weight = 1
|