mirror of
https://github.com/halo-dev/theme-earth.git
synced 2025-11-30 01:02:18 +08:00
3111d9eecafb92f1ae4135085577be392e191cf2
#### What type of PR is this? /kind feature #### What this PR does / why we need it: 增加了归档页 <img width="1429" alt="image" src="https://user-images.githubusercontent.com/114651359/233537216-d941bb9b-9d64-42a5-b6b2-e72f3994e7ce.png"> 没有文章时: <img width="1154" alt="image" src="https://user-images.githubusercontent.com/114651359/233537600-77429f22-c558-4df0-a9b8-9531d0b7d92e.png"> #### Which issue(s) this PR fixes: Ref #19 #### Special notes for your reviewer: 布局样式参考links页面 #### Does this PR introduce a user-facing change? ```release-note 增加了归档页面 ```
Earth
Halo 2.0 的默认主题。
开发
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 后台上传安装。
Description
Languages
HTML
71.1%
CSS
19.4%
TypeScript
7.4%
SCSS
1.5%
JavaScript
0.6%
