|
@@ -194,7 +194,7 @@ function mesh_install_blogstatic {
|
194
|
194
|
|
195
|
195
|
create_pelican_conf $rootdir$STATIC_BLOG_INSTALL_DIR/pelicanconf.py
|
196
|
196
|
create_pelican_makefile $rootdir$STATIC_BLOG_INSTALL_DIR/Makefile
|
197
|
|
- create_pelican_publish_conf $STATIC_BLOG_INSTALL_DIR/publishconf.py
|
|
197
|
+ create_pelican_publish_conf $rootdir$STATIC_BLOG_INSTALL_DIR/publishconf.py
|
198
|
198
|
|
199
|
199
|
git clone --recursive $PELICAN_THEMES_REPO $rootdir$STATIC_BLOG_INSTALL_DIR/themes
|
200
|
200
|
git clone --recursive $PELICAN_PLUGINS_REPO $rootdir$STATIC_BLOG_INSTALL_DIR/plugins
|