gogsthemes/install.sh
2021-02-02 14:53:11 +08:00

5 lines
241 B
Bash

mkdir -p ../custom/templates/inject/
mkdir -p ../custom/public/css/
echo '<link rel="stylesheet" href="/css/themes/dark_theme.css">' >> ../custom/templates/inject/head.tmpl
cp -r ./themes/ ../custom/public/css/
cp -r ./img/ ../custom/public/