Default blog theme
This commit is contained in:
parent
d08f11ae1b
commit
bc77113c03
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue