Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cjade/cjade.github.io


https://github.com/cjade/cjade.github.io

hugo-blog

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

## 初始化本地.gitmodules文件
```
git submodule init
```
## 同步远端submodule源码
```
git submodule update
```
## 测试
```
hugo server --theme=zzo --buildDrafts -w
```
## 编译
```
hugo --theme=zzo --baseUrl="https://week8.fun/"
```