Selaa lähdekoodia

Default blog theme

Bob Mottram 9 vuotta sitten
vanhempi
commit
bc77113c03
No account linked to committer's email
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      src/freedombone-app-blogstatic

+ 1
- 0
src/freedombone-app-blogstatic Näytä tiedosto

@@ -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 {