rootdir
This commit is contained in:
parent
a3fd4c4043
commit
547a321d6c
|
@ -194,7 +194,7 @@ function mesh_install_blogstatic {
|
|||
|
||||
create_pelican_conf $rootdir$STATIC_BLOG_INSTALL_DIR/pelicanconf.py
|
||||
create_pelican_makefile $rootdir$STATIC_BLOG_INSTALL_DIR/Makefile
|
||||
create_pelican_publish_conf $STATIC_BLOG_INSTALL_DIR/publishconf.py
|
||||
create_pelican_publish_conf $rootdir$STATIC_BLOG_INSTALL_DIR/publishconf.py
|
||||
|
||||
git clone --recursive $PELICAN_THEMES_REPO $rootdir$STATIC_BLOG_INSTALL_DIR/themes
|
||||
git clone --recursive $PELICAN_PLUGINS_REPO $rootdir$STATIC_BLOG_INSTALL_DIR/plugins
|
||||
|
|
Loading…
Reference in New Issue