hexo-footer-plugin
v1.0.0
Published
A Hexo plugin to add a custom footer with copyright information to posts.
Downloads
6
Maintainers
Readme
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