Skip to content

Changelog

Ben Wong edited this page Dec 26, 2017 · 8 revisions

v1.1.0

  • 兼容 Pug,使用 hexo-render-pug 生成内容 #18 #21
  • 弃用 hexo-renderer-jade,由此修复了 MacOS 无法生成博客的问题
  • 新增巴西葡萄牙语的支持 #26
  • 新增对 Valine 的支持 #25
  • 新增对友言的支持 #20

  • Add Pug support, now uses hexo-render-pug #18 #21
  • No more uses hexo-renderer-jade, so that MacOS users can use my theme
  • Add Brazilian Portuguese support #26
  • Add Valine support #25
  • Add Youyan support #20

v1.0.0

  • 修复引入 Gist 时的样式冲突 #1
  • 修复使用 Disqus 时不显示评论链接的问题
  • 删除不存在的 ds-embed.css 链接 #2
  • 对首页输出摘要中的长串英文进行强制换行
  • 首页摘要保持特殊字符如 & 的输出
  • 新增自定义摘要功能 #5
  • 新增一个提示框
  • 社交账户增加 Facebook 和 GitHub #9
  • 新增网易云跟帖的支持 #7
  • 新增关闭评论 #11
  • 修复标签归档、分类归档不显示翻页按钮的问题 #12
  • 归档页面增加分页功能
  • 新增示例配置,删除 _config.yml #10

  • Fix style error when including Gist. #1
  • Fix a bug that not displaying comments link when using Disqus.
  • Delete a css link to ds-embed.css. #2
  • Break the long words in index.
  • Keep some HTML characters' output in index.
  • Add index description. #5
  • Add danger block.
  • Add Facebook and GitHub. #9
  • Add 163Gentie. #7
  • Add disable comment. #11
  • Show page nav in tags, category archives. #12
  • Add page nav in archives.
  • Add _config.sample.yml, delete _config.yml. #10