A Hexo plugin to add a custom footer with copyright information to posts.
npm install hexo-footer-plugin --save
- Add the plugin to your Hexo project.
- Configure the plugin in your
_config.yml
file:
footer_plugin:
enable: true
copyright_owner: 'Your Name'
- Run your Hexo server or generate your site:
hexo clean && hexo g && hexo s