MrGreensWorkshop / MrGreen-JekyllTheme

Mr. Green is a multilingual theme generated with Jekyll and fully compatible with GitHub Pages.
https://jekyll-theme-mrgreen-demo.mrgreensworkshop.com
MIT License
154 stars 294 forks source link

Mastodon, identity verification feature #130

Closed MrGreensWorkshop closed 1 year ago

MrGreensWorkshop commented 1 year ago

Is this enhancement or feature is related to a problem?

Mastodon uses identity verification which uses links. it is better to have it.

Describe the solution you'd like

How to do so is described here.

Describe alternatives you've considered

No response

Additional context

No response

MrGreensWorkshop commented 1 year ago

form @joshbuker @MrGreensWorkshop Would it be possible to update the rel attribute to include me? This is used for verification on Mastodon.

e.g.

<a href="https://example.com/@example" rel="me noopener noreferrer">Mastodon</a>
MrGreensWorkshop commented 1 year ago

@joshbuker Consider it done! How do you feel about enabling or disabling the rel="me" option in owner/en.yml? Do you think it's too much?

joshbuker commented 1 year ago

I don't think it would cause problems if you permanently enabled the feature, but having it be a setting would be fine too. Whatever you think makes more sense. :slightly_smiling_face:

MrGreensWorkshop commented 1 year ago

What I mean is, since the verification is so easy, someone could use it for bad purposes and write down someone's account. I'm always skeptical about these extreme easy verification things. I think it is better to have two actions. I think I will add that option here.

To verify, I wish there was a DNS text record check. 😞

MrGreensWorkshop commented 1 year ago

feature added and tested. PR #131 is merged.