Skip to content

LinkNorth/hexo-authors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexo-authors

Plugin for adding author information to Hexo blogs.

Usage

Install the plugin to your blog:

npm install --save hexo-authors

Configuration

Author information is added to the _config.yml file:

# Authors
authors:
  default:
    name: 'Default poster'
  alice:
    name: Alice
    email: alice@example.com
  bob:
    name: Bob
    gravatar: 4b9bb80620f03eb3719e0a061c14283d

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published