Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bytealan/halo-theme-oranges
🍊A simple halo theme of minimalism
https://github.com/bytealan/halo-theme-oranges
blog halo hexo-theme theme
Last synced: 7 days ago
JSON representation
🍊A simple halo theme of minimalism
- Host: GitHub
- URL: https://github.com/bytealan/halo-theme-oranges
- Owner: bytealan
- Created: 2023-02-16T08:41:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-13T01:35:55.000Z (over 1 year ago)
- Last Synced: 2024-05-21T12:59:06.530Z (6 months ago)
- Topics: blog, halo, hexo-theme, theme
- Language: CSS
- Homepage: https://wuwenl.com
- Size: 908 KB
- Stars: 35
- Watchers: 1
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-halo - theme-oranges - 适用于 Halo 2.0 的 极简主义风格个人博客主题,移植于 [hexo-theme-oranges](https://github.com/zchengsite/hexo-theme-oranges) (Halo 2.0 / 主题)
README
# halo-theme-oranges
## 说明
该主题原作者为 zchengsite原主题地址:[hexo-theme-oranges](https://github.com/zchengsite/hexo-theme-oranges)
## 截图
![white](https://user-images.githubusercontent.com/53036149/219584270-7babc2a6-6110-405d-b29e-8107cb64cc40.png)## 安装
1. 进入[release](https://github.com/WuWenL0/halo-theme-oranges/releases)页面下载zip文件。
2. 进入后台 -> 外观 -> 主题。
3. 点击右上角 “切换主题”, 在弹出的窗口中选择 “安装主题”。
4. 选择下载好的主题包(zip)。
5. 安装完成后的主题将会出现在 “未安装” 内,点击启用主题## 开发
```
git clone https://github.com/WuWenL0/halo-theme-oranges.git ~/halo2-dev/themes/theme-oranges
``````
cd ~/halo2-dev/themes/theme-oranges
``````
pnpm install
``````
pnpm dev
```## 更新
### [1.0.4] 2023/03/13
- [#8](https://github.com/bytealan/halo-theme-oranges/pull/8) 在 title 中显示详细标题信息
### [1.0.3] 2023/03/06
- [#6](https://github.com/bytealan/halo-theme-oranges/pull/6) 页脚添加RSS
### [1.0.2] 2023/02/21
- 修复归档页面、分类页面时间格式错误问题
- 归档页面添加分页按钮
- 优化标签页变量获取方式
### [1.0.1] 2023/02/20
- 添加备案信息配置、支持全局页脚代码注入