peixin / hexo-git-username-coauthor

Give your post an default coauthor from git user name

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hexo-git-username-coauthor

Build Status jest Coverage Status npm version

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

About

Give your post an default coauthor from git user name

License:MIT License


Languages

Language:JavaScript 96.3%Language:Shell 3.7%