Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halo-dev/halo-theme-anatole
https://github.com/halo-dev/halo-theme-anatole
halo halo-theme
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/halo-dev/halo-theme-anatole
- Owner: halo-dev
- Created: 2019-05-12T08:35:01.000Z (over 5 years ago)
- Default Branch: next
- Last Pushed: 2023-08-03T06:30:34.000Z (over 1 year ago)
- Last Synced: 2024-08-02T06:16:03.153Z (3 months ago)
- Topics: halo, halo-theme
- Language: JavaScript
- Homepage:
- Size: 3.48 MB
- Stars: 49
- Watchers: 4
- Forks: 57
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-halo - halo-theme-anatole - 适用于 Halo 2.0 的 Anatole 主题 (Halo 2.0 / 主题)
README
# halo-theme-anatole
## 说明
该主题的原作者为 [Caicai](https://www.caicai.me),非常感谢做出这么优秀的主题。
原主题地址:[https://github.com/hi-caicai/farbox-theme-Anatole](https://github.com/hi-caicai/farbox-theme-Anatole)
## 使用方式
1. 在 [Releases](https://github.com/halo-dev/halo-theme-anatole/releases) 下载最新的主题文件。
2. 在 Halo 后台的主题管理上传主题文件进行安装。## 插件适配
- 评论组件:
- 搜索组件:
- 瞬间:
- 相册:## 开发环境
可以参考 [https://docs.halo.run/developer-guide/theme/prepare](https://docs.halo.run/developer-guide/theme/prepare#%E6%96%B0%E5%BB%BA%E4%B8%80%E4%B8%AA%E4%B8%BB%E9%A2%98) 将主题仓库放置在 Halo 的工作目录。
> **Warning**
>
> 注意,由于目前 Halo 的规定,主题目录名称必须和 `theme.yaml` 的 `metadata.name` 保持一致。```bash
git clone [email protected]:halo-dev/halo-theme-anatole.git ~/halo2-dev/themes/theme-anatole# 或者当你 fork 之后
git clone [email protected]:{your_github_id}/halo-theme-anatole.git ~/halo2-dev/themes/theme-anatole
``````bash
cd ~/halo2-dev/themes/theme-anatole
``````bash
pnpm install
``````bash
# 监听源码变动并自动编译资源
pnpm dev
``````bash
# 构建资源
pnpm build
```