Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 520 Bytes

DEVELOP.md

File metadata and controls

29 lines (20 loc) · 520 Bytes

开发

git clone git@github.com:f2ccloud/theme-ocean.git ~/halo2-dev/themes/theme-ocean
cd ~/halo2-dev/themes/theme-ocean
pnpm install 
pnpm dev

主题开发文档可查阅:https://docs.halo.run/developer-guide/theme/prepare

构建

如果你使用的是 Windows 操作系统,请安装 make 命令并在 Git Bash 或 WSL 中执行。

make build

然后将 dist 目录压缩成 ZIP 格式压缩包即可在 Halo 后台上传安装。