microcks / microcks.io

Public website resources and templates
https://microcks-io.vercel.app
Apache License 2.0
9 stars 36 forks source link

Allow adding co-authors to a blog post #83

Closed lbroudoux closed 5 months ago

lbroudoux commented 5 months ago

Reason/Context

As of today, a blog post a just one author.

Description

We'd like to have the possibility to have co-authors.

Implementation ideas

No response

lbroudoux commented 5 months ago

Now done. You can use the following markup in blog post header section in YAML:

---
title: Microcks 1.9.1 release 🚀
[...]
params:
  coauthors:
    - "John Doe"
    - "Jane Doe"
---