blob: 04acbf8208b89beb897d38083e6b4db38e4eb90d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
{
"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": []
}
|