1.0.0 • Published 1 year ago
hexo-footer-plugin v1.0.0
Hexo Footer Plugin
A Hexo plugin to add a custom footer with copyright information to posts.

Installation
npm install hexo-footer-plugin --saveUsage
- Add the plugin to your Hexo project.
- Configure the plugin in your
_config.ymlfile:
footer_plugin:
enable: true
copyright_owner: 'Your Name'- Run your Hexo server or generate your site:
hexo clean && hexo g && hexo s1.0.0
1 year ago