https://github.com/holmofy/blog.hufeifei.cn
https://github.com/holmofy/blog.hufeifei.cn
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/holmofy/blog.hufeifei.cn
- Owner: holmofy
- Created: 2018-11-28T17:21:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T03:41:41.000Z (over 1 year ago)
- Last Synced: 2024-05-20T09:47:11.667Z (over 1 year ago)
- Language: HTML
- Homepage: blog-hufeifei-cn.vercel.app
- Size: 25.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/holmofy/blog.hufeifei.cn/actions/workflows/deploy.yml)
# [Holmofy Blog](https://blog.hufeifei.cn)
base on [hexo](https://hexo.io/zh-cn/)
## Install
**1. clone repo**
```
git clone
cd blog.hufeifei.cn
```
**2. install theme**[holmofy/paper](https://github.com/holmofy/hexo-theme-paper)
**3. compile and deploy**
```
npm install
hexo clean && hexo g && hexo d
```