https://github.com/catisnotfound/blog_backup
Hexo 博客存档
https://github.com/catisnotfound/blog_backup
blogs hexoblog
Last synced: about 1 year ago
JSON representation
Hexo 博客存档
- Host: GitHub
- URL: https://github.com/catisnotfound/blog_backup
- Owner: CatIsNotFound
- License: gpl-3.0
- Created: 2024-06-11T08:12:44.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T14:00:51.000Z (over 1 year ago)
- Last Synced: 2024-10-25T14:35:59.631Z (over 1 year ago)
- Topics: blogs, hexoblog
- Language: Shell
- Homepage: https://catisnotfound.github.io/
- Size: 130 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```