-
Notifications
You must be signed in to change notification settings - Fork 46
New registry infrastructure #105
Comments
So registry is up now https://registry.jsonresume.org/thomasdavis By creating a resume.json on your github account, you can access it by entering your github username https://registry.jsonresume.org/{github_username} You can set theme by adding a json blob to your gist description { "theme": "elegant"} Here is my resume.json -> https://gist.github.com/thomasdavis/c9dcfa1b37dec07fb2ee7f36d7278105 |
|
New serverless code bases can be found https://github.com/jsonresume/registry-functions All ideas are appreciated! |
@thomasdavis thanks man. You did it. I needed this badly and since I already have a backup it is easy to make a gist and voila it is working now. 👍 for the theme integration through gist description. |
Website hosting instructions updated -> https://jsonresume.org/getting-started/ @adityatandon007 Thanks! |
I've changed the theme selection to be inside the Simply add The @adityatandon007 you will want to update yours |
I need to merge theme and registry server into one for speed purposes. |
Thank you so much for posting this. @thomasdavis could you also update the README as to how to get it to work locally? I have uploaded my resume.json as a gist and saw it work at https://registry.jsonresume.org/ars75 |
Works perfect for me. Thanks! https://registry.jsonresume.org/jorgeas80 |
@thomasdavis If that is not possible, a cleaner error message would be cool for people who run into this. Let me know if you need the current error message. I'd love to contribute if you approve the change. |
@dalevross Yep I should fix that, hopefully can get to it tonight. |
The old registry server has been to hard to manage and pay for.
We will move the system to a serverless approach which loads a users resume via a public gist named resume.json.
When a request is made to registry.jsonresume.org/thomasdavis it will;
Example gist api response: https://api.github.com/users/thomasdavis/gists
All old registry members should have got an email containing their resume backup, if not, let me know.
The text was updated successfully, but these errors were encountered: