Welcome to mirror list, hosted at ThFree Co, Russian Federation.

episode.md « archetypes - github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f5fd488a5a9b6f6a2823a213d1db3919ebbe7437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
+++
Description = ""
PublishDate = "" # this is the datetime for the when the epsiode was published. This will default to Date if it is not set. Example is "2016-04-25T04:09:45-05:00"
podcast_file = "###.mp3" # the name of the podcast file, after the media prefix.
podcast_duration = ""
podcast_length = "" # the length of the episode in bytes
episode_image = "img/episode/default.jpg"
categories = []
tags = []
guests = []
episode = ""
title = ""
images = ["img/episode/default-social.jpg"]
news_keywords = []
author = "##" # The name of an author from your config.toml file
aliases = ["/##"]
youtube = ""
explicit = "no" # values are "yes" or "no"
# media_override # if you have want to use a specific URL for the audio file
+++