https://github.com/dix/resume
Automated resume publishing
https://github.com/dix/resume
markdown pdf resume
Last synced: 2 months ago
JSON representation
Automated resume publishing
- Host: GitHub
- URL: https://github.com/dix/resume
- Owner: dix
- Created: 2022-02-06T17:34:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T16:31:55.000Z (about 2 years ago)
- Last Synced: 2024-04-04T20:32:03.279Z (about 2 years ago)
- Topics: markdown, pdf, resume
- Language: CSS
- Homepage:
- Size: 4.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Resume - Automated resume publishing
Small project made to play with [GitHub Actions](https://github.com/features/actions).
On push, converts the Markdown files at the root into PDF & HTML in the _docs_ directory which content is then served by [GitHub Pages](https://pages.github.com/).
The result is available at [amadisbravard.fr](https://www.amadisbravard.fr/).
## Made with
- [Node.js](https://github.com/nodejs)
- [simonhaenisch/md-to-pdf](https://github.com/simonhaenisch/md-to-pdf/)
- [sindresorhus/github-markdown-css](https://github.com/sindresorhus/github-markdown-css)