hexo-footer-plugin

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i hexo-footer-plugin

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

2.9 kB

Total Files

3

Last publish

Collaborators

  • shiguang-coding