basspistol2025/hugo.toml
2025-03-30 23:22:01 +02:00

80 lines
2 KiB
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

baseURL = "https://www.basspistol.com/2025/"
languageCode = "en-us"
title = "𝕭𝖆𝖘𝖘𝖕𝖎𝖘𝖙𝖔𝖑 🌐"
# enableGitInfo = "true"
theme = "basspistol2025"
disableKinds = ["taxonomy"]
enableRobotsTXT = "false"
[taxonomies]
podcast_tags = "podcast_tag"
[services]
[services.rss]
limit = 42
[params]
description = "Basspistol. Outernational Music Syndicate. The underground is dead, long live the underground"
moto = "All you saw was sound"
publisher = "Basspistol Unc."
google_analytics_id = ""
icon = "assets/img/hodling-icon.svg"
logo = "assets/img/hodling-logo.svg"
footerIcon = "assets/img/hodling-icon.svg"
email = "info+website@basspistol.com"
author = "Basspistol"
[params.geo]
timezone = "Europe/Switzerland"
lat = "46.21242"
long = "6.11550"
region = "CH-NE"
street = "ruelle William-Mayor 2"
locality = "Neuchâtel"
country = "Switzerland"
postalcode = "2000"
[params.homepage_meta_tags]
meta_og_type = "website"
meta_og_image = "images/hodlingSA-meta-image.jpg"
# meta_twitter_site = "@mytwitterhandle"
# meta_twitter_creator = "@mytwitt"
[params.podcast]
title = "Hugo Podcast"
subtitle = "Subtitle"
summary = "Summary"
authors = [ "Author" ]
email = "example@example.com"
image = "/img/podcast-logo.png"
audio_base_url = "https://cdn.example.com/podcast"
copyright = "Copyright"
category = "Category"
sub_category = "Sub Category"
explicit = "no"
itunesID = 12345677
itunes_type = "episodic" # accepted values are: "episodic" or "serial"
update_period = "weekly"
update_frequency = 1
funding_url = "https://example.com/funding"
funding_text = "Buy me a coffee"
[params._editor]
default_path = "/"
[permalinks]
posts = "/blog/:year-:month-:day-:slug/"
pages = "/:filename/"
[frontmatter]
date = ["date", "publishDate"]
expiryDate = ["expiryDate"]
lastmod = [":fileModTime"]
publishDate = ["publishDate", "date"]
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true