Skip to content

rootlexme/Heoweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Hexo - Heoweb

一个基于Heoweb开发的Hexo主页主题
查看文档 »

原项目 Demo · 此项目 Demo · Bug反馈

关于此项目

screenshot

此项目是基于原项目 zhheo/HeoWeb 进行修改,并移植至Hexo

💻 安装

请确保在安装之前您有Hexo运行环境

git clone -b master https://github.com/rootlexblog/Heoweb.git themes/heoweb

⚙ 使用

1.修改根目录的config配置

# Extensions
## Plugins: https://hexo.io/plugins/
## Themes: https://hexo.io/themes/
theme: heoweb

2.在主题根目录创建一个_config.heoweb.yml配置文件

3.将/themes/heoweb中的_config.yml粘贴到_config.heoweb.yml

✨ Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request