-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
28 lines (25 loc) · 1003 Bytes
/
hugo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
baseURL = 'https://podcast.eventmodeling.org/'
languageCode = 'en-us'
title = 'Event Modeling and Event Sourcing Podcast'
theme = 'podcast'
# Add podcast-specific parameters
[params]
[params.podcast]
description = "The Event Modeling and Event Sourcing Podcast is a podcast that covers the latest news and trends in the world of event modeling and event sourcing."
subtitle = "A podcast about event modeling and event sourcing"
summary = "The Event Modeling and Event Sourcing Podcast is a podcast that covers the latest news and trends in the world of event modeling and event sourcing."
author = "Adam Dymitruk"
email = "[email protected]"
image = "images/podcast-cover.png"
category = "Technology"
subcategory = "Tech News"
explicit = "no"
language = "en-us"
type = "episodic"
# Configure RSS output formats
[outputFormats]
[outputFormats.RSS]
mediatype = "application/rss+xml"
baseName = "feed"
[outputs]
home = ["HTML", "RSS"]