Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-zeng/resume
Resume generation stack - create PDF, markdown, website resumes from a single resume specification
https://github.com/s-zeng/resume
dhall resume
Last synced: 26 days ago
JSON representation
Resume generation stack - create PDF, markdown, website resumes from a single resume specification
- Host: GitHub
- URL: https://github.com/s-zeng/resume
- Owner: s-zeng
- License: agpl-3.0
- Created: 2020-10-31T16:40:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T03:48:35.000Z (about 1 year ago)
- Last Synced: 2024-10-08T01:27:17.210Z (about 1 month ago)
- Topics: dhall, resume
- Language: Dhall
- Homepage: https://simonzeng.com/resume
- Size: 3.55 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dhall - resume - Generate résumé in a number of formats from a Dhall specification. (Projects)
README
# Simon Zeng's Resume
## Download
You can use the following links to download my resume in a format of your
choice:- [PDF](https://simonzeng.com/resume/Zeng_Simon_Resume.pdf)
- [Word Document (DOCX)](https://simonzeng.com/resume/Zeng_Simon_Resume.docx)
- [PNG](https://simonzeng.com/resume/Zeng_Simon_Resume.png)
- [Markdown](https://simonzeng.com/resume/index.md)In addition, my resume is available in a number of machine readable formats:
- [ATS-readable PDF](https://simonzeng.com/resume/Zeng_Simon_Resume.minimal.pdf)
- [Json](https://simonzeng.com/resume/Zeng_Simon_Resume.json)
- [Yaml](https://simonzeng.com/resume/Zeng_Simon_Resume.yaml)
- [Dhall](https://simonzeng.com/resume/Zeng_Simon_Resume.dhall)## About this repo
This repo contains two components:
- dhall-resume: A standard library of helper functions to write and template a
resume in Dhall. Includes data types and constructors for various resume
constructs like work experience entries, side projects, etc. Also includes
template helpers for generating markdown and latex from the dhall-resume types
- zeng-simon-resume: My resume, built using dhall-resume. I specify all my
resume information in [zeng-simon-resume/cv.dhall](zeng-simon-resume/cv.dhall),
where it then gets converted to the various output formats via the utilities
from dhall-resume## Releases
Everytime I update my resume, I tag a release. You can check the releases on the
right-hand side of this github page to view my latest resume. Alternatively,
each release also pushes my latest resumes to
[https://simonzeng.com/resume](https://simonzeng.com/resume)## Preview
![Current resume](https://simonzeng.com/resume/Zeng_Simon_Resume.png)
# License
All code here is licensed under the Affero GPLv3.