mudassir0909/jsonresume-theme-elegant

Medium as Supported Account

Closed this issue · 3 comments

Presently Medium.com isn't supported as one of the profiles. Not sure where this support should be added, but it'd be nice to have!

If you can list the files which need to be modified or the best path forward, I'd be happy to help!

Well, the first step is to update this file to support Medium. Once that is done, the remaining tasks are pretty trivial

Medium is now supported :)

Add

      {
        "network": "medium",
        "username": "@foobar",
        "url": ""
      }

OR (Without the @)

      {
        "network": "medium",
        "username": "foobar",
        "url": ""
      }

Woah, awesome! Thanks @mudassir0909