Skip to content

Commit

Permalink
new blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdavis committed Jun 27, 2019
1 parent 0282c32 commit 3501439
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions _posts/2019-06-27-5th-birthday-new-features
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
layout: post
title: "5th Birthday and New Features"
date: 2018-06-27 14:18:05
permalink: /blog/5th-birthday-new-features
---

It was our 5th birthday last week and we are happy to announce some new features. Development has been slow. In retrospect this is a good thing for something that purports to be a standard. We didn't make any radical changes which kept the ecosystem stable. The community still exists due to many members contributing above and beyond. We extend thanks to people have written themes, parsers, converters, tools and services. The website will soon showcase the plethora of projects built around JSON Resume.

The last year has been unstable when it came to the free hosting and themes server. Maintaining the servers cost and development has always been a thorn in our sides. We've finally managed to rewrite those servers into a much more manageable solution.

Hosting

Our new system leverages serverless hosting which means we don't have to SSH into our old box at 3am because of logs killing our disk space.

We've also deprecated our user/resume storage in favour of users storing their resumes as Gist on their own Github accounts.

You can take advantage of our new hosting

e.g. https://registry.jsonresume.org/thomasdavis

by simply creating a Gist on your Github with the filename being `resume.json`

e.g. https://gist.github.com/thomasdavis/c9dcfa1b37dec07fb2ee7f36d7278105

That is all you need to do, and you can view your resume at

https://registry.jsonresume.org/{your_github_username}

If you would like to change the default theme, simply add a top level property to your `resume.json`

{ "meta": { "theme": "kendall" } }"

The theme server is whitelisted now meaning that only approved themes will work on the registry.

You can suggest one on our ongoing issue -> https://github.com/jsonresume/theme-functions/issues/12

Gist are great;

- Versioned
- You won't lose your resume unless Github shuts down
- You can use their online editor for quick updates

A bunch of people have already migrated to the new system and we believe it to be a great step in the right direction.

0 comments on commit 3501439

Please sign in to comment.