Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gelove/gelove.github.io
- Owner: gelove
- Created: 2023-10-14T03:26:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-08T14:40:36.000Z (12 months ago)
- Last Synced: 2024-01-08T16:11:12.598Z (12 months ago)
- Language: HTML
- Homepage: https://gelove.github.io/
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```