Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/obocat/daniel_toranzo_perez
This is my CV website.
https://github.com/obocat/daniel_toranzo_perez
github-pages jekyll resume
Last synced: about 2 months ago
JSON representation
This is my CV website.
- Host: GitHub
- URL: https://github.com/obocat/daniel_toranzo_perez
- Owner: obocat
- License: mit
- Created: 2022-03-01T20:12:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-23T17:16:58.000Z (over 2 years ago)
- Last Synced: 2023-11-25T23:28:38.844Z (about 1 year ago)
- Topics: github-pages, jekyll, resume
- Language: HTML
- Homepage:
- Size: 980 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resume template
*A simple Jekyll + GitHub Pages powered resume template.*
- Based on [https://github.com/jglovier/resume-template/issues/new](https://github.com/jglovier/resume-template/issues/new) project.
- This project features fade-in effect on `divs`.
- Dark Mode support.
- AppStore App banner support.## TO-DO
- Sitemap support.
- Add config in order to disable Dark Mode support.
- Code refactor.## Docs
### Running locally
To test locally, run the following in your terminal:
1. Clone repo locally
1. `bundle install`
2. `bundle exec jekyll serve`
3. Open your browser to `localhost:4000`### Customizing
First you'll want to fork the repo to your own account. Then clone it locally and customize, or use the GitHub web editor to customize.
#### Options/configuration
Most of the basic customization will take place in the `/_config.yml` file.
#### Editing content
Most of the content configuration will take place in the `/_layouts/resume.html` file. Simply edit the markup there accordingly
### Publishing to GitHub Pages for free
[GitHub Pages](https://pages.github.com/) will host this for free with your GitHub account. Just make sure you're using a `gh-pages` branch, and the site will automatically be available at `yourusername.github.io/resume-template` (you can rename the repo to resume for your own use if you want it to be available at `yourusername.github.io/resume`). You can also add a CNAME if you want it to be available at a custom domain.
### Configuring with your own domain name
To setup your GH Pages site with a custom domain, [follow the instructions](https://help.github.com/articles/setting-up-a-custom-domain-with-github-pages/) on the GitHub Help site for that topic.
## Contributing
If you spot a bug, or want to improve the code, or even make the dummy content better, you can do the following:
1. [Open an issue](https://github.com/jglovier/resume-template/issues/new) describing the bug or feature idea in the original repo.
2. [Open an issue](https://github.com/obocat/daniel_toranzo_perez/issues) describing the bug or feature idea in this repo.
3. Fork the project, make changes, and submit a pull request## License
The code and styles are licensed under the MIT license. [See project license.](LICENSE) Obviously you should not use the content of this repo in your own resume. :wink: