An open API service indexing awesome lists of open source software.

https://github.com/holmofy/blog.hufeifei.cn


https://github.com/holmofy/blog.hufeifei.cn

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

[![Deploy](https://github.com/holmofy/blog.hufeifei.cn/actions/workflows/deploy.yml/badge.svg)](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
```