You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
821 B

3 years ago
在Lucky的博客的基础上进行了简单的修改,基本上采用Lucky的模板
3 years ago
2 years ago
## 展示
2 years ago
demo:[TianZD的主页](www.tianzd.cn)
2 years ago
![首页](./source/assets/readme/首页.png)
![推荐文章](./source/assets/readme/推荐文章.png)
![](./source/assets/readme/屏幕截图%202022-05-23%20090338.png)
![](./source/assets/readme/分类.png)
3 years ago
2 years ago
## 使用
### 安装nodejs
2 years ago
[nodejs](https://nodejs.org/)
2 years ago
### 安装hexo
2 years ago
```bash
npm install hexo-cli g
```
2 years ago
### 克隆仓库代码
```bash
git clone git@github.com:tianzhendong/hexo_blog.git
```
2 years ago
### 安装插件
2 years ago
```bash
npm i
```
### 本地预览
```bash
hexo s -g
```
3 years ago
具体搭建过程见Lucky的github仓库:[LuckyZmj/LuckyBlog: 基于Hexo+Matery的LuckyBlog开源博客搭建教程,演示站点:www.luckyzmj.cn (github.com)](https://github.com/LuckyZmj/LuckyBlog)