A simple page for all your links.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 

29 líneas
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. }