Thomas Davis
Thomas Davis
``` [{ timestamp: 1239129391, username: 'thomasdavis', event: 'updated' // or created }] ``` I can build that out right now and add stuff as we go. ``` ```
Know any cool way to do full text search on an object and nested properties? =D
The alternative is to pump all the resumes into algolia.com and expose the Algolia API...
So instead of an API endpoint for recently-updated, I will just implement a resumes end point that can be ordered by `updated_at` and filtered by `keywords` which will return the...
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...
- [ ] Need to store url to gist for github api rates - [ ] Need a way to cache bust theme if gist is cached - [ ]...
New serverless code bases can be found https://github.com/jsonresume/registry-functions https://github.com/jsonresume/theme-functions All ideas are appreciated!
Website hosting instructions updated -> https://jsonresume.org/getting-started/ @adityatandon007 Thanks!
I've changed the theme selection to be inside the `resume.json` instead. Simply add `{ "meta": { "theme": "elegant" } }` as a top level property of your `resume.json` The `meta`...
I need to merge theme and registry server into one for speed purposes.