konstantinmuenster / gatsby-starter-portfolio-minimal-theme

A Gatsby Starter Project to get started with the Portfolio Minimal Theme.
BSD Zero Clause License
143 stars 71 forks source link

How do i add custom social media button with icon and link ? #12

Closed jasyohuang closed 2 years ago

konstantinmuenster commented 2 years ago

That's not possible at the moment. The following profiles can be added:

export enum SocialProfile {
    Behance = 'behance',
    GitHub = 'github',
    Medium = 'medium',
    Mail = 'mail',
    LinkedIn = 'linkedin',
    Twitter = 'twitter',
}

But if you want, I could add your wanted platform to the list?

aayusranjan commented 2 years ago

Is there any chance you can add Hashnode platform.

konstantinmuenster commented 2 years ago

@aayusranjan Yes, definitely. I will add it and let you know in this issue once I released a new version 👍

konstantinmuenster commented 2 years ago

@aayusranjan I just released v3.5.0 which contains an icon for Hashnode 😊