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:
authorAlex Murray <murray.alex@gmail.com>2018-11-17 19:38:02 +0300
committerMatt Stratton <matt.stratton@gmail.com>2018-11-17 19:38:02 +0300
commite8573509daa714871fefe1def6fdaf915af65e23 (patch)
tree819a925dd5d3ab50664c389d3efbf0255442220f /REFERENCE.md
parentb986bc7f683933ac84b1ca9e1bb5ae2e45cdfa1f (diff)
Add optional explicit for the feed itself since seems itunes wants this (#196)
Signed-off-by: Alex Murray <murray.alex@gmail.com>
Diffstat (limited to 'REFERENCE.md')
-rw-r--r--REFERENCE.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/REFERENCE.md b/REFERENCE.md
index fab9d2f..bfe2788 100644
--- a/REFERENCE.md
+++ b/REFERENCE.md
@@ -75,6 +75,7 @@ These should be set under `[params.feed]`
| `itunes_top_category` | Yes | The main category for your podcast in iTunes | "Technology" |
| `itunes_first_sub_category` | No | The first sub-category for your podcast in iTunes | "Software How-To" |
| `itunes_second_sub_category` | No | The second sub-category for your podcast in iTunes. Do not set this if you didn't set the first one. | "Tech News" |
+| `explicit` | No | Whether or not the podcast itself contains explicit content (can also be set on a per-episode basis, see below). Default value from the archetype is "no". Valid values are "yes", "no", or "clean" | "yes" |
### Social Parameters