This commit is contained in:
sakrecoer 2025-06-29 11:20:56 +02:00
parent 83a1783bab
commit 7ae823c921
9 changed files with 39 additions and 52 deletions

View file

@ -28,42 +28,21 @@ enableRobotsTXT = "false"
author = "Basspistol"
[params.geo]
timezone = "Europe/Switzerland"
lat = "46.21242"
long = "6.11550"
region = "CH-NE"
street = "ruelle William-Mayor 2"
locality = "Neuchâtel"
lat = "46.20406"
long = "6.13366"
region = "CH-GE"
street = "Quai Du Seujet 34"
locality = "Geneve"
country = "Switzerland"
postalcode = "2000"
postalcode = "1201"
[params.homepage_meta_tags]
meta_og_type = "website"
meta_og_image = "images/hodlingSA-meta-image.jpg"
meta_og_image = "images/bpist-banner.png"
# 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 = "/:contentbasename/"