amitmerchant1990 / reverie

:art: A ridiculously elegant Jekyll theme.
https://reverie.pages.dev
MIT License
774 stars 676 forks source link

Add support for Mastodon URL in socials #69

Closed davegreenwp closed 1 year ago

davegreenwp commented 1 year ago

Given the current demise of Twitter, and the rise of Mastodon, it would be great to have the option to define a Mastodon profile URL, represented by an icon. 🤞

dan-han-101 commented 1 year ago

I got this working in a fork of mine. https://github.com/dan-han-101/programmerdays.github.io/commit/736b247b661f1c1508ecffaebbbaf4ae0fe5e9a0 You can see it in action here, https://programmerdays.com/ See the footer, last icon in the list.

If you'd like, I can send a PR to this repository with an update.

neely commented 1 year ago

I think adding the base64 encoding to /_sass/_svg-icons.scss would be the easy step, then mod config.xml.

That said, I haven't done this, but would also appreciate the addition.

EDIT: I see @dan-han-101 did exactly this and has linked all the needed changes. Thanks!

dan-han-101 commented 1 year ago

Added a PR for you to review.