diff options
Diffstat (limited to 'onboarding.json')
-rw-r--r-- | onboarding.json | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/onboarding.json b/onboarding.json deleted file mode 100644 index 04acbf8..0000000 --- a/onboarding.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "user": { - "type": [ - "h-card" - ], - "properties": { - "name": [ - "Vika" - ], - "pronoun": [ - "she/her" - ], - "url": [ - "https://twitter.com/VikaNezrimaya" - ], - "note": [ - "Just a simple girl. Do I even exist or am I a vestige of the past long gone?" - ] - } - }, - "first_post": { - "type": [ - "h-entry" - ], - "properties": { - "content": [ - "Hello!" - ] - } - }, - "blog_name": "Test Hideout", - "feeds": [] -} |