明日方舟罗德岛阵营的 Halo 主题,开发中……
mkdir "~/halo-dev" || exit
cd "~/halo-dev/"
wget https://dl.halo.run/release/halo-1.4.12.jar
git clone git@github.com:Yue-plus/halo-theme-arknights.git templates\themes\arknights
java -jar halo-1.4.11.jar --spring.profiles.active=dev
不要直接修改 source/css/
目录下的任何 .css
文件,它们都是由 sass/
目录下的 .sass
文件编译而来的。
参考 Sass(中文网站) 或 Sass 官方网站(英文) 安装 Sass。
然后可以使用 sass/build.sh
编译所有 .sass
文件。