-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Adding Mastodon to the social networks #198
Conversation
What does this look like when the options are specified? What if a user is on multiple instances? |
@Bandie Thanks for the screenshot! Hard to test when I'm on mobile ☎️ . 😄 As for multiple instances, I see lots of folks using multiple instances so if we're going to support this, I'd love to support multiple instances right off the bat. What do you think about this in the mastadon:
- username: parkr
instance: foo.bar.com Then in the Liquid, you'd check for |
|
_config.yml
Outdated
# Mastodon instances | ||
# mastodon: | ||
# - username: jekyll | ||
# instance: mastodoninstance.tld |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about using example.com
here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed™
@jekyllbot: merge +minor |
With this you can add a Mastodon username+instance to your config which will show it nicely like all the other social services.