Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sharu725/online-cv
A minimal Jekyll Theme to host your resume (CV) on GitHub with a few clicks.
https://github.com/sharu725/online-cv
cv-template jekyll jekyll-template jekyll-theme jekyll-themes online-cv resume resume-template resume-website
Last synced: 5 days ago
JSON representation
A minimal Jekyll Theme to host your resume (CV) on GitHub with a few clicks.
- Host: GitHub
- URL: https://github.com/sharu725/online-cv
- Owner: sharu725
- License: other
- Created: 2016-07-29T04:35:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T18:30:51.000Z (5 months ago)
- Last Synced: 2024-12-31T01:13:20.293Z (12 days ago)
- Topics: cv-template, jekyll, jekyll-template, jekyll-theme, jekyll-themes, online-cv, resume, resume-template, resume-website
- Language: JavaScript
- Homepage: https://online-cv.webjeda.com
- Size: 8.33 MB
- Stars: 3,219
- Watchers: 29
- Forks: 6,034
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- awesome-rainmana - sharu725/online-cv - A minimal Jekyll Theme to host your resume (CV) on GitHub with a few clicks. (JavaScript)
README
# Orbit
> This theme is designed by Xiaoying Riley at [3rd Wave Media](http://themes.3rdwavemedia.com/).
> Visit [her website](http://themes.3rdwavemedia.com/) for more themes.I have made this into a Jekyll Theme. Checkout the live demo [here](https://online-cv.webjeda.com).
Desktop
Mobile
## Installation
* [Fork](https://github.com/sharu725/online-cv/fork) the repository;
* Go to settings and set master branch as Github Pages source;
* Your new site should be ready at `https://.github.io/online-cv/`;
* Printable version of the site can be found at `https://.github.io/online-cv/print`. Use a third party link https://pdflayer.com/, https://www.web2pdfconvert.com/ etc to get the printable PDF.Change all the details from one place: `_data/data.yml`.
### To preview/edit locally with docker
```sh
docker-compose up
```*docker-compose.yml* file is used to create a container that is reachable under .
Changes *_data/data.yml* will be visible after a while.### Local machine
* Get the repo into your machine
```bash
git clone https://github.com/sharu725/online-cv.git
```* Install required ruby gems
```bash
bundle install
```* Serve the site locally
```bash
bundle exec jekyll serve
```* Navigate to `http://localhost:4000`
## Skins
There are 6 color schemes available:
| Blue | Turquoise | Green |
|---------|---------|---------|
| | | || Berry | Orange | Ceramic |
|---------|---------|---------|
| | | |## Credits
Thanks to [Nelson Estevão](https://github.com/nelsonmestevao) for all the [contributions](https://github.com/sharu725/online-cv/commits?author=nelsonmestevao).
Thanks to [t-h-e(sfrost)](https://github.com/t-h-e) for all the [contributions](https://github.com/sharu725/online-cv/commits?author=t-h-e).
Check out for more themes: [**Jekyll Themes**](http://jekyll-themes.com).
## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=sharu725/online-cv&type=Date)](https://star-history.com/#sharu725/online-cv&Date)