Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chinacarlos/hexo-blog
- Owner: ChinaCarlos
- License: apache-2.0
- Created: 2019-04-30T08:14:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T09:25:42.000Z (about 2 years ago)
- Last Synced: 2024-08-19T13:48:27.113Z (5 months ago)
- Language: HTML
- Size: 17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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