Iconic Resume is a cv/resume template written in the Jekyll framework.
_config.yml
. All styles are defined in style.scss
. gh-pages
branch. _config.yml
in the gh-pages
branch.baseurl: '/iconic-resume'
. imgs
folder.Settings -> Pages
page, and select gh-pages
as GitHub Pages source.Settings -> Pages
page says that "Your site is live at https://username.github.io/iconic-resume/". Go to that address, where username
is your GitHub username.print...
to save your resume in PDF._config.yml
or any other files, and commit the change, it will automatically trigger a GitHub Action to re-build the page. Wait until it finishes, before you refresh the https://username.github.io/iconic-resume/ link. You can view the build progress under the "Actions" tab in your forked repository._config.yml
. Replace the dummy data with your own career details. Put your own icons in the imgs
folder.cd
to repository. Run bundle exec jekyll serve
. localhost:4000
.print...
to save your resume in PDF.If you have any suggestion, feel free to open issues or submit pull requests.