发布于 2016-11-15 00:18:46 | 71 次阅读 | 评论: 0 | 来源: 网友投递
Jekyll 免费的Blog生成工具
jekyll是一个简单的免费的Blog生成工具,类似WordPress。但是和WordPress又有很大的不同,原因是jekyll只是一个生成静态网页的工具,不需要数据库支持。但是可以配合第三方服务,例如discuz。最关键的是jekyll可以免费部署在Github上,而且可以绑定自己的域名。
部分更新内容:
次要增强
Bug 修复
Fix typo in theme_template
README (#5472)
Do not swallow all exceptions on render (#5495)
Site template: fixed _config.yml
comment typo (#5511)
jekyll new-theme
should specify Jekyll as a runtime dependency for the theme (#5457)
Be much more specific about ignoring specific vendored directories. (#5564)
Only warn about auto-regeneration bug on Bash On Windows. (#5464)
Allow permalink template to have underscores (#5572)
更多内容请查看完整<更新日志>
下载地址: