mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
78 lines
No EOL
1.4 KiB
TOML
78 lines
No EOL
1.4 KiB
TOML
baseURL = "https://runtimeterror.dev"
|
|
theme = "risotto"
|
|
title = "runtimeterror"
|
|
paginate = 10
|
|
languageCode = "en"
|
|
DefaultContentLanguage = "en"
|
|
enableInlineShortcodes = true
|
|
enableRobotsTXT = true
|
|
|
|
# define gemini media type
|
|
[mediaTypes]
|
|
[mediaTypes.'text/gemini']
|
|
suffixes = ["gmi"]
|
|
|
|
# Automatically add content sections to main menu
|
|
# sectionPagesMenu = "main"
|
|
|
|
[outputs]
|
|
home = ['html', 'rss', 'gemini']
|
|
section = ['html']
|
|
taxonomy = ['html']
|
|
term = ['html', 'rss', 'gemini']
|
|
page = ['html', 'rss', 'gemini']
|
|
|
|
# rename rss output from index.xml to feed.xml
|
|
[outputFormats]
|
|
[outputFormats.rss]
|
|
mediatype = "application/rss"
|
|
baseName = "feed"
|
|
# gemini output
|
|
[outputFormats.gemini]
|
|
mediatype = "text/gemini"
|
|
isPlainText = true
|
|
isHTML = false
|
|
protocol = "gemini://"
|
|
permalinkable = true
|
|
|
|
[permalinks]
|
|
posts = ":filename"
|
|
|
|
[privacy]
|
|
|
|
[privacy.vimeo]
|
|
disabled = false
|
|
simple = true
|
|
|
|
[privacy.twitter]
|
|
disabled = false
|
|
enableDNT = true
|
|
simple = true
|
|
disableInlineCSS = true
|
|
|
|
[privacy.instagram]
|
|
disabled = false
|
|
simple = true
|
|
|
|
[privacy.youtube]
|
|
disabled = false
|
|
privacyEnhanced = true
|
|
|
|
[services]
|
|
|
|
[services.instagram]
|
|
disableInlineCSS = true
|
|
|
|
[services.rss]
|
|
limit = 10
|
|
|
|
[services.twitter]
|
|
disableInlineCSS = true
|
|
|
|
[taxonomies]
|
|
tag = "tags"
|
|
category = "categories"
|
|
|
|
[minify]
|
|
disableXML = true
|
|
minifyOutput = true |