From 373097e2ce7e5a812d60b831879d9146c143c56f Mon Sep 17 00:00:00 2001 From: sharath Kumar Date: Mon, 20 Dec 2021 13:05:23 +0530 Subject: [PATCH 1/5] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5967905..3902fc8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ > 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://webjeda.com/online-cv/). +I have made this into a Jekyll Theme. Checkout the live demo [here](https://online-cv.webjeda.com). @@ -15,10 +15,10 @@ I have made this into a Jekyll Theme. Checkout the live demo [here](https://webj
- + - +
@@ -41,11 +41,11 @@ There are 6 color schemes available: | Blue | Turquoise | Green | |---------|---------|---------| -| | | | +| | | | | Berry | Orange | Ceramic | |---------|---------|---------| -| | | | +| | | | ## Credits From a7f442c7d5e26d7e5d32dccf0113eb6e98d449a6 Mon Sep 17 00:00:00 2001 From: ChandanChainani Date: Tue, 28 Dec 2021 03:08:19 +0530 Subject: [PATCH 2/5] Fix icon not appearing in print (Issue #120) (#223) If resume printed in pdf section icons does not appear inside circle. --- _sass/_print.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/_sass/_print.scss b/_sass/_print.scss index cc77ade..1cebf72 100644 --- a/_sass/_print.scss +++ b/_sass/_print.scss @@ -36,4 +36,10 @@ -webkit-print-color-adjust: exact; } -} \ No newline at end of file + .fa-inverse, + .fa-inverse:after, + .fa-inverse:before { + color: #ffffff !important; + } + +} From 90f8601391940f4db6d4180f03fee83a1a2fd479 Mon Sep 17 00:00:00 2001 From: afornio Date: Tue, 25 Jan 2022 09:49:45 -0300 Subject: [PATCH 3/5] Add citizenship to sidebar --- _data/data.yml | 1 + _includes/contact.html | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/_data/data.yml b/_data/data.yml index bcaf0d4..3dd9c94 100644 --- a/_data/data.yml +++ b/_data/data.yml @@ -14,6 +14,7 @@ sidebar: # Sidebar links email: hello@webjeda.com phone: 012 345 6789 + citizenship: website: blog.webjeda.com #do not add http:// linkedin: alandoe xing: alandoe diff --git a/_includes/contact.html b/_includes/contact.html index a840fe1..c7911cb 100644 --- a/_includes/contact.html +++ b/_includes/contact.html @@ -13,6 +13,12 @@ {% endif %} + {% if sidebar.citizenship %} +
  • + {{ sidebar.citizenship }} +
  • + {% endif %} + {% if sidebar.telegram %}
  • {{ sidebar.telegram }} From b65bfd703aa38b3ceed118dcde39829a01909740 Mon Sep 17 00:00:00 2001 From: sharathdt Date: Sat, 5 Feb 2022 15:51:57 +0530 Subject: [PATCH 4/5] add Gemfile --- .gitignore | 1 + Gemfile | 9 +++++++ Gemfile.lock | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++ _config.yml | 2 -- 4 files changed, 77 insertions(+), 2 deletions(-) create mode 100644 Gemfile create mode 100644 Gemfile.lock diff --git a/.gitignore b/.gitignore index 5c91b60..7b495d5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ _site/ .sass-cache/ .jekyll-metadata +.jekyll-cahe \ No newline at end of file diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..838761b --- /dev/null +++ b/Gemfile @@ -0,0 +1,9 @@ +# frozen_string_literal: true + +source "https://rubygems.org" + +# gem "rails" +gem "jekyll" + +# Windows does not include zoneinfo files, so bundle the tzinfo-data gem +# gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..91bc441 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,67 @@ +GEM + remote: https://rubygems.org/ + specs: + addressable (2.8.0) + public_suffix (>= 2.0.2, < 5.0) + colorator (1.1.0) + concurrent-ruby (1.1.9) + em-websocket (0.5.3) + eventmachine (>= 0.12.9) + http_parser.rb (~> 0) + eventmachine (1.2.7) + ffi (1.15.5) + forwardable-extended (2.6.0) + http_parser.rb (0.8.0) + i18n (1.9.1) + concurrent-ruby (~> 1.0) + jekyll (4.2.1) + addressable (~> 2.4) + colorator (~> 1.0) + em-websocket (~> 0.5) + i18n (~> 1.0) + jekyll-sass-converter (~> 2.0) + jekyll-watch (~> 2.0) + kramdown (~> 2.3) + kramdown-parser-gfm (~> 1.0) + liquid (~> 4.0) + mercenary (~> 0.4.0) + pathutil (~> 0.9) + rouge (~> 3.0) + safe_yaml (~> 1.0) + terminal-table (~> 2.0) + jekyll-sass-converter (2.1.0) + sassc (> 2.0.1, < 3.0) + jekyll-watch (2.2.1) + listen (~> 3.0) + kramdown (2.3.1) + rexml + kramdown-parser-gfm (1.1.0) + kramdown (~> 2.0) + liquid (4.0.3) + listen (3.7.1) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) + mercenary (0.4.0) + pathutil (0.16.2) + forwardable-extended (~> 2.6) + public_suffix (4.0.6) + rb-fsevent (0.11.0) + rb-inotify (0.10.1) + ffi (~> 1.0) + rexml (3.2.5) + rouge (3.28.0) + safe_yaml (1.0.5) + sassc (2.4.0) + ffi (~> 1.9) + terminal-table (2.0.0) + unicode-display_width (~> 1.1, >= 1.1.1) + unicode-display_width (1.8.0) + +PLATFORMS + x86_64-linux + +DEPENDENCIES + jekyll + +BUNDLED WITH + 2.2.31 diff --git a/_config.yml b/_config.yml index 4e1e236..69fe4e2 100644 --- a/_config.yml +++ b/_config.yml @@ -11,8 +11,6 @@ chrome_mobile_color: #use hex colors (ex:#1976d2) or leave empty if you don't wa # Tracker analytics: UA-83979019-1 - - # Sass/SCSS sass: sass_dir: _sass From da5235d8cca2c4c965568a8431e29f9b0bfe6844 Mon Sep 17 00:00:00 2001 From: sharathdt Date: Sat, 5 Feb 2022 15:53:47 +0530 Subject: [PATCH 5/5] remove Gemlock --- Gemfile.lock | 67 ---------------------------------------------------- 1 file changed, 67 deletions(-) delete mode 100644 Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 91bc441..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,67 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) - colorator (1.1.0) - concurrent-ruby (1.1.9) - em-websocket (0.5.3) - eventmachine (>= 0.12.9) - http_parser.rb (~> 0) - eventmachine (1.2.7) - ffi (1.15.5) - forwardable-extended (2.6.0) - http_parser.rb (0.8.0) - i18n (1.9.1) - concurrent-ruby (~> 1.0) - jekyll (4.2.1) - addressable (~> 2.4) - colorator (~> 1.0) - em-websocket (~> 0.5) - i18n (~> 1.0) - jekyll-sass-converter (~> 2.0) - jekyll-watch (~> 2.0) - kramdown (~> 2.3) - kramdown-parser-gfm (~> 1.0) - liquid (~> 4.0) - mercenary (~> 0.4.0) - pathutil (~> 0.9) - rouge (~> 3.0) - safe_yaml (~> 1.0) - terminal-table (~> 2.0) - jekyll-sass-converter (2.1.0) - sassc (> 2.0.1, < 3.0) - jekyll-watch (2.2.1) - listen (~> 3.0) - kramdown (2.3.1) - rexml - kramdown-parser-gfm (1.1.0) - kramdown (~> 2.0) - liquid (4.0.3) - listen (3.7.1) - rb-fsevent (~> 0.10, >= 0.10.3) - rb-inotify (~> 0.9, >= 0.9.10) - mercenary (0.4.0) - pathutil (0.16.2) - forwardable-extended (~> 2.6) - public_suffix (4.0.6) - rb-fsevent (0.11.0) - rb-inotify (0.10.1) - ffi (~> 1.0) - rexml (3.2.5) - rouge (3.28.0) - safe_yaml (1.0.5) - sassc (2.4.0) - ffi (~> 1.9) - terminal-table (2.0.0) - unicode-display_width (~> 1.1, >= 1.1.1) - unicode-display_width (1.8.0) - -PLATFORMS - x86_64-linux - -DEPENDENCIES - jekyll - -BUNDLED WITH - 2.2.31