57 lines
2.0 KiB
TOML
57 lines
2.0 KiB
TOML
baseURL = 'https://radiocach.audio-lab.org/'
|
|
languageCode = 'es-ES'
|
|
title = 'UHARTEAN - ondas desde la isla'
|
|
theme = 'castanet'
|
|
googleAnalytics = ""
|
|
paginate = "9"
|
|
buildFuture = true
|
|
|
|
[taxonomies]
|
|
category = "categories"
|
|
series = "series"
|
|
tag = "tags"
|
|
|
|
[permalinks]
|
|
# page = "/:filename/"
|
|
about = "/:filename/"
|
|
episode = "/:filename/"
|
|
|
|
[[Menu.Main]]
|
|
name = "About"
|
|
identifier = "about"
|
|
url = "/about"
|
|
|
|
[params]
|
|
mainSections = ["episode"]
|
|
episode_number_style = "dash"
|
|
episode_number_prefix = "#gorputzafectos"
|
|
site_theme = "blue"
|
|
site_layout = "grid"
|
|
#site_layout = "row"
|
|
show_next_upcoming = "false"
|
|
enable_jumbo = "false"
|
|
# truncate = "100"
|
|
about_logo = "/img/logo.png"
|
|
copyright_notice = "Copyright 2021-2022 - Centro de Arte Contemporáneo de Huarte"
|
|
spotify_subscribe = "https://open.spotify.com/show/3zgvTUc3u58Fxl8uJnFK1k"
|
|
description = "Podcasts de Centro de Arte Contemporáneo de Huarte (CACH)"
|
|
media_prefix = "https://archive.org/download/"
|
|
|
|
[params.feed]
|
|
copyright = "Copyright 2021-2022 - Centro de Arte Contemporáneo de Huarte (CACH)" #do not use markdown in this field; it is used in the feed
|
|
itunes_subtitle = "UHARTEAN - ondas desde la isla" #no markdown or HTML
|
|
itunes_author = "Radio CACH" #no markdown or HTML
|
|
itunes_summary = "Podcasts de Centro de Arte Contemporáneo de Huarte (CACH)"
|
|
itunes_owner_name = "Luca Rullo"
|
|
itunes_owner_email = "luca@audio-lab.org" #contains the e-mail address that will be used to contact the owner of the Podcast for communication specifically about their Podcast on Apple Podcasts. It will not be publicly displayed on Apple Podcasts.
|
|
itunes_image = "https://cach.audio-lab.org/img/logo.png" #fqdn to the image art for your podcast
|
|
itunes_top_category = "Art"
|
|
itunes_first_sub_category = "Radio"
|
|
itunes_second_sub_category = "Master"
|
|
language = "es-es"
|
|
|
|
[params.realfavicongenerator] # https://realfavicongenerator.net/
|
|
mask_icon_color="#5bbad5"
|
|
msapplication_tilecolor="#2b5797"
|
|
theme_color="#ffffff"
|