Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Additional Features

Alexandre ZANNI edited this page May 22, 2020 · 3 revisions

Optional features:

Multi author

Install hexo-multiauthor npm i --save hexo-multiauthor

Support:

  • id of author in post
  • author page
  • author index

See how to create author files.

Index for tags, categories, authors

Create those files.

source/author/index.md

---
title: Authors
layout: "authors"
---

source/tags/index.md

---
title: Tags
layout: "tags"
---

source/categories/index.md

---
title: Categories
layout: "categories"
---
Clone this wiki locally