Parcourir la source

Default blog theme

Bob Mottram il y a 9 ans
Parent
révision
bc77113c03
Aucun compte lié à l'adresse email de l'auteur
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      src/freedombone-app-blogstatic

+ 1
- 0
src/freedombone-app-blogstatic Voir le fichier

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