16 lines
248 B
Bash
16 lines
248 B
Bash
themes=(
|
|
casper
|
|
attila
|
|
london
|
|
massively
|
|
bleak
|
|
the-shell
|
|
vapor
|
|
)
|
|
|
|
for theme in "${themes[@]}"
|
|
do
|
|
cp -Rf "node_modules/$theme" content/themes
|
|
done
|
|
|
|
ln -s ../../../node_modules/ghost-webdav-storage-adapter/dist content/adapters/storage/webdav
|