Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gelove/gelove.github.io

gelove.github.io
https://github.com/gelove/gelove.github.io

Last synced: about 1 month ago
JSON representation

gelove.github.io

Awesome Lists containing this project

README

        

# gelove.github.io

```sh
# 下载并安装 Zola
curl -sL https://github.com/getzola/zola/releases/download/v0.18.0/zola-v0.18.0-x86_64-unknown-linux-gnu.tar.gz | tar xz -C /usr/local/bin
```

```sh
# 创建本地服务
zola server
# 构建生成静态文件
zola build
```