1.0.0 • Published 1 year ago

hexo-footer-plugin v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Hexo Footer Plugin

npm versionnpm downloadsLicense: MIT

A Hexo plugin to add a custom footer with copyright information to posts.

image-20240622124207339

Installation

npm install hexo-footer-plugin --save

Usage

  1. Add the plugin to your Hexo project.
  2. Configure the plugin in your _config.yml file:
footer_plugin:
  enable: true
  copyright_owner: 'Your Name'
  1. Run your Hexo server or generate your site:
hexo clean && hexo g && hexo s
1.0.0

1 year ago