Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jglovier/resume-template
:page_facing_up::briefcase::tophat: A simple Jekyll + GitHub Pages powered resume template.
https://github.com/jglovier/resume-template
css html jekyll resume resume-template theme
Last synced: 5 days ago
JSON representation
:page_facing_up::briefcase::tophat: A simple Jekyll + GitHub Pages powered resume template.
- Host: GitHub
- URL: https://github.com/jglovier/resume-template
- Owner: jglovier
- License: mit
- Created: 2015-07-18T12:59:13.000Z (over 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-11-27T01:12:01.000Z (about 2 months ago)
- Last Synced: 2024-12-31T17:04:57.783Z (12 days ago)
- Topics: css, html, jekyll, resume, resume-template, theme
- Language: HTML
- Homepage: http://resume-template.joelglovier.com
- Size: 1.66 MB
- Stars: 1,867
- Watchers: 30
- Forks: 1,767
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - jglovier/resume-template - :page_facing_up::briefcase::tophat: A simple Jekyll + GitHub Pages powered resume template. (HTML)
- awesome-landing-page - https://github.com/jglovier/resume-template
README
# Resume template
*A simple Jekyll + GitHub Pages powered resume template.*
![img](images/screenshot.png)
## 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`### Running locally with Docker
To test locally with docker, run the following in your terminal after installing docker into your system:
1. `docker image build -t resume-template .`
2. `docker run --rm --name resume-template -v "$PWD":/home/app --network host resume-template`### 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. Here is a list of customizations available via `/_config.yml`:
[...write these out...]
#### 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.
### Themes
Right now resume-template only has one theme. More are coming :soon: though. :heart:
## Roadmap
A feature roadmap is [available here](https://github.com/jglovier/resume-template/projects/1). If you features suggestions, please [open a new issue](https://github.com/jglovier/resume-template/issues/new).
## 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
2. 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 demo repo in your own resume. :wink:
Disclaimer: Use of Lisa M. Simpson image and name used under [Fair Use](https://en.wikipedia.org/wiki/Fair_use) for educational purposes. Project license does not apply to use of this material.