From b413bc9a3a721c5dd8f82f3479a756356458ee9e Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Wed, 30 May 2018 22:36:06 -0400 Subject: [PATCH] Add sample user configuration --- sample.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 sample.json diff --git a/sample.json b/sample.json new file mode 100644 index 0000000..3bae53d --- /dev/null +++ b/sample.json @@ -0,0 +1,28 @@ +{ + "name": "Jane Doe", + "header": "A sub-header to describe yourself", + "bio": "A user-editable description that, _hey_, even supports **Markdown**. There is no limit to what you can do, as long as you don't want to do anything crazy outside of plain text. Really, you can just use plain text. But that's pretty great.", + "avatar_url": "https://linkasmockup.carrd.co/assets/images/image01.jpg?v78193474557251", + "links": [ + { + "title": "Mastodon", + "url": "https://mastodon.social/" + }, + { + "title": "Twitter", + "url": "https://twitter.com/" + }, + { + "title": "Write.as", + "url": "https://write.as/" + }, + { + "title": "Elsewhere", + "url": "https://example.com" + }, + { + "title": "Website", + "url": "https://example.com" + } + ] +}