-
Notifications
You must be signed in to change notification settings - Fork 21
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: Add gravatar like endpoint #3
Comments
The old hosting use to support this, let's bring it back, labelled as high priority. I imagine that |
yeah, why not. |
Initial work on qr code -> https://registry.jsonresume.org/qr/thomasdavis Will change it over to |
works as intended! ;) Great. |
It feels a bit weird using |
Updated to |
This idea to fetch gists is genius (at least for us techies that have a github repo)!
How about making the registry more accessible by additionally allowing a gravatar like request endpoint.
Initially it could also use MD5 for reasons to look similar to gravatar, however I'd favour SHA256 (significant 7 chars maybe only).
GET /resume/<email-hash>[.json]
GET /resume/<email-hash>.html?theme=
GET /resume/<email-hash>.qr
img
tagsGET /resume/<email-hash>.md
The text was updated successfully, but these errors were encountered: