Skip to content

peixin/hexo-git-username-coauthor

Repository files navigation

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