Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 407 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 407 Bytes

C3Blog

一个 Naive 的博客后端

注意,这个软件只提供 JSON API,并不提供页面渲染。所有渲染应在前端进行。

编译

cmake -DCMAKE_BUILD_TYPE=Release .
make

这会在项目根目录下生成一个 c3_blog 可执行文件。

如果你需要进行开发,请将 Release 改为 Debug。

维护者

使用 MIT 许可证