Default blog theme

This commit is contained in:
Bob Mottram 2016-09-09 10:38:57 +01:00
parent d08f11ae1b
commit bc77113c03
No known key found for this signature in database
GPG Key ID: 0452CC7CEA982E38
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ function create_pelican_conf {
echo '' >> $STATIC_BLOG_FILE
echo 'DEFAULT_PAGINATION=False' >> $STATIC_BLOG_FILE
echo 'RELATIVE_URLS=True' >> $STATIC_BLOG_FILE
echo "THEME='themes/Just-Read'" >> $STATIC_BLOG_FILE
}
function create_pelican_makefile {