https://github.com/aonemd/hackerman-resume
Your average Hackerman Markdown résumé (French, classy!) template
https://github.com/aonemd/hackerman-resume
cv hackerman markdown resume template
Last synced: about 2 months ago
JSON representation
Your average Hackerman Markdown résumé (French, classy!) template
- Host: GitHub
- URL: https://github.com/aonemd/hackerman-resume
- Owner: aonemd
- License: mit
- Created: 2018-12-20T10:11:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T18:49:44.000Z (over 2 years ago)
- Last Synced: 2025-03-27T03:35:14.109Z (2 months ago)
- Topics: cv, hackerman, markdown, resume, template
- Language: CSS
- Homepage: https://aonemd.github.io/hackerman-resume/
- Size: 11.7 KB
- Stars: 8
- Watchers: 0
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hackerman Résumé Template
Your average Hackerman Markdown résumé (French, classy!) template

## Demo
[https://aonemd.github.io/hackerman-resume/](https://aonemd.github.io/hackerman-resume)
## Installation
### via Docker
- Make sure you have `docker` installed on your machine
- Add changes to `resume.md` in [`Markdown`](https://www.markdownguide.org/getting-started/)
- Run `./build.sh build-docker` to build the resume as a PDF file
- Run `./build.sh open` to open the PDF version in your default PDF reader### Natively
- You need to have the following installed on your system
* [`pandoc`](https://pandoc.org/installing.html)
* `texlive`. [Install on Ubuntu](https://www.howtoinstall.me/ubuntu/18-04/texlive/)
* [`wkhtmltopdf`](https://wkhtmltopdf.org/downloads.html) for generating HTML
- Add changes to `resume.md` in [`Markdown`](https://www.markdownguide.org/getting-started/)
- Run `./build.sh build` to build the PDF version
- Run `./build.sh build-html` to build the HTML version
- Run `./build.sh open` to open the PDF version in your default PDF reader## LICENSE
See [LICENSE](https://github.com/aonemd/hackerman-resume/blob/master/LICENSE).