Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uk0/simples
simples 是一个使用 Gemini API构建博客页面的一个工具,目标就是简化博客的搭建,只需要将文章放到指定的目录下,就可以自动构建博客页面。
https://github.com/uk0/simples
autogen gemini-pro llm
Last synced: about 12 hours ago
JSON representation
simples 是一个使用 Gemini API构建博客页面的一个工具,目标就是简化博客的搭建,只需要将文章放到指定的目录下,就可以自动构建博客页面。
- Host: GitHub
- URL: https://github.com/uk0/simples
- Owner: uk0
- Created: 2023-05-19T10:55:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-11T01:58:01.000Z (5 days ago)
- Last Synced: 2024-11-11T02:37:03.522Z (5 days ago)
- Topics: autogen, gemini-pro, llm
- Language: HTML
- Homepage:
- Size: 2.63 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## simples
simples 是一个使用 Gemini API构建博客页面的一个工具,目标就是简化博客的搭建,只需要将文章放到指定的目录下,就可以自动构建博客页面。#### 一个基于Markdown的简易博客
#### quick
* 将文章放到book
* 运行 [gemini_markdown_to_html_test.py](gemini_markdown_to_html_test.py)
* 运行go build .
* ./simples```bash
go build .
nohup ./simples >blog.log 2>&1 &
```#### 简单干净
* https://firsh.me