pitchandplay/hugo.toml
2025-08-12 00:49:27 -04:00

13 lines
342 B
TOML

baseURL = "https://pitchandplay.org"
languageCode = "en-us"
title = "Pitch & Play"
theme = "pitch"
[outputs]
home = ["HTML", "RSS", "podcast" ] # Sets up podcast feed
[outputFormats]
[outputFormats.podcast]
MediaType = "application/rss+xml"
BaseName = "feed" # Your feed will be located at example.org/feed.xml.