Team Profiles + Opening The Floor
The website redesign adds support for displaying authors of devlogs and other posts. I'm also opening the website up to the entire Socially Distant dev team, allowing people other than myself to write posts.
Author Profiles
Each post now has an "About this Author" section where you can introduce yourself, link to social media / a website, and display your profile picture. In order for this to work, each team member needs to add their profile to the site's authors list.
To do so:
- Fork this repository
- Edit
src/content/consts.ts
and add yourself to theAUTHORS
table. Use the existingritchie
andteam
profiles as an example. - Submit a merge request with the new profile added.
⚠️ Profile pictures Please ensure you have the rights to the image you use as your profile picture; if this is found not to be the case, it will be deleted.
How to attribute a post
If you don't attribute a post, it will show up as being written by the entire team. You can attribute a post to yourself by setting your username as the post's author
.
For example, to attribute a post to me:
---
title: A New Hope
description: But not a Star Wars reference, by any stretch of the imagination
author: ritchie
pubDate: "Sep 27 2025"
---
This is my wonderful post!