Migration Guide
When you upgrade your theme, you may encounter some incompatible updates.
Migrated from 1.x to versions after v1.8.x
v1.8.x use npm packages for distribution and installation.Do it in the blog root directory:
npm install hexo-theme-yun@latest
Then move 'source/_data/yun.yml' to the root directory and rename it to '_config.yun.yml'.
Reward configuration
v0.9.2 merged the original reward_settings
with the reward
configuration.
Please refer to reward | theme configuration to modify it.