site
site copied to clipboard
docs(open_graph): update options
Check List
Please read and check followings before submitting a PR.
- [ ] I want to publish my theme on Hexo official website.
- [ ] I have read the theme publishing doc.
- [ ]
name
is unique. - [ ]
link
URL is correct. - [ ]
preview
URL is correct. - [ ]
preview
URL web site is rendered correctly. - [ ] Add a screenshot to
source/themes/screenshots
. - [ ] Screenshot filename is same as value of
name
. - [ ] Screenshot size is
800 * 500
. - [ ] Screenshot file format is
png
.
- [ ] I want to publish my plugin on Hexo official website.
- [ ] I have read the plugin publishing doc.
- [ ]
name
is unique. - [ ]
link
URL is correct.
- [x] Others (Update, fix, translation, etc...)
Update options supported in open_graph()
. Will add to other languages after reviewed.
https://github.com/hexojs/hexo/pull/3808 is also included.
@curbengh Rebased and update for all the languages. It is now ready to go.
Conflict with https://github.com/hexojs/site/pull/1731