runtimeterror/config/_default/hugo.toml

78 lines
1.4 KiB
TOML
Raw Normal View History

baseURL = "https://runtimeterror.dev"
2023-08-28 21:45:24 +00:00
theme = "risotto"
title = "runtimeterror"
2023-11-13 16:05:14 +00:00
paginate = 10
languageCode = "en"
DefaultContentLanguage = "en"
enableInlineShortcodes = true
2024-04-12 20:29:07 +00:00
enableRobotsTXT = true
# define gemini media type
[mediaTypes]
[mediaTypes.'text/gemini']
suffixes = ["gmi"]
# Automatically add content sections to main menu
2023-08-20 21:22:05 +00:00
# sectionPagesMenu = "main"
[outputs]
home = ['html', 'rss', 'gemini']
2023-12-22 22:04:21 +00:00
section = ['html']
taxonomy = ['html']
2024-03-03 21:00:03 +00:00
term = ['html', 'rss', 'gemini']
page = ['html', 'rss', 'gemini']
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
[outputFormats.gemini]
mediatype = "text/gemini"
isPlainText = true
isHTML = false
protocol = "gemini://"
permalinkable = true
2023-12-22 22:30:08 +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
[services]
[services.instagram]
disableInlineCSS = true
2023-12-22 22:04:21 +00:00
[services.rss]
2024-04-30 00:50:24 +00:00
limit = 10
2023-12-22 22:04:21 +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
[minify]
disableXML = true
minifyOutput = true