Sample authors post

This post shows how to use multiple authors

By
GitHub Repo stars GitHub forks GitHub followers

To add authors to a post, simply add the authors key to the front matter.

Each author can have a name and/or a github username. If you provide the GitHub username, we will fetch the avatar from GitHub. If you do not provide a name, we will use the GitHub username as the name. If you do not provide a GitHub username, no avatar will be shown.

Example

authors:
  - name: AwesomeGitHubUser
    github: octocat  # add github to get the avatar to appear
  - github: LizardByte-bot  # if name is not given, we will show the github name
  - name: George Washington  # if no github, then no avatar will be shown
Tags: test
Share: X (Twitter) Facebook LinkedIn