Go to file
HimiCos 3980404eff new 2023-03-31 11:01:30 +08:00
.github/workflows feat: #24 docker publish actions 2023-03-27 22:44:09 +08:00
.husky feat: add lint-staged 2023-03-28 18:09:05 +00:00
.vscode feat: add basic ui 2023-03-10 01:01:40 +08:00
gradle/wrapper new 2023-03-31 11:01:30 +08:00
src new 2023-03-31 11:01:30 +08:00
templates new 2023-03-31 11:01:30 +08:00
.eslintignore feat: add PWA support 2023-03-27 17:53:32 +08:00
.eslintrc.json feat: add lint-staged 2023-03-28 18:09:05 +00:00
.gitignore feat: #2 add prompt list 2023-03-28 17:45:23 +00:00
.gitpod.yml fix: styles and mobile ux 2023-03-15 03:54:14 +00:00
.lintstagedrc.json feat: #112 add edit chat title 2023-03-29 16:02:50 +00:00
.prettierrc.js feat: add lint-staged 2023-03-28 18:09:05 +00:00
LICENSE new 2023-03-31 11:01:30 +08:00
Makefile new 2023-03-31 11:01:30 +08:00
OWNERS new 2023-03-31 11:01:30 +08:00
README.md new 2023-03-31 11:01:30 +08:00
build.gradle new 2023-03-31 11:01:30 +08:00
env.d.ts new 2023-03-31 11:01:30 +08:00
gradlew new 2023-03-31 11:01:30 +08:00
gradlew.bat new 2023-03-31 11:01:30 +08:00
package.json new 2023-03-31 11:01:30 +08:00
pnpm-lock.yaml new 2023-03-31 11:01:30 +08:00
postcss.config.js new 2023-03-31 11:01:30 +08:00
prettier.config.js new 2023-03-31 11:01:30 +08:00
screenshot.jpg new 2023-03-31 11:01:30 +08:00
settings.gradle new 2023-03-31 11:01:30 +08:00
settings.yaml new 2023-03-31 11:01:30 +08:00
tailwind.config.cjs new 2023-03-31 11:01:30 +08:00
theme.yaml new 2023-03-31 11:01:30 +08:00
tsconfig.json new 2023-03-31 11:01:30 +08:00
vite.config.ts new 2023-03-31 11:01:30 +08:00

README.md

Earth

Halo 2.0 的默认主题。

Earth

开发

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

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

构建

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

make build

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