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>2017-05-03 20:34:56 +0300
committerMatt Stratton <matt.stratton@gmail.com>2017-05-03 20:34:56 +0300
commit15e63f99cd3756242cac2c1a11c392afb33a5021 (patch)
tree2ba8e419c71fca051c8973e72a6bfebc005f0ba2 /archetypes
parentc6d8bfeda01f4fb353683210b7181864ea468a82 (diff)
Add episode byte length
Fixes #15
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/episode.md5
-rw-r--r--archetypes/guest.md1
2 files changed, 1 insertions, 5 deletions
diff --git a/archetypes/episode.md b/archetypes/episode.md
index f5fd488..8942342 100644
--- a/archetypes/episode.md
+++ b/archetypes/episode.md
@@ -3,15 +3,12 @@ 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
+podcast_bytes = "" # 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 = ""
diff --git a/archetypes/guest.md b/archetypes/guest.md
index 995c639..2eaf40d 100644
--- a/archetypes/guest.md
+++ b/archetypes/guest.md
@@ -4,7 +4,6 @@ Website = ""
Type = "guest"
Facebook = ""
Linkedin = ""
-Pronouns = ""
GitHub = ""
Thumbnail = ""
+++