How do I have so many partners??
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 85 lines 1.3 kB view raw
1settings: 2 theme: dark 3 nodeScale: uniform 4 5people: 6 - id: aria 7 name: Aria 8 pronouns: she/her 9 color: "#e91e8c" 10 links: 11 - label: Website 12 url: "https://example.com/aria" 13 - label: Instagram 14 url: "https://instagram.com/aria" 15 16 - id: blake 17 name: Blake 18 pronouns: they/them 19 color: "#9c27b0" 20 links: 21 - label: Mastodon 22 url: "https://mastodon.social/@blake" 23 24 - id: cassidy 25 name: Cassidy 26 pronouns: she/they 27 color: "#2196f3" 28 29 - id: drew 30 name: Drew 31 pronouns: he/him 32 color: "#009688" 33 links: 34 - label: Twitter 35 url: "https://twitter.com/drew" 36 37 - id: elliot 38 name: Elliot 39 pronouns: he/they 40 color: "#ff9800" 41 42 - id: frankie 43 name: Frankie 44 pronouns: any/all 45 color: "#4caf50" 46 47relationships: 48 - from: aria 49 to: blake 50 type: partner 51 label: "partners" 52 53 - from: aria 54 to: cassidy 55 type: nesting_partner 56 label: "nesting" 57 58 - from: blake 59 to: drew 60 type: queerplatonic 61 62 - from: cassidy 63 to: drew 64 type: fwb 65 66 - from: blake 67 to: elliot 68 type: casual 69 70 - from: drew 71 to: frankie 72 type: anchor_partner 73 label: "anchors" 74 75 - from: aria 76 to: elliot 77 type: friend 78 79 - from: cassidy 80 to: frankie 81 type: comet 82 83 - from: elliot 84 to: frankie 85 type: metamour