diff --git a/.gitignore b/.gitignore index 8cf9d9d..f9fe47c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ _site/ .sass-cache/ .jekyll-metadata -.jekyll-cache \ No newline at end of file +.jekyll-cache diff --git a/Gemfile b/Gemfile index 3a1ebf3..4212de1 100644 --- a/Gemfile +++ b/Gemfile @@ -1,2 +1,9 @@ -source 'https://rubygems.org' -gem 'github-pages' \ No newline at end of file +source "https://rubygems.org" + +# gem "rails" +gem "jekyll" +gem 'github-pages' + +# Windows does not include zoneinfo files, so bundle the tzinfo-data gem +# gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] + 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 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 }} 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; + } + +}