Skip to content

Add coauthor post meta for NexT theme.

Notifications You must be signed in to change notification settings

theme-next/hexo-next-coauthor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d9e8368 · Oct 12, 2019

History

5 Commits
Aug 30, 2019
Aug 30, 2019
Oct 12, 2019
Aug 30, 2019
Aug 30, 2019
Aug 30, 2019
Aug 30, 2019
Aug 30, 2019

Repository files navigation

Hexo Next Coauthor

Theme Version Package Version

Add coauthor post meta for NexT theme

image

Install

npm install theme-next/hexo-next-coauthor

Used in front-matter

title: Hello! NexT Test Site
coauthor: Mr.J
title: Hello! NexT Test Site
coauthor:
  - Mr.J
  - Jone

Configuration

Modify coauthors info.

# Add some descriptions to your co-authors
coauthors:
  [Mr.J]:
    # It will display nick
    nick: Jackson
    # When your co-authors is click, will jump to there
    link: https://www.dnocm.com
  # It defines the order of precedence in post meta
  #post_meta_order: 0

Add i18n by write in source/_data/languages.yml

default:
  coauthor: 合著者
en:
  coauthor: Coauthor
zh-CN:
  coauthor: 合著者
zh-TW:
  coauthor: 合著者

About

Add coauthor post meta for NexT theme.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published