2023-08-14 22:05:16 +00:00
|
|
|
baseURL = "https://runtimeterror.dev"
|
2023-08-28 21:45:24 +00:00
|
|
|
theme = "risotto"
|
2023-08-14 22:05:16 +00:00
|
|
|
title = "runtimeterror"
|
2024-01-10 22:21:36 +00:00
|
|
|
copyright = "© 2024 John Bowdre"
|
2023-11-13 16:05:14 +00:00
|
|
|
paginate = 10
|
2023-08-14 22:05:16 +00:00
|
|
|
languageCode = "en"
|
|
|
|
DefaultContentLanguage = "en"
|
|
|
|
enableInlineShortcodes = true
|
|
|
|
|
2024-02-27 04:57:24 +00:00
|
|
|
# define gemini media type
|
|
|
|
[mediaTypes]
|
|
|
|
[mediaTypes.'text/gemini']
|
|
|
|
suffixes = ["gmi"]
|
|
|
|
|
2023-08-14 22:05:16 +00:00
|
|
|
# Automatically add content sections to main menu
|
2023-08-20 21:22:05 +00:00
|
|
|
# sectionPagesMenu = "main"
|
2023-08-14 22:05:16 +00:00
|
|
|
|
|
|
|
[outputs]
|
2024-02-27 04:57:24 +00:00
|
|
|
home = ['html', 'rss', 'gemini']
|
2023-12-22 22:04:21 +00:00
|
|
|
section = ['html']
|
2024-02-27 04:57:24 +00:00
|
|
|
taxonomy = ['html']
|
2023-12-22 22:04:21 +00:00
|
|
|
term = ['html', 'rss']
|
2024-02-27 04:57:24 +00:00
|
|
|
page = ['html', 'rss', 'gemini']
|
2023-08-14 22:05:16 +00:00
|
|
|
|
2023-12-22 22:30:08 +00:00
|
|
|
# rename rss output from index.xml to feed.xml
|
|
|
|
[outputFormats]
|
|
|
|
[outputFormats.rss]
|
|
|
|
mediatype = "application/rss"
|
|
|
|
baseName = "feed"
|
2024-02-28 02:12:09 +00:00
|
|
|
# gemini output
|
2024-02-27 04:57:24 +00:00
|
|
|
[outputFormats.gemini]
|
|
|
|
mediatype = "text/gemini"
|
|
|
|
isPlainText = true
|
|
|
|
isHTML = false
|
|
|
|
protocol = "gemini://"
|
|
|
|
permalinkable = true
|
2023-12-22 22:30:08 +00:00
|
|
|
|
2023-08-14 22:05:16 +00:00
|
|
|
[permalinks]
|
|
|
|
posts = ":filename"
|
|
|
|
|
2023-08-21 15:41:15 +00:00
|
|
|
[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
|
|
|
|
|
2023-08-14 22:05:16 +00:00
|
|
|
[services]
|
|
|
|
|
|
|
|
[services.instagram]
|
|
|
|
disableInlineCSS = true
|
|
|
|
|
2023-12-22 22:04:21 +00:00
|
|
|
[services.rss]
|
|
|
|
limit = 20
|
|
|
|
|
2023-08-14 22:05:16 +00:00
|
|
|
[services.twitter]
|
|
|
|
disableInlineCSS = true
|
2023-08-20 21:00:55 +00:00
|
|
|
|
|
|
|
[taxonomies]
|
|
|
|
tag = "tags"
|
2024-01-18 22:06:53 +00:00
|
|
|
category = "categories"
|
2023-08-21 15:41:15 +00:00
|
|
|
|
2024-01-15 20:00:28 +00:00
|
|
|
[minify]
|
|
|
|
disableXML = true
|
|
|
|
minifyOutput = true
|