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 --save
Usage
- 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
1.0.0
1 year ago