diff --git a/bin/rmsh b/bin/rmsh index 82ec2c5..79648af 100755 --- a/bin/rmsh +++ b/bin/rmsh @@ -13,7 +13,8 @@ case $1 in cd $2 cp $RMSH_DIR/share/html/presentation.html . cp $RMSH_DIR/share/js/remark.min.js . - sass $RMSH_DIR/share/scss/$3.scss style.css + sass $RMSH_DIR/share/styles/$3/$3.scss style.css + cp -r $RMSH_DIR/share/syles/$3/img . touch presentation.md ;; "view") diff --git a/share/scss/default.scss b/share/styles/default/default.scss similarity index 100% rename from share/scss/default.scss rename to share/styles/default/default.scss