snipette-ghost/bin/copy-themes.sh

17 lines
248 B
Bash
Raw Normal View History

themes=(
casper
attila
london
massively
bleak
the-shell
vapor
)
for theme in "${themes[@]}"
do
cp -Rf "node_modules/$theme" content/themes
done
2019-09-26 08:38:10 -04:00
ln -s ../../../node_modules/ghost-webdav-storage-adapter/dist content/adapters/storage/webdav