info-cachapa/config.toml

116 lines
2.4 KiB
TOML
Raw Permalink Normal View History

2023-08-21 21:19:24 +00:00
baseURL = "https://cachapa.xyz"
theme = "risotto"
title = "cachapa.xyz"
2022-12-18 15:24:28 +00:00
author = "Captain Arepa"
2024-09-21 20:41:58 +00:00
copyright = "© 20212024 [Captain Arepa](https://cachapa.xyz)"
2023-08-21 21:19:24 +00:00
paginate = 3
languageCode = "en"
DefaultContentLanguage = "en"
enableInlineShortcodes = true
2022-12-18 15:24:28 +00:00
# prevent build failures when using Hugo's Instagram shortcode due to deprecated Instagram API.
# See https://github.com/gohugoio/hugo/issues/7228#issuecomment-714490456
ignoreErrors = ["error-remote-getjson"]
2023-08-21 21:19:24 +00:00
# Automatically add content sections to main menu
sectionPagesMenu = "main"
[params]
noindex = false
[params.theme]
palette = "base16-dark"
# Sidebar: about/bio
[params.about]
title = "cachapa.xyz"
description = "Captain Arepa's main page."
# logo = "images/rice.svg"
# Sidebar: social links
# Available icon sets:
# * FontAwesome 6 <https://fontawesome.com/> ('fa-brands', 'fa-normal', or 'fa-solid' for brands)
# * Academicons <https://jpswalsh.github.io/academicons> ('ai ai-')
# [[params.socialLinks]]
# icon = "fa-brands fa-github"
# title = "GitHub"
# url = "https://github.com/joeroe/risotto"
# [[params.socialLinks]]
# icon = "fa-solid fa-envelope"
# title = "Email"
# url = "mailto:example@example.com"
# [[params.socialLinks]]
# icon = "ai ai-orcid"
# title = "ORCID"
# url = "https://orcid.org/0000-0001-2345-6789"
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 40
[[menu.main]]
identifier = "fediverse"
name = "Fedi"
url = "/fediverse/"
weight = 60
[[menu.main]]
identifier = "Contact"
name = "contact"
url = "/contact/"
weight = 100
2024-09-21 20:41:58 +00:00
# [[menu.main]]
# identifier = "Donate"
# name = "donate"
# url = "/donate/"
# weight = 80
2023-08-21 21:19:24 +00:00
[taxonomies]
2023-08-21 21:19:24 +00:00
category = "categories"
tag = "tags"
series = "series"
# For hugo >= 0.60.0, enable inline HTML
[markup.goldmark.renderer]
unsafe = true
[markup]
# Table of contents
# Add toc = true to content front matter to enable
[markup.tableOfContents]
startLevel = 2
endLevel = 3
ordered = true
[privacy]
[privacy.vimeo]
disabled = false
simple = true
[privacy.twitter]
disabled = false
enableDNT = true
simple = true
[privacy.instagram]
disabled = false
simple = true
[privacy.youtube]
disabled = false
privacyEnhanced = true
[services]
[services.instagram]
disableInlineCSS = true
[services.twitter]
disableInlineCSS = true