2018-10-25 21:37:35 -04:00
< a href = "https://jekyll-themes.com" >
< img src = "https://img.shields.io/badge/featured%20on-JT-red.svg" height = "20" alt = "Jekyll Themes Shield" >
< / a >
2018-05-11 07:33:41 -04:00
# Orbit
2022-04-11 17:18:36 -04:00
> This theme is designed by Xiaoying Riley at [3rd Wave Media](http://themes.3rdwavemedia.com/).
2018-05-11 07:33:41 -04:00
> Visit her [website](http://themes.3rdwavemedia.com/) for more themes.
2021-12-20 02:35:23 -05:00
I have made this into a Jekyll Theme. Checkout the live demo [here ](https://online-cv.webjeda.com ).
2018-05-11 07:33:41 -04:00
< table >
< tr >
< th > Desktop< / th >
< th > Mobile< / th >
< / tr >
< tr >
< td >
2021-12-20 02:35:23 -05:00
< img src = "https://online-cv.webjeda.com/assets/images/desktop.png?raw=true" width = "600" / >
2018-05-11 07:33:41 -04:00
< / td >
< td >
2021-12-20 02:35:23 -05:00
< img src = "https://online-cv.webjeda.com/assets/images/mobile.png?raw=true" width = "250" / >
2018-05-11 07:33:41 -04:00
< / td >
< / tr >
< / table >
2016-07-29 00:50:16 -04:00
2018-05-11 07:33:41 -04:00
## Installation
2016-07-29 01:09:59 -04:00
2018-05-11 07:33:41 -04:00
* [Fork ](https://github.com/sharu725/online-cv/fork ) the repository
2022-06-22 23:37:29 -04:00
* Go to settings and set master branch as Github Pages source.
* Your new site should be ready at `https://<username>.github.io/online-cv/`
2022-08-08 06:06:22 -04:00
* Printable version of the site can be found at `https://<username>.github.io/online-cv/print` . Use a third party link https://pdflayer.com/, https://www.web2pdfconvert.com/ etc to get the printable PDF.
2016-07-29 01:09:59 -04:00
2018-05-13 04:15:06 -04:00
Change all the details from one place: ``_data/data.yml``
2018-05-13 04:13:44 -04:00
2022-10-15 15:49:19 -04:00
## To preview/edit locally with docker
2022-04-11 17:18:36 -04:00
```sh
docker-compose up
```
*docker-compose.yml* file is used to create a container that is reachable under http://localhost:4000.
Changes *_data/data.yml* will be visible after a while.
2022-11-16 22:06:56 -05:00
### 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`
2022-04-11 17:18:36 -04:00
2018-05-11 07:33:41 -04:00
## Skins
2016-07-29 01:09:59 -04:00
2018-02-03 18:35:35 -05:00
There are 6 color schemes available:
2018-03-31 15:58:39 -04:00
| Blue | Turquoise | Green |
2018-02-03 18:35:35 -05:00
|---------|---------|---------|
2021-12-20 02:35:23 -05:00
| < img src = "https://online-cv.webjeda.com/assets/images/blue.jpg" width = "300" / > | < img src = "https://online-cv.webjeda.com/assets/images/turquoise.jpg" width = "300" / > | < img src = "https://online-cv.webjeda.com/assets/images/green.jpg" width = "300" / > |
2016-07-29 01:09:59 -04:00
2018-03-31 15:58:39 -04:00
| Berry | Orange | Ceramic |
2018-02-03 18:35:35 -05:00
|---------|---------|---------|
2021-12-20 02:35:23 -05:00
| < img src = "https://online-cv.webjeda.com/assets/images/berry.jpg" width = "300" / > | < img src = "https://online-cv.webjeda.com/assets/images/orange.jpg" width = "300" / > | < img src = "https://online-cv.webjeda.com/assets/images/ceramic.jpg" width = "300" / > |
2016-07-29 01:09:59 -04:00
2018-05-11 07:33:41 -04:00
## Credits
2016-07-29 01:16:39 -04:00
2017-11-21 00:33:19 -05:00
Thanks to [Nelson Estevão ](https://github.com/nelsonmestevao ) for all the [contributions ](https://github.com/sharu725/online-cv/commits?author=nelsonmestevao ).
2018-07-19 00:37:29 -04:00
2018-02-08 00:03:54 -05:00
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 ).
2016-07-29 01:14:34 -04:00
2018-02-03 18:35:35 -05:00
Check out for more themes: [**Jekyll Themes** ](http://jekyll-themes.com ).
2022-02-15 06:02:16 -05:00
## 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)