Browse Source

Default blog theme

Bob Mottram 8 years ago
parent
commit
bc77113c03
No account linked to committer's email
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone-app-blogstatic

+ 1
- 0
src/freedombone-app-blogstatic View File

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