Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/narze/resume-legacy
Printable online resume
https://github.com/narze/resume-legacy
curriculum-vitae cv github-page jekyll resume
Last synced: 3 months ago
JSON representation
Printable online resume
- Host: GitHub
- URL: https://github.com/narze/resume-legacy
- Owner: narze
- License: mit
- Created: 2019-08-21T01:08:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T03:53:46.000Z (over 2 years ago)
- Last Synced: 2024-05-02T05:39:58.733Z (9 months ago)
- Topics: curriculum-vitae, cv, github-page, jekyll, resume
- Language: HTML
- Homepage: https://narze.github.io/resume-legacy
- Size: 1.66 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Resume
Forked from [sproogen/modern-resume-theme](https://github.com/sproogen/modern-resume-theme)
## Running locally
Before you start make sure you have *Ruby* and the gems for *Jekyll* installed locally. You can find out how to do that [here](https://jekyllrb.com/docs/installation/).
1. Clone your resume repository locally *(if you haven't already)*
2. `cd [your-repository-name]`
3. `bundle install`
4. `bundle exec jekyll serve`
5. Open your browser to `http://localhost:4000`Any changes you make will automatically build and you will be able to see these by refreshing your browser.
*Note: You will need to re-run `bundle exec jekyll serve` to see changes made in `_config.yml`.*
## Development
### Locally
Before you start make sure you have *Ruby* and the gems for *Jekyll* installed locally. You can find out how to do that [here](https://jekyllrb.com/docs/installation/).
*Note: You will need version `1.15.2` of bundler, as this is the only version that Heroku supports.*
1. Fork and or clone this repository locally
2. `cd modern-resume-theme`
3. `bundle install`
4. `bundle exec jekyll serve`
5. Open your browser to `http://localhost:4000`Any changes you make will automatically build and you will be able to see these by refreshing your browser. To find out more about *Jekyll* take a look [here](https://jekyllrb.com/docs/usage/).
*Note: You will need to re-run `bundle exec jekyll serve` to see changes made in `_config.yml`.*
### Docker
If you have docker installed you can simply run `docker-compose up` to launch the site in a container, it will then be hosted at `http://localhost:4000`
## License
[MIT License](https://opensource.org/licenses/MIT).