Skip to content

Change the "author" frontmatter to be a list of authors and adjust the website accordingly #2365

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
anna-geller opened this issue Mar 24, 2025 · 4 comments · Fixed by #2419
Closed
Labels
area/frontend Needs frontend code changes enhancement New feature or request good first issue Great issue for new contributors kind/website Website-related change

Comments

@anna-geller
Copy link
Member

anna-geller commented Mar 24, 2025

Describe what's missing in our docs

In preparation for some big releases or bigger content projects, we'll have multiple people working on blog posts. In the same way, we can have some case studies that were co-authored with a customer, user or external partner. It would be cool to allow multiple people as authors.

We'll need to adjust the frontmatter of blog post content type to allow multiple authors e.g. change author map to authors array of maps:

---
title: XXX
description: TBD
date: xxx
category: News & Products Updates
author:
  name: xxx
  image: xxx
image: /blogs/xxx.jpg
---

Website change

Perhaps adjust the layout similarly to https://weaviate.io/blog/what-are-agentic-workflows (Good example where 4 people were involved)

image

@anna-geller anna-geller added enhancement New feature or request area/frontend Needs frontend code changes kind/website Website-related change good first issue Great issue for new contributors labels Mar 24, 2025
@kestrabot kestrabot bot added this to Issues Mar 24, 2025
@github-project-automation github-project-automation bot moved this to Backlog in Issues Mar 24, 2025
@anna-geller
Copy link
Member Author

@starlightknown
Copy link
Contributor

hello @anna-geller I tried this. I don't have access to figma rn but if no one is working I'd like to take it up

Image

@starlightknown
Copy link
Contributor

starlightknown commented Apr 11, 2025

authors:
  - name: Loïc Mathieu
    image: lmathieu
    role: Lead Developer
  - name: Loïc x
    image: lmathieu
    role: Lea
  - name: Loïc x
    image: lmathieu
    role: Lea
  - name: Loïc x
    image: lmathieu
    role: Lea

example authors map, we can keep author and authors both

@starlightknown
Copy link
Contributor

I have made a draft PR

@github-project-automation github-project-automation bot moved this from Backlog to Done in Issues Apr 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/frontend Needs frontend code changes enhancement New feature or request good first issue Great issue for new contributors kind/website Website-related change
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants