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

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2016-09-25 11:36:04 +0300
committerMatt Stratton <matt.stratton@gmail.com>2016-09-25 11:36:04 +0300
commitdbe84032f8792eca9cf86095989f0debbda11192 (patch)
tree267e1de11c4c2d1cd93dee4676782b884bfa3903 /archetypes
parent3d698f3e95d2f6c9d4cdb8cca471c78eabe9a7f8 (diff)
Add media prefix and podcast file config
Fixes #3 and fixes #4
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/episode.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/archetypes/episode.md b/archetypes/episode.md
index 5dc2523..8fadb22 100644
--- a/archetypes/episode.md
+++ b/archetypes/episode.md
@@ -1,16 +1,19 @@
+++
Description = ""
+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 = []
-sponsors = []
episode = ""
title = ""
images = ["https://www.arresteddevops.com/img/social/fb/friendly.png"]
news_keywords = []
-author = "Matt"
+author = "##" # The name of an author from your config.toml file
aliases = ["/##"]
youtube = ""
-explicit = "yes"
+explicit = "no" # values are "yes" or "no"
+# media_override # if you have want to use a specific URL for the audio file
+++