Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Add additional social media #175

Closed
t3kg33k opened this issue Apr 1, 2024 · 1 comment · Fixed by #182
Closed

Feature request: Add additional social media #175

t3kg33k opened this issue Apr 1, 2024 · 1 comment · Fixed by #182

Comments

@t3kg33k
Copy link

t3kg33k commented Apr 1, 2024

Bluesky is public now. Could you please add Bluesky icon as an option to add Bluesky to social media section?
Also, request ability to add Linktree URL (with icon) as an option to social media section.

@t3kg33k
Copy link
Author

t3kg33k commented Apr 9, 2024

Messing around and doing research on the interwebs, I found this link for Bluesky: https://github.com/orgs/community/discussions/69265

I made this change to socials.html in the theme:

{{ if .Site.Params.bluesky_url }} <a target="_blank" class="social" title="Bluesky" href="{{ .Site.Params.bluesky_url }}"> <svg xmlns="http://www.w3.org/2000/svg" width="1.2em" height="1.2em" viewBox="0 0 360 320"> <path fill="currentColor" d="M180 142c-16.3-31.7-60.7-90.8-102-120C38.5-5.9 23.4-1 13.5 3.4 2.1 8.6 0 26.2 0 36.5c0 10.4 5.7 84.8 9.4 97.2 12.2 41 55.7 55 95.7 50.5-58.7 8.6-110.8 30-42.4 106.1 75.1 77.9 103-16.7 117.3-64.6 14.3 48 30.8 139 116 64.6 64-64.6 17.6-97.5-41.1-106.1 40 4.4 83.5-9.5 95.7-50.5 3.7-12.4 9.4-86.8 9.4-97.2 0-10.3-2-27.9-13.5-33C336.5-1 321.5-6 282 22c-41.3 29.2-85.7 88.3-102 120Z"/> </svg> </a> {{ end }}

I'm not a developer, just a tinkerer. So, what you see above was just something I was playing around with and it seems to work.
Here is my test site that I pushed the above to:
https://www.edscloud.org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants