From 426e338250f3f03f5a2f516dc9ff436207e02f89 Mon Sep 17 00:00:00 2001 From: Lio Date: Thu, 9 Nov 2023 00:41:52 +0100 Subject: [PATCH] base fursona file --- README.md | 3 +++ fursona | 24 ++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/README.md b/README.md index e69de29..b116a2d 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,3 @@ +# .well-known + +This Repo will hold all my .well-known entries and should, eventually, be shared between all my domains. diff --git a/fursona b/fursona index e69de29..318e5a3 100644 --- a/fursona +++ b/fursona @@ -0,0 +1,24 @@ +{ + "sonas": [ + { + "name": "Lio", + "pronouns": "they/them, he/him", + "gender": "nonbinary,male", + "species": "Lion", + "description": "Lio is a Black and White Lion with a Red Spark on his Left Cheek. He is my Main Sona.", + "ref": "https://refsheets.lio.gallery/lio", + "avatar": "https://common.himbo.cat/avatars/lio/drip.jpg", + "age": 21, + "birthdate": "2002-02-21T20:20:39+00:00", + "colors": [ + "#252525", + "#f65135", + "#fe9343", + "#f0f0f0", + "#ffb1aa", + "#1a1a1c", + "#050309" + ] + } + ] +}