A simple page for all your links.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

29 行
755 B

  1. {
  2. "name": "Jane Doe",
  3. "header": "A sub-header to describe yourself",
  4. "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.",
  5. "avatar_url": "https://linkasmockup.carrd.co/assets/images/image01.jpg?v78193474557251",
  6. "links": [
  7. {
  8. "title": "Mastodon",
  9. "url": "https://mastodon.social/"
  10. },
  11. {
  12. "title": "Twitter",
  13. "url": "https://twitter.com/"
  14. },
  15. {
  16. "title": "Write.as",
  17. "url": "https://write.as/"
  18. },
  19. {
  20. "title": "Elsewhere",
  21. "url": "https://example.com"
  22. },
  23. {
  24. "title": "Website",
  25. "url": "https://example.com"
  26. }
  27. ]
  28. }