runtimeterror/config/_default/hugo.toml

52 lines
912 B
TOML
Raw Normal View History

baseURL = "https://runtimeterror.dev"
2023-08-21 15:43:47 +00:00
theme = ["hugo-cloak-email", "risotto"]
title = "runtimeterror"
author = "ops"
2023-08-20 21:25:46 +00:00
copyright = "© 2018-2023 [runtimeterror](https://runtimeterror.dev)"
2023-08-15 15:36:54 +00:00
paginate = 3
languageCode = "en"
DefaultContentLanguage = "en"
enableInlineShortcodes = true
# Automatically add content sections to main menu
2023-08-20 21:22:05 +00:00
# sectionPagesMenu = "main"
[outputs]
home = ["HTML", "RSS", "JSON"]
[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
[services.twitter]
disableInlineCSS = true
2023-08-20 21:00:55 +00:00
[taxonomies]
tag = "tags"
2023-08-21 15:41:15 +00:00
series = "series"