hexo-git-username-coauthor
v1.0.0
Published
Give your post an default coauthor from git user name!
Downloads
37
Maintainers
Readme
hexo-git-username-coauthor
Coauthor from git global username plugin for Hexo.
Installation
$ yarn add hexo-git-username-coauthor
or
$ npm install hexo-git-username-coauthor --save
This Plugin use es6 syntax, make sure your node support it.
Usage
After installation, when you hexo new whatever-your-title-is
, your post/page markdown file will have a coauthor attribute, get from git global username, like below:
---
title: I love Hexo!
date: 2016-05-20 16:20
coauthor: liupeixin
---
And Then
After generate coauthor property, you can use like hexo-next-coauthor theme to show coauthor.
License
MIT