1.3.0
New features
- feat(keywords): add post keywords as meta keywords #138
- feat(analytics): add baidu & google analytics id function #147
- feat(opengraph): add opengraph support for posts #149
- feat(load): add a js load queue #159
- feat(gallery): use lazyload #175
- feat(progressbar): custom style functino and revert center-atom style #178
- feat(comments): add "Disqus_click_to_load" to improve in-GFW-users‘ exprience #182 #200
- feat(head): add the "lang" to #189
- feat(dropdown): rotate caret when dropdown is opened
- feat(highlight): use hexo-prism-plugin to render code highlight
Changes
- chore(doc): add issue template
- chore(doc): add pr template
- chore(doc): add branch detail
- chore(doc): add contributing.md
- chore(contributing): update master from canary #163
- refactor(config): remove the
plain
&material
markdown style config - refactor(template): add more details #153
- fix(lang): update fr, en, and add i18n support for br
Bugs fixed
- fix(#168): stops browsers covering up search suggestions #170
- fix(autocomplete): disable browser autocomplete #171
- fix(pages): fix page link from front page
- fix(config): fix yaml exception
- fix(comment):duoshuo comment counts display issues and some other errors #190
- fix(highlight): remove highlight.js #174
BREAKING CHANGES
- refactor(config): rename _config to _config.example #142
- feat(sidebar): add sidebar footer image config #160
- feat(sidebar): add support for fully customize sidebar #165
- feat(ui): custom elevation for posts #158
Before:
$ tree -L 1
.
├── LICENSE
├── README.md
├── _config.yml
├── languages
├── layout
├── package.json
└── source
After:
$ tree -L 1
.
├── LICENSE
├── README.md
├── _config.template.yml
├── languages
├── layout
├── package.json
└── source