itsmy.fyi icon indicating copy to clipboard operation
itsmy.fyi copied to clipboard

itsmy.fyi - Deepak

Open deepaksood619 opened this issue 1 year ago • 1 comments

itsmy.fyi Profile Data

---
slug: deepak
name: Deepak Kumar Sood
about: Hey there, I'm Deepak on itsmy.fyi!
image: https://deepaksood619.github.io/img/logo.webp
links: [["Portfolio", "https://deepaksood619.github.io/"]]
socials: [["Twitter", "https://twitter.com/deepaksood619"], ["linkedin", "https://linkedin.com/in/deepaksood619"]]
og:
  image: https://rishi.app/static/social-media-card.jpg
background:
  image: https://volta.net/home/hero.png
---


The expected format for itsmy.fyi to parse your data would be:

## Required

slug: **required**, String (without quotes, newline, let's keep it simple!)
name: **required**, String (without quotes or newline)
image: **required**, String (without quotes or newline)
links: **required**, but can be empty array [], (examples: [["My Website", "https://rishi.app"], ["Web", "https://rishi.app", "https://rishi.app/static/favicon-image.jpg"]])
socials: **required**, but can be empty array [], (example: [["twitter", "https://twitter.com/rishi_raj_jain_"], ["linkedin", "https://linked.com/in/rishi-raj-jain"]])

## Optional

about: optional, String (without quotes or newline)
og:
    image: optional, String (without quotes or newline)
ga:
    enabled: boolean, true or false (without quotes or newline)
    configID: **required if enabled is true**, String (ex. "G-RANDOM")
background:
    color: optional, can be a String (ex. pink), Hexcode (ex. "#C1C1C1" with the quotes) or anything that background: CSS supports
    image: optional, an absolute URL

deepaksood619 avatar Feb 27 '23 19:02 deepaksood619