0.1.2 • Published 1 year ago

jsonresume-theme-fullmoon v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Fullmoon theme for JSON Resume

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.

Get ready?

More information about JSON Resume start.

Command Line Tool

Install JSON Resume Command Line Tool globally for NPM:

npm install -g resume-cli

Official CLT repository with all commands.

Resume file

  • Create resume.json file 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).

Usage

  • Start local server from folder where the resume.json puts:
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.json to the root folder:
resume serve --theme .

TODO

  • A certificates block.
  • 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.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

I plan to document all the history of changes in the releases.

Credits

Thanks Francesco Esposito for a great Stack Overflow theme!

If you find them useful, give them ⭐a star and enjoy.

License

MIT license