You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
baseURL = "https://doublefourteen.io/"
|
|
|
|
languageCode = "en-us"
|
|
|
|
theme = "doublefourteen"
|
|
|
|
enableRobotsTXT = true
|
|
|
|
disableKinds = ["taxonomy", "term"]
|
|
|
|
timeout = 1000000
|
|
|
|
|
|
|
|
[params]
|
|
|
|
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"
|
|
|
|
|
|
|
|
[markup.goldmark.renderer]
|
|
|
|
unsafe = true
|
|
|
|
|
|
|
|
DefaultContentLanguage = "en"
|
|
|
|
[languages]
|
|
|
|
[languages.en]
|
|
|
|
languageName = "English"
|
|
|
|
weight = 1
|