potcasse: improve configuration file generated using comments.

This commit is contained in:
Solene Rapenne 2021-07-20 23:47:35 +02:00
parent 81a5f1b4a6
commit 2406a9e9ec
1 changed files with 10 additions and 0 deletions

View File

@ -22,9 +22,19 @@ init() {
test -f metadata.sh && exitp "You seem in a directory managed by potcasse"
mkdir -p episodes
cat << EOF > metadata.sh
# title of your podcst
TITLE=
# base URL of your website
# must end with a /
SITE=
# filename of the RSS file
RSSLINK=feed.xml
# language for the podcast/index.html file
LANGUAGE=en-us
#uncomment to use logo.png as a logo
#IMAGE=YES
EOF