When you're finished export your resume by copying the JSON output into a texdt file.
+
When you're finished export your resume by copying the JSON output into a text file.
- Create a public Gist in your GitHub account (create a new account for free) with a filenane "resume.json".
+ Create a public Gist in your GitHub account (create a new account for free) with a filename "resume.json".
(See an example here.)
- View your live resume on jsonresume.org by browsing to https://registry.jsonresume.org/{your_github_profile}.
+ View your live resume on jsonresume.org by browsing to https://registry.jsonresume.org/{your_github_username}.
(see an example here.)
- Don't worry about saving. All information is automatically saved in your browser, which means you can close your browser, come back tomorrow and everything will be as you left it.
+ All information is automatically saved in your browser as you type, which means you can close your browser, come back tomorrow and everything will be as you left it.
An editor for creating and updating JSON Resume files.
-
Why?
-
- For 2 reasons:
-
+
Why?
-
To provide an easy interface to creating and updating JSON Resume files. Working with raw JSON files is not difficult, but it's also not fun. This editor makes life easy.
+
Provide an easy interface to creating and updating JSON Resume files. Working with raw JSON files is not difficult, but it's also not fun. This editor makes life easy.
To act as sample application for creating VueJS training articles.