地址: https://github.com/dezhiShen/github-blog-sdk
使用marked.js将markdown转为html渲染到 index.html 中
示例: https://github.com/dezhiShen/github-blog-sdk/tree/master/examples
优势:
- 无服务器成本
- 一次编写 index.html 和 css 后,无需再次编写 html 文件
缺点:
- 内部有一些实现并不优雅
- 还不知道有没有坑
目的: 看看有没有其他的 markdown 的处理方式,实现基于 markdown 编写的无服务器的博客