doc: enhancement in README.md

This commit is contained in:
Solene Rapenne 2021-07-20 23:21:34 +02:00
parent 1d1105f240
commit fd7b98138c
1 changed files with 6 additions and 6 deletions

View File

@ -23,13 +23,13 @@ This will create a file `metadata.sh` that you need to edit accordingly to your
It has the following variables:
+ TITLE: this is the podcast title
+ AUTHOR: this is the podcast author (doesn't support multiples authors yet)
+ SITE: base HTTP URL where your podcast will be available (for example `https://tilde.example/myname/podcast/`
+ RSSLINK: name of the RSS feed
+ IMAGE: if value is not empty, potcasse will use the file `logo.png`
+ `TITLE`: this is the podcast title
+ `AUTHOR`: this is the podcast author (doesn't support multiples authors yet)
+ `SITE`: base HTTP URL where your podcast will be available (for example `https://tilde.example/myname/podcast/`
+ `RSSLINK`: name of the RSS feed
+ `IMAGE`: if value is not empty, potcasse will use the file `logo.png`
You will share the link `$SITE/$RSSLINK` to your listeners.
You will share the link `$SITE/index.html` or `$SITE/$RSSLINK` to your listeners.
## New episode