Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
# The resume that builds itself

If you want a good looking resume, look no further.
If you want a good-looking resume, look no further.

Just clone that repo, edit `config.toml` and follow the instructions on this blog post to get a nice looking online resume with automated PDFs.
Just clone that repo, edit [`config.toml`](./config.toml), and follow the instructions on this blog post to get a nice-looking online resume with automated PDFs.

For a detailled breakdown, head over to my [blog post](https://bas.codes/posts/github-actions-resume)
For a detailed breakdown, head over to my [blog post](https://bas.codes/posts/github-actions-resume)

Here is what you need:

- An account on netlify (free)
- An account on Netlify (free)
- An account on pdf.co (free credits available)
- a domain name
- A domain name

## How it looks

![](screenshot.png)
![Screenshot of the resume generated by the repo](example.png)

[https://resume-demo.bas.work](https://resume-demo.bas.work)
### Live Demo

[resume-demo.bas.work](https://resume-demo.bas.work)


## Credits
Expand All @@ -26,4 +28,4 @@ Here is what you need:
- [Hugo](https://github.com/gohugoio/hugo) for static site generation
- [Netlify](https://netlify.com) for hosting
- [PDF.co](https://pdf.co) for PDF generation
- [GitHub Actions](https://github.com/features/actions) for automating the deployment
- [GitHub Actions](https://github.com/features/actions) for automating the deployment
File renamed without changes