rootdo/config.toml

147 lines
3.2 KiB
TOML
Raw Normal View History

2024-10-04 12:44:59 +00:00
baseURL = "https://rootdo.com"
theme = "risotto"
title = "rootdo.com"
author = "rootdo.com"
copyright = "Copyright (C) 2014-2024 rootdo.com <br> [legal-notice](https://rootdo.com/notice/#impressum) | [TOS](https://rootdo.com/tos) | [Privacy](https://rootdo.com/privacy) | [Contact](https://rootdo.com/contact) | [About](https://rootdo.com/about)"
#copyright = "© [rootdo.com](https://rootdo.com)"
paginate = 3
languageCode = "en"
DefaultContentLanguage = "en"
enableInlineShortcodes = true
# 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"]
# Automatically add content sections to main menu
sectionPagesMenu = "main"
[params]
noindex = false
[params.theme]
#palette = "tokyo-night-dark"
#palette = "base16-dark"
#palette = "woodland-base16"
palette = "gruvbox-dark"
# Sidebar: about/bio
[params.about]
title = "rootdo.com"
description = "FOSS / Services / Self-Hosting / Linux / Privacy / Security / Open Source"
#logo = "/images/rootrant04.png"
logo_image = "/img/root.png"
# 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-solid fa-envelope"
title = "Contact"
url = "https://rootdo.com/contact"
[[params.socialLinks]]
icon = "fa-solid fa-code"
title = "git.rootdo.com"
url = "https://git.rootdo.com/hal/rootdo"
[[params.socialLinks]]
icon = "fa-solid fa-rss"
title = "RSS"
ShowFullTextinRSS = "false"
url = "https://rootdo.com/rss.xml"
#[Params]
#giscusTheme="preferred_color_scheme"
#disableComments=false
[outputs]
home = [ "RSS", "HTML"]
section = ["HTML"]
[outputFormats]
[outputFormats.RSS]
mediatype = "application/rss"
baseName = "rss"
[menu]
#[[menu.main]]
# identifier = "services"
# name = "services"
# url = "/"
# weight = 9
#[[menu.main]]
# identifier = "about"
# name = "About"
# url = "/about/"
# weight = 10
#[[menu.main]]
# identifier = "info"
# name = "info"
# url = "/info/"
# weight = 11
#[[menu.main]]
# identifier = "contact"
# name = "contact"
# url = "/contact/"
# weight = 11
[[menu.main]]
identifier = "docs"
name = "docs"
url = "https://docs.rootdo.com"
weight = 10
[[menu.main]]
identifier = "log"
name = "log"
url = "https://docs.rootdo.com/log"
weight = 11
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
# For hugo >= 0.60.0, enable inline HTML
[markup.goldmark.renderer]
unsafe = true
hardWraps = 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