Merge branch 'master' into master

This commit is contained in:
upuv 2018-05-21 22:19:51 +10:00 committed by GitHub
commit 6f343c9191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,7 @@ while true; do
esac
done
# Empty argv means we have nothing to do so lets bark some help.
if [ "$#" -eq 0 ]; then
printf "$usage" $0
@ -78,6 +79,7 @@ fi
# Utility Functions
# debug
debug() {
if [ $DEBUG == 1 ] ; then
echo "$(date "+%F %T%z") DEBUG ${1}"
@ -202,6 +204,7 @@ do
read -r -u9 _ _ chapter
chapter_title="${title} - $(printf %0${#chaptercount}d $chapternum) ${chapter}"
chapter_file="${output_directory}/${chapter_title}.${extension}"
# the ID3 tags must only be specified for *.mp3 files,
# the other container formats come with their own

1
_config.yml Normal file
View File

@ -0,0 +1 @@
theme: jekyll-theme-slate