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:
author089 <089@users.noreply.github.com>2019-10-05 15:50:49 +0300
committerMatt Stratton <matt.stratton@gmail.com>2019-10-05 15:50:49 +0300
commitf59b051d0f5f96578c8e61c30073b20f0ffed1fd (patch)
tree3077b0cb76b52b233cb23b139ff754686568f18c /REFERENCE.md
parent1a72793d275362e9c507a8b57850aaef522008b8 (diff)
Podlove subscribe button (#218)
* use global hugo function,.URL deprecated (#207) * use global hugo function,.URL deprecated Signed-off-by: nonumeros <kaploceh@gmail.com> * modified grid.html,.URL deprecated Signed-off-by: nonumeros <kaploceh@gmail.com> Signed-off-by: 089 <martin.zell@tum.de> * Add podlove subscribe button Signed-off-by: 089 <martin.zell@tum.de>
Diffstat (limited to 'REFERENCE.md')
-rw-r--r--REFERENCE.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/REFERENCE.md b/REFERENCE.md
index 9c41b24..746bac3 100644
--- a/REFERENCE.md
+++ b/REFERENCE.md
@@ -192,6 +192,27 @@ Example:
parent = "resources"
```
+
+### Podlove Subscribe Button
+
+[Podlove Subscribe Button](https://subscribe-button.podlove.org/) is a universal and easy-to-use button, to subscribe to podcasts with player clients or website players.
+To customize your button please add the following section to your `config.toml`, which covers all features which are provided by the generator on [subscribe-button.podlove.org](https://subscribe-button.podlove.org/).
+
+```
+[params.podlove]
+ subscribe_title = "" # fallback: site title from above
+ subscribe_subtitle = "" # fallback: ""
+ subscribe_description = "" # fallback: ""
+ subscribe_cover = "img/logo.jpg" # fallback: ""
+ subscribe_color = "#585e6c" # fallback: ""
+ subscribe_size = "medium" # options: small, medium, big
+ subscribe_format = "rectangle" # options: rectangle, square, cover
+ subscribe_style = "filled" # options: filled, outline, frameless
+ subscribe_language = "de" # options: nl (dutch), en (english), eo (esperanto), de (german), fi (finnish), fr (french), ja (french)
+ subscribe_feed_type = "audio" # options: audio, video
+ subscribe_feed_format = "mp3" # options: mp3, aac, ogg, opus
+```
+
## Episodes
Every episode requires a page in the `content/episode` on your site. The command `hugo new episode/myepisode.md` should populate it properly.