https://github.com/zexiplus/blog
My WebFront development knowledge collection blog
https://github.com/zexiplus/blog
Last synced: 3 months ago
JSON representation
My WebFront development knowledge collection blog
- Host: GitHub
- URL: https://github.com/zexiplus/blog
- Owner: zexiplus
- Created: 2018-09-25T10:53:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T12:44:47.000Z (over 3 years ago)
- Last Synced: 2024-12-31T08:30:22.371Z (over 1 year ago)
- Language: CSS
- Size: 16.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog
我的个人技术博客
### 介绍
一个基于hexo模版的博客, 部署在github.io, 预览地址 [zexiplus.github.io](zexiplus.github.io)
### 快速启动
**下载 hexo cli**
```shell
npm install -g hexo-cli
```
**新建项目**
```shell
hexo init blog
```
**启动服务**
```shell
hexo server
```
### 更改内容
**新增博客**
把markdown文件复制到 source/_posts文件夹下
**变更模版主题**
* 下载主题至 themes
* 更改 `_config.yml`文件theme字段为指定主题
###