robertjohnson.work/README.md

91 lines
2.9 KiB
Markdown
Raw Normal View History

2018-10-26 07:07:35 +05:30
<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>
# Orbit
> This theme is designed by Xiaoying Riley at [3rd Wave Media](http://themes.3rdwavemedia.com/).
2023-07-12 20:18:10 +08:00
> Visit [her website](http://themes.3rdwavemedia.com/) for more themes.
2021-12-20 13:05:23 +05:30
I have made this into a Jekyll Theme. Checkout the live demo [here](https://online-cv.webjeda.com).
<table>
<tr>
<th>Desktop</th>
<th>Mobile</th>
</tr>
<tr>
<td>
2021-12-20 13:05:23 +05:30
<img src="https://online-cv.webjeda.com/assets/images/desktop.png?raw=true" width="600"/>
</td>
<td>
2021-12-20 13:05:23 +05:30
<img src="https://online-cv.webjeda.com/assets/images/mobile.png?raw=true" width="250"/>
</td>
</tr>
</table>
2016-07-29 10:20:16 +05:30
## Installation
2016-07-29 10:39:59 +05:30
2023-08-09 09:58:54 +01:00
* [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://<username>.github.io/online-cv/`;
2022-08-08 15:36:22 +05:30
* 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 10:39:59 +05:30
2023-08-09 09:58:54 +01:00
Change all the details from one place: `_data/data.yml`.
2023-08-09 09:58:54 +01:00
### To preview/edit locally with docker
```sh
docker-compose up
```
2023-08-09 09:58:54 +01:00
*docker-compose.yml* file is used to create a container that is reachable under <http://localhost:4000>.
2023-08-09 09:55:31 +01:00
Changes *_data/data.yml* will be visible after a while.
2022-11-17 08:36:56 +05:30
### Local machine
* Get the repo into your machine
2023-08-09 09:58:54 +01:00
2022-11-17 08:36:56 +05:30
```bash
git clone https://github.com/sharu725/online-cv.git
```
2023-08-09 09:58:54 +01:00
2022-11-17 08:36:56 +05:30
* Install required ruby gems
2023-08-09 09:58:54 +01:00
2022-11-17 08:36:56 +05:30
```bash
bundle install
```
2023-08-09 09:58:54 +01:00
2022-11-17 08:36:56 +05:30
* Serve the site locally
2023-08-09 09:58:54 +01:00
2022-11-17 08:36:56 +05:30
```bash
bundle exec jekyll serve
```
2023-08-09 09:58:54 +01:00
2022-11-17 08:36:56 +05:30
* Navigate to `http://localhost:4000`
## Skins
2016-07-29 10:39:59 +05:30
2018-02-03 23:35:35 +00:00
There are 6 color schemes available:
| Blue | Turquoise | Green |
2018-02-03 23:35:35 +00:00
|---------|---------|---------|
2021-12-20 13:05:23 +05:30
| <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 10:39:59 +05:30
| Berry | Orange | Ceramic |
2018-02-03 23:35:35 +00:00
|---------|---------|---------|
2021-12-20 13:05:23 +05:30
| <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 10:39:59 +05:30
## Credits
2016-07-29 10:46:39 +05:30
2017-11-21 11:03:19 +05:30
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 10:07:29 +05:30
2018-02-08 10:33:54 +05:30
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 10:44:34 +05:30
2018-02-03 23:35:35 +00:00
Check out for more themes: [**Jekyll Themes**](http://jekyll-themes.com).
2022-02-15 16:32:16 +05:30
## 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)