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

https://github.com/pinple/blog

My Blog
https://github.com/pinple/blog

blog

Last synced: 2 months ago
JSON representation

My Blog

Awesome Lists containing this project

README

        

# 如何部署
1. 克隆本仓库
2. 拉取主题
```bash
git submodule init
git submodule update
```

3. 常用命令
```bash
brew upgrade hugo // 更新 hugo
git submodule update --remote --merge // 更新主题
hugo server // 本地预览
hugo // 编译
```