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

https://github.com/catisnotfound/blog_backup

Hexo 博客存档
https://github.com/catisnotfound/blog_backup

blogs hexoblog

Last synced: about 1 year ago
JSON representation

Hexo 博客存档

Awesome Lists containing this project

README

          

# CatIsNotFound

## 概述

此仓库仅为博客网页存档,用于生成与管理博客网站。

## 使用方法

1. 打开终端,执行如下命令,等待依赖安装完成;
```shell
npm i
```

2. 若需预览网页,仅需执行如下:
```shell
npx hexo s
```

3. 若需将内容推送至 Github,仅需执行如下指令:
```shell
npx hexo clean
npx hexo g
npx hexo d
```