Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chinacarlos/hexo-blog

学习hexo 技术搭建自己的博客 Carlos Blog
https://github.com/chinacarlos/hexo-blog

Last synced: 1 day ago
JSON representation

学习hexo 技术搭建自己的博客 Carlos Blog

Awesome Lists containing this project

README

        

### 基于hexo搭建的自己博客
> 1. 在线查看地址:https://maliaomj.github.io/
> 2. 我的GitHub Pages 地址:https://github.com/maliaoMJ/maliaoMJ.github.io
### 项目构建
> 1. 拉取代码

``` shell
git clone https://github.com/maliaoMJ/hexo-blog.git ./hexo-blog

```

> 2. 安装依赖
```shell
cd hexo-blog
yarn or npm install
hexo server
```
> 3. 查看效果
打开你的游览器 http://localhost:4000