diff --git a/pblog.sh b/pblog.sh index 0333b59..6f44eb9 100644 --- a/pblog.sh +++ b/pblog.sh @@ -30,9 +30,6 @@ for i in $POSTS; do pandoc --css=../style.css --ascii --metadata lang="$HTML_LAN rsync $POSTS_DIR*.html $OUTPUT$WEB_HTML; rm $POSTS_DIR*.html -# Copy XSLT, stylesheet files -rsync rss.xsl $OUTPUT/blog; -rsync style.css $OUTPUT/blog; # Remove the default blog index to avoid pulling into the XML feed rm $OUTPUT$WEB_HTML/index.html @@ -76,3 +73,7 @@ done echo " "; + +# Copy XSLT, stylesheet files +rsync rss.xsl $OUTPUT/blog; +rsync style.css $OUTPUT/blog;