Here is some introduction text for my blog. You can set this text in the /blog/_index.md
file. This page uses the /layouts/blog/list.html
template.
Using Introduction, your site can feature multiple authors. Each post displays a byline – the name of a post’s author – if the author
field is set in the post front matter. For example, here’s the front matter for this post:
---
title: "Support for Multiple Authors"
date: 2022-02-20T02:04:06-05:00
tags: ["features", "blog"]
series: ["quickstart"]
author: ["Hugo Contributors"]
---
You can list one or more authors. For example, here’s a byline with two credits:
Read more