https://github.com/andatoshiki/hexo-theme-koi
💖An elegant hexo theme for programmers to showcase their relationship! With a tons of features such as recording your own daily relationship blog-post, unique and memorable event checklist and a full featured message board via Waline!
https://github.com/andatoshiki/hexo-theme-koi
love record relationship showcase
Last synced: 2 months ago
JSON representation
💖An elegant hexo theme for programmers to showcase their relationship! With a tons of features such as recording your own daily relationship blog-post, unique and memorable event checklist and a full featured message board via Waline!
- Host: GitHub
- URL: https://github.com/andatoshiki/hexo-theme-koi
- Owner: andatoshiki
- License: mit
- Created: 2023-01-02T18:21:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-02T19:11:23.000Z (over 2 years ago)
- Last Synced: 2025-02-18T00:49:27.017Z (2 months ago)
- Topics: love, record, relationship, showcase
- Language: EJS
- Homepage:
- Size: 298 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hexo-theme-brave
## 主题介绍
该主题最初版是 typeecho 主题[Brave](https://github.com/zwying0814/Brave)移植过来的,感谢原作者 🙏。




演示地址 https://l.beimengyeyu.com/
## 主题安装
### 安装主题
```bash
npm i hexo-theme-brave
```### 选择主题
修改`_config.yml`
```
theme: brave
```### 安装祝福(评论)系统
目前支持 Waline 集成,安装参考https://waline.js.org/guide/get-started.html
### 修改配置文件
新建`_config.brave.yml`文件
复制默认的[配置文件](https://github.com/beimengyeyu/hexo-theme-brave/blob/master/_config.yml)的内容到到刚才新建的文件中
修改这些配置为您的配置| 配置项 | 说明 | 默认值 |
| --------------- | ---------------------- | ---------------------------- |
| lovebegin | 恋爱开始时间 | 2017-07-27 | |
| banner | 页面大图的图片地址 | /img/banner.jpg |
| leftname | 左侧情侣头像的名称 | boyname |
| leftavatar | 左侧情侣头像的图片地址 | /img/boyavatar.jpg |
| rightname | 右侧情侣头像的名称 | grilname |
| rightavatar | 右侧情侣头像的图片地址 | /img/girlavatar.jpg |
| slogan | slogan | 💕 愿你三冬暖,愿你天不寒 🍂 |
| sitename | 站点名称 | 💖 那年初夏 💖 |
| waline | walin 服务端地址 | |
| lovelist.desc | lovelist 的描述 | |
| lovelist.status | lovelist 的完成状态 | 0 |
| lovelist.img | lovelist 的图片地址 | |配置项的图片地址均支持 url 和相对位置两种配置方式