superpung / resume

An academic resume generator.

Home Page:https://repus.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resume for Academic

This is an Academic Resume generator, modified from antfu/resume, which is heavy modified from jsonresume-theme-kwan.

How it works

  • The data is shown in resume.template, NOT fully adhering to JSON Resume standard. Note that you can add multiple elements to an array.
  • You can host your data on GitHub Gist or local file in JSON format. That is, name it resume.json. For the former, you need to change the value of the gist variable in build.js.
  • HTML is generated with Handlebars and PDF is printed with puppeteer.
  • I did a lot quick hacks to make it suitable for academic, such as adding Publications, Academic Services, Talks and News sections, and changing styles of some sections. You can modify it to fit your own needs. If you want to improve it for academic use, PRs are great welcome!

Acknowledgements

antfu/resume

icoloma/jsonresume-theme-kwan

License

The script is licensed with MIT.

About

An academic resume generator.

https://repus.cn

License:MIT License


Languages

Language:Less 77.2%Language:Handlebars 13.1%Language:JavaScript 9.6%