how do some of y’all on awoo dot space have like, extra “fields” in your profiles?
---
key1: value1
key2: value2
...
It supports up to 5 key/value pairs, though I want to edit that to support an arbitrary number!
@vahnj @PaulFerence oh, like, at the end of the profile text? YAML-esque? :)
@cat @PaulFerence at the beginning is where it processes it i think??? it could be anywhere idk :S
@vahnj @PaulFerence ah ok yeah it’s YAML-style front-matter! https://awoo.space/media/2-kvsMz_18c8AfSPEps https://awoo.space/media/BkdNsSB6habEO7MDdAs
@cat @PaulFerence WHAT it takes --- at the end too? that's weird
@vahnj @PaulFerence you gotta keep em separated
@PaulFerence @vahnj yeah it has to have an --- fence at the start to denote it should be processed as YAML, then you have key-values, then another --- to indicate the end of the front-matter. It has to be at the start, and you can’t omit either fence! This is cool! Is it a Glitchsoc thing or Awoo-specific?
@cat @PaulFerence glitch.social!
@vahnj @PaulFerence neat!
@cat I'm not sure how that's done... @vahnj ?