set -e
inputdir=`dirname $0`/data
+themedir=`dirname $0`/themes
outputdir=`dirname $0`
chronicle \
--output "$outputdir" \
--pattern '*.txt' \
--no-comments \
+ --theme-dir "$themedir" \
+ --theme utf8 \
--blog-title "Petter Reinholdtsens blog"
if iconv -f utf-8 -t utf-8 < $outputdir/index.rss > /dev/null ; then