A fullmoon template for JSON Resume based on a StackOverflow theme.
Also you can use a Fullmoon lite version for export as one-page variant. The design of the theme is the same, just used part of the sections.
More information about JSON Resume start.
Install JSON Resume Command Line Tool globally for NPM:
npm install -g resume-cliOfficial CLT repository with all commands.
- Create
resume.jsonfile according a schema. - Hosting a file
https://registry.jsonresume.org/{your_github_username}and choose a theme to set{ "meta": { "theme": "elegant" } }.
Note: a theme must be official register (check dependencies).
- Start local server from folder where the
resume.jsonputs:
resume serve- If a theme is officially register you can change a render:
resume serve --theme <theme name>- If you have you own theme locally, just put a
resume.jsonto the root folder:
resume serve --theme .- A
certificatesblock. -
basics.location.conditions.permits: work permit in other countries. Must be completed if additional visas or cards are available. - A Fullmoon-min (one page) theme for export CV in pdf and attach to the html version by a link.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
I plan to document all the history of changes in the releases.
Thanks Francesco Esposito for a great Stack Overflow theme!
If you find them useful, give them ⭐a star and enjoy.