Skip to content

Commit

Permalink
Dropping the blog, just posting as an online resume to keep my name a…
Browse files Browse the repository at this point in the history
…s a domain.
  • Loading branch information
jonathan-buys committed Jan 24, 2022
1 parent 4228a8c commit b9868ab
Show file tree
Hide file tree
Showing 1,551 changed files with 108,632 additions and 1,178 deletions.
Binary file modified .DS_Store
Binary file not shown.
142 changes: 0 additions & 142 deletions 100books.markdown

This file was deleted.

17 changes: 0 additions & 17 deletions 404.html

This file was deleted.

2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
jonathanbuys.com
jonathanbuys.com
56 changes: 56 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<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/).
> 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).

<table>
<tr>
<th>Desktop</th>
<th>Mobile</th>
</tr>
<tr>
<td>
<img src="https://online-cv.webjeda.com/assets/images/desktop.png?raw=true" width="600"/>
</td>
<td>
<img src="https://online-cv.webjeda.com/assets/images/mobile.png?raw=true" width="250"/>
</td>
</tr>
</table>

## Installation

* [Fork](https://github.com/sharu725/online-cv/fork) the repository
* Delete the `gh-pages` branch
* Re-create the `gh-pages` branch
* Go to settings and set Github Pages source as master.
* Your new site should be ready at `https://username.github.io/online-cv/`

Change all the details from one place: ``_data/data.yml``

Watch my [video](https://www.youtube.com/embed/T2nx6tj-ZH4) on installation.

## Skins

There are 6 color schemes available:

| Blue | Turquoise | Green |
|---------|---------|---------|
| <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"/> |

| Berry | Orange | Ceramic |
|---------|---------|---------|
| <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"/> |

## 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).
45 changes: 34 additions & 11 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,39 @@
# Site settings
title: jb…
email: desk@jonathanbuys.com
description: > # this means to ignore newlines until "baseurl:"
Step into the arena.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://jonathanbuys.com" # the base hostname & protocol for your site
github_username: ibuys
#Update all the sections by editing the data.yml file inside _data folder.

# Site Settings
title: Jonathan Buys
url: 'https://jonathanbuys.com'

#change it according to your repository name
# disabling since we are using a custom domain
#baseurl: '/online-cv'

description: My resume.
# Style will be applied only after restarting the build or serve. Just choose one of the options.
theme_skin: ceramic # blue turquoise green berry orange ceramic
chrome_mobile_color: #use hex colors (ex:#1976d2) or leave empty if you don't want a color for chrome mobile searchbar

# Tracker
# analytics: UA-83979019-1

# Sass/SCSS
sass:
sass_dir: _sass
style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style

# Build settings
markdown: kramdown
kramdown:
input: GFM # Enable GitHub Flavored Markdown
compress-site: yes

encoding: "utf-8"
compress_html: # - http://jch.penibelst.de/
clippings: all
ignore:
envs: development

# Development Settings
port: 4000
host: 0.0.0.0
safe: false

inter_post_navigation: false
highlighter: rouge
Expand Down
Loading

0 comments on commit b9868ab

Please sign in to comment.