Bio Formatter Guide ๐Ÿ“

To make sure the system and AI understand who you are without any technical complications, use these simple fields at the top of your file (between the --- lines). Forget about complex nesting!

Frontmatter (Flat Metadata)

FieldTypeRequiredDescription
namestringYesYour name or your business name.
languagestringNo(Directory only) ISO Language code.
statusenumNoLifecycle of the profile: draft, published.
visibilityenumNoAccess level: public (open to all), protected (password required).
passwordstringNoMandatory if visibility is protected. Key to grant access to the profile.
rolestringNoYour main role or tagline (e.g., "Software Architect").
locationstringNoYour base location (e.g., "Madrid, ES" or "Remote").
emailstringNoYour direct email address.
phonestringNoYour phone number or WhatsApp.
[social network]stringNoFull URL of your profile. Supported: website, linkedin, github, x, instagram, youtube, facebook, tiktok.

(๐Ÿ’ก Image Magic: You don't need to declare the image in this table. Simply place a photo named avatar.jpg, profile.png, or similar inside your attachments/ folder and the system will automatically use it as your profile picture).

Example Frontmatter

---
name: Jane Doe
language: en
status: published
visibility: public
role: Software Architect
location: Mexico City, MX
email: [email protected]
phone: "+52 55 1234 5678"
linkedin: https://linkedin.com/in/janedoe
github: https://github.com/janedoe
---