Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aviaryan/resume
:bowtie: Simple and clean resume in Jekyll
https://github.com/aviaryan/resume
jekyll resume resume-app resume-builder resume-creator resume-template yml
Last synced: 2 months ago
JSON representation
:bowtie: Simple and clean resume in Jekyll
- Host: GitHub
- URL: https://github.com/aviaryan/resume
- Owner: aviaryan
- Created: 2016-03-31T21:34:04.000Z (over 8 years ago)
- Default Branch: gh-pages
- Last Pushed: 2017-03-25T16:51:53.000Z (over 7 years ago)
- Last Synced: 2024-09-30T23:03:09.077Z (3 months ago)
- Topics: jekyll, resume, resume-app, resume-builder, resume-creator, resume-template, yml
- Language: HTML
- Homepage: http://aviaryan.in/resume
- Size: 791 KB
- Stars: 38
- Watchers: 3
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Resume
Recruiters: This is just a sample. My updated resume can be found [on my Google Drive](https://drive.google.com/open?id=0B1I7ETQXT-TFR3NBQVVwazhnb2c).
Simple, responsive and printable resume in HTML and CSS made dynamic using Jekyll.
http://aviaryan.github.io/resume
All resume content is stored in yaml files (skills.yml, projects.yml ..) in the `_data` directory.
Changing order of categories in resume is easy. :wink: Just change the include orders in `index.html`
```html
{% include education.html %}
{% include skills.html %}
{% include projects.html %}
{% include awards.html %}
{% include work.html %}
{% include social.html %}
{% include contact.html %}
{% include references.html %}
```For local development, create an empty file named `local` in project root. This will ensure that local resources are loaded by Jekyll instead of CDN's.