about summary refs log tree commit diff
path: root/onboarding.json
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2021-09-28 01:57:16 +0300
committerVika <vika@fireburn.ru>2021-09-28 01:57:16 +0300
commit5545edcca7d8d67ef156c924351fd9cb912c160b (patch)
tree8b00b6df6a03530b9898913ede6636284d3f3dcd /onboarding.json
parenta8a38e54cd6d7c771c1ceecd4d8fcd86c33d3f1e (diff)
Modified the module to use BACKEND_URI
Diffstat (limited to 'onboarding.json')
-rw-r--r--onboarding.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/onboarding.json b/onboarding.json
new file mode 100644
index 0000000..04acbf8
--- /dev/null
+++ b/onboarding.json
@@ -0,0 +1,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": []
+}