From abda0a7d39bb059c5bf1f6d76ab0d4aed61e3309 Mon Sep 17 00:00:00 2001 From: andres LeonRangel Date: Tue, 11 Oct 2022 14:11:49 +1300 Subject: [PATCH 1/6] Testing Gemfile --- Gemfile | 15 +++--- Gemfile.lock | 137 ++------------------------------------------------- 2 files changed, 14 insertions(+), 138 deletions(-) diff --git a/Gemfile b/Gemfile index e79aca1..b67592c 100755 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,10 @@ source 'http://rubygems.org' -# gem 'json', github: 'flori/json', branch: 'v1.8' -gem 'rough' -gem 'jekyll-paginate' -gem 'jekyll-geo-pattern' -gem 'kramdown' -gem 'jekyll-github-metadata' \ No newline at end of file +gem 'jekyll' +# gem 'kramdown' + +group :jekyll_plugins do + gem 'jekyll-paginate' + # gem 'jekyll-github-metadata' + gem 'jekyll-feed' + # gem 'jekyll-seo-tag' +end \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index f32baff..07f3109 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,65 +1,16 @@ GEM remote: http://rubygems.org/ specs: - actionmailer (4.2.11.3) - actionpack (= 4.2.11.3) - actionview (= 4.2.11.3) - activejob (= 4.2.11.3) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.11.3) - actionview (= 4.2.11.3) - activesupport (= 4.2.11.3) - rack (~> 1.6) - rack-test (~> 0.6.2) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.11.3) - activesupport (= 4.2.11.3) - builder (~> 3.1) - erubis (~> 2.7.0) - rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.3) - activejob (4.2.11.3) - activesupport (= 4.2.11.3) - globalid (>= 0.3.0) - activemodel (4.2.11.3) - activesupport (= 4.2.11.3) - builder (~> 3.1) - activerecord (4.2.11.3) - activemodel (= 4.2.11.3) - activesupport (= 4.2.11.3) - arel (~> 6.0) - activesupport (4.2.11.3) - i18n (~> 0.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) addressable (2.8.1) public_suffix (>= 2.0.2, < 6.0) - arel (6.0.4) - builder (3.2.4) - color (1.8) colorator (1.1.0) concurrent-ruby (1.1.10) - crass (1.0.6) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) - erubis (2.7.0) eventmachine (1.2.7) - eventmachine (1.2.7-x64-mingw32) - faraday (2.6.0) - faraday-net_http (>= 2.0, < 3.1) - ruby2_keywords (>= 0.0.4) - faraday-net_http (3.0.1) ffi (1.15.5) - ffi (1.15.5-x64-mingw32) forwardable-extended (2.6.0) - geo_pattern (1.2.1) - color (~> 1.5) - globalid (0.4.2) - activesupport (>= 4.2.0) http_parser.rb (0.8.0) i18n (0.9.5) concurrent-ruby (~> 1.0) @@ -78,12 +29,8 @@ GEM rouge (~> 3.0) safe_yaml (~> 1.0) terminal-table (~> 1.8) - jekyll-geo-pattern (0.4.1) - geo_pattern (~> 1.2.1) - jekyll - jekyll-github-metadata (2.15.0) - jekyll (>= 3.4, < 5.0) - octokit (~> 4.0, != 4.4.0) + jekyll-feed (0.16.0) + jekyll (>= 3.7, < 5.0) jekyll-paginate (1.1.0) jekyll-sass-converter (2.2.0) sassc (> 2.0.1, < 3.0) @@ -97,103 +44,29 @@ GEM listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.19.0) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.1) - mini_mime (>= 0.1.1) mercenary (0.3.6) - middleware (0.1.0) - mini_mime (1.1.2) - mini_portile2 (2.8.0) - minitest (5.16.3) - nokogiri (1.13.8) - mini_portile2 (~> 2.8.0) - racc (~> 1.4) - nokogiri (1.13.8-x64-mingw32) - racc (~> 1.4) - octokit (4.25.1) - faraday (>= 1, < 3) - sawyer (~> 0.9) pathutil (0.16.2) forwardable-extended (~> 2.6) - protobuf (3.10.7) - activesupport (>= 3.2) - middleware - thor - thread_safe public_suffix (5.0.0) - racc (1.6.0) - rack (1.6.13) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.2.11.3) - actionmailer (= 4.2.11.3) - actionpack (= 4.2.11.3) - actionview (= 4.2.11.3) - activejob (= 4.2.11.3) - activemodel (= 4.2.11.3) - activerecord (= 4.2.11.3) - activesupport (= 4.2.11.3) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.11.3) - sprockets-rails - rails-deprecated_sanitizer (1.0.4) - activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.9) - activesupport (>= 4.2.0, < 5.0) - nokogiri (~> 1.6) - rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.4.3) - loofah (~> 2.3) - railties (4.2.11.3) - actionpack (= 4.2.11.3) - activesupport (= 4.2.11.3) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (13.0.6) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) rexml (3.2.5) rouge (3.30.0) - rough (0.2.6) - protobuf (>= 3.4) - rails (~> 4.1) - ruby2_keywords (0.0.5) safe_yaml (1.0.5) sassc (2.4.0) ffi (~> 1.9) - sassc (2.4.0-x64-mingw32) - ffi (~> 1.9) - sawyer (0.9.2) - addressable (>= 2.3.5) - faraday (>= 0.17.3, < 3) - sprockets (4.1.1) - concurrent-ruby (~> 1.0) - rack (> 1, < 3) - sprockets-rails (3.2.2) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) - thor (1.2.1) - thread_safe (0.3.6) - tzinfo (1.2.10) - thread_safe (~> 0.1) unicode-display_width (1.8.0) PLATFORMS ruby - x64-mingw32 DEPENDENCIES - jekyll-geo-pattern - jekyll-github-metadata + jekyll + jekyll-feed jekyll-paginate - kramdown - rough BUNDLED WITH - 1.17.3 + 2.0.2 From e3acd7100dd20494c72453632e13a90c204ff596 Mon Sep 17 00:00:00 2001 From: andres LeonRangel Date: Tue, 11 Oct 2022 15:10:55 +1300 Subject: [PATCH 2/6] Restoring original gems --- Gemfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index b67592c..8b28d28 100755 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,8 @@ gem 'jekyll' group :jekyll_plugins do gem 'jekyll-paginate' - # gem 'jekyll-github-metadata' - gem 'jekyll-feed' + gem 'jekyll-geo-pattern' + gem 'jekyll-github-metadata' + # gem 'jekyll-feed' # gem 'jekyll-seo-tag' end \ No newline at end of file From 4a3ade67a8b2535cdb4aafdca3e54f32bcf2c99a Mon Sep 17 00:00:00 2001 From: andres LeonRangel Date: Tue, 11 Oct 2022 15:21:56 +1300 Subject: [PATCH 3/6] Added function to clean up jekyll --- support_scripts.sh | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/support_scripts.sh b/support_scripts.sh index 0dcbe34..ff0e045 100644 --- a/support_scripts.sh +++ b/support_scripts.sh @@ -1,4 +1,7 @@ +#!/bin/bash + # My Professional Work structure +myProfessionalWorkStructure(){ mkdir -pv \ 02-jobs 03-My-Soft-skills ansible Apache-server apple-mac Atlassian Bash-Scripting Biztalk BPM C \ cloud-Computing containers Continuous-Integration CPP DataBases deployments-delivery Devops \ @@ -6,4 +9,11 @@ mkdir -pv \ kubernetes LDAP Linux minio monitoring MSA mulesoft Networking PC-Maintainance PowerShell-Scripting \ Programming-Languages redis Regular-Expressions Salesforce Security Server-Administration Serverless \ SOA software-engineering SRE Technical-writing Telemetry-Observability Testing TIBCO tools-config \ - Virtualization Web-Development yaml \ No newline at end of file + Virtualization Web-Development yaml +} + +jekyllLocalDevCleanUp(){ +sudo rm -rf _site/ .jekyll-cache/ vendor/ +printf "Finished jekyll clean up \n" +return 0 +} \ No newline at end of file From b1615bb818a0962e53c0ca1907dec7c1189436ee Mon Sep 17 00:00:00 2001 From: andres LeonRangel Date: Tue, 11 Oct 2022 21:15:53 +1300 Subject: [PATCH 4/6] Obtained a stable build --- Gemfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 8b28d28..42e0516 100755 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,8 @@ source 'http://rubygems.org' gem 'jekyll' -# gem 'kramdown' +# gem 'rough', '0.2.5' +gem 'rough' +gem 'kramdown' group :jekyll_plugins do gem 'jekyll-paginate' From bb80c1527187f9e934969e264c467d0eb8869fe8 Mon Sep 17 00:00:00 2001 From: aleonrangel Date: Tue, 21 Feb 2023 16:10:19 +1300 Subject: [PATCH 5/6] linkedIn profile update --- _config.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/_config.yml b/_config.yml index 118c95b..397e64d 100644 --- a/_config.yml +++ b/_config.yml @@ -1,20 +1,21 @@ url: 'http://www.andres.nz' -baseurl: '/aleon1220.github.io' # Github repository name. Required to load assets +baseurl: '/aleon1220.github.io' # Github repo name. Required to load assets # theme: jekyll-theme-tactile # Profile information yourname: Andres LeonRangel -title: 'Platform Engineer - DevOps Mindset' -location: Auckland , New Zealand -cvDownload: https://www.dropbox.com/s/3poq3t3jofawnia/CV-WWWandresNZ.pdf?dl=0 # Try in HTML with {{site.cvDownload}} +title: 'Platform Engineer - DevOps Culture' +location: Auckland New Zealand +cvDownload: https://www.dropbox.com/s/3poq3t3jofawnia/CV-WWWandresNZ.pdf?dl=0 +# HTML code for CV {{site.cvDownload}} ## Social Profiles blogger: https://aleonsocial.blogspot.com/ facebook: http://www.facebook.com/aleon1220 github: https://github.com/aleon1220 -linkedin: https://www.linkedin.com/in/aleon1220/ +linkedin: https://www.linkedin.com/in/aleonrangel/ medium: https://medium.com/@aleon1220 -scholar: https://scholar.google.com/citations?user=sOgChXwAAAAJ&hl=en # google Scholar Academic +scholar: https://scholar.google.com/citations?user=sOgChXwAAAAJ&hl=en # Academic twitter: https://twitter.com/aleon1220 # Update all the sections by editing the files inside _includes folder. From 1087d348767f898b58a96f0bf57962595643b6d7 Mon Sep 17 00:00:00 2001 From: aleonrangel Date: Tue, 25 Jul 2023 10:21:03 +1200 Subject: [PATCH 6/6] Upgrade bundle version --- Gemfile.lock | 129 +++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 125 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 07f3109..574e890 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,16 +1,63 @@ GEM remote: http://rubygems.org/ specs: + actionmailer (4.2.11.3) + actionpack (= 4.2.11.3) + actionview (= 4.2.11.3) + activejob (= 4.2.11.3) + mail (~> 2.5, >= 2.5.4) + rails-dom-testing (~> 1.0, >= 1.0.5) + actionpack (4.2.11.3) + actionview (= 4.2.11.3) + activesupport (= 4.2.11.3) + rack (~> 1.6) + rack-test (~> 0.6.2) + rails-dom-testing (~> 1.0, >= 1.0.5) + rails-html-sanitizer (~> 1.0, >= 1.0.2) + actionview (4.2.11.3) + activesupport (= 4.2.11.3) + builder (~> 3.1) + erubis (~> 2.7.0) + rails-dom-testing (~> 1.0, >= 1.0.5) + rails-html-sanitizer (~> 1.0, >= 1.0.3) + activejob (4.2.11.3) + activesupport (= 4.2.11.3) + globalid (>= 0.3.0) + activemodel (4.2.11.3) + activesupport (= 4.2.11.3) + builder (~> 3.1) + activerecord (4.2.11.3) + activemodel (= 4.2.11.3) + activesupport (= 4.2.11.3) + arel (~> 6.0) + activesupport (4.2.11.3) + i18n (~> 0.7) + minitest (~> 5.1) + thread_safe (~> 0.3, >= 0.3.4) + tzinfo (~> 1.1) addressable (2.8.1) public_suffix (>= 2.0.2, < 6.0) + arel (6.0.4) + builder (3.2.4) + color (1.8) colorator (1.1.0) concurrent-ruby (1.1.10) + crass (1.0.6) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) + erubis (2.7.0) eventmachine (1.2.7) + faraday (2.6.0) + faraday-net_http (>= 2.0, < 3.1) + ruby2_keywords (>= 0.0.4) + faraday-net_http (3.0.1) ffi (1.15.5) forwardable-extended (2.6.0) + geo_pattern (1.2.1) + color (~> 1.5) + globalid (0.4.2) + activesupport (>= 4.2.0) http_parser.rb (0.8.0) i18n (0.9.5) concurrent-ruby (~> 1.0) @@ -29,8 +76,12 @@ GEM rouge (~> 3.0) safe_yaml (~> 1.0) terminal-table (~> 1.8) - jekyll-feed (0.16.0) - jekyll (>= 3.7, < 5.0) + jekyll-geo-pattern (0.4.1) + geo_pattern (~> 1.2.1) + jekyll + jekyll-github-metadata (2.15.0) + jekyll (>= 3.4, < 5.0) + octokit (~> 4.0, != 4.4.0) jekyll-paginate (1.1.0) jekyll-sass-converter (2.2.0) sassc (> 2.0.1, < 3.0) @@ -44,20 +95,87 @@ GEM listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + loofah (2.19.0) + crass (~> 1.0.2) + nokogiri (>= 1.5.9) + mail (2.7.1) + mini_mime (>= 0.1.1) mercenary (0.3.6) + middleware (0.1.0) + mini_mime (1.1.2) + mini_portile2 (2.8.0) + minitest (5.16.3) + nokogiri (1.13.8) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) + octokit (4.25.1) + faraday (>= 1, < 3) + sawyer (~> 0.9) pathutil (0.16.2) forwardable-extended (~> 2.6) + protobuf (3.10.7) + activesupport (>= 3.2) + middleware + thor + thread_safe public_suffix (5.0.0) + racc (1.6.0) + rack (1.6.13) + rack-test (0.6.3) + rack (>= 1.0) + rails (4.2.11.3) + actionmailer (= 4.2.11.3) + actionpack (= 4.2.11.3) + actionview (= 4.2.11.3) + activejob (= 4.2.11.3) + activemodel (= 4.2.11.3) + activerecord (= 4.2.11.3) + activesupport (= 4.2.11.3) + bundler (>= 1.3.0, < 2.0) + railties (= 4.2.11.3) + sprockets-rails + rails-deprecated_sanitizer (1.0.4) + activesupport (>= 4.2.0.alpha) + rails-dom-testing (1.0.9) + activesupport (>= 4.2.0, < 5.0) + nokogiri (~> 1.6) + rails-deprecated_sanitizer (>= 1.0.1) + rails-html-sanitizer (1.4.3) + loofah (~> 2.3) + railties (4.2.11.3) + actionpack (= 4.2.11.3) + activesupport (= 4.2.11.3) + rake (>= 0.8.7) + thor (>= 0.18.1, < 2.0) + rake (13.0.6) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) rexml (3.2.5) rouge (3.30.0) + rough (0.2.6) + protobuf (>= 3.4) + rails (~> 4.1) + ruby2_keywords (0.0.5) safe_yaml (1.0.5) sassc (2.4.0) ffi (~> 1.9) + sawyer (0.9.2) + addressable (>= 2.3.5) + faraday (>= 0.17.3, < 3) + sprockets (4.1.1) + concurrent-ruby (~> 1.0) + rack (> 1, < 3) + sprockets-rails (3.2.2) + actionpack (>= 4.0) + activesupport (>= 4.0) + sprockets (>= 3.0.0) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) + thor (1.2.1) + thread_safe (0.3.6) + tzinfo (1.2.10) + thread_safe (~> 0.1) unicode-display_width (1.8.0) PLATFORMS @@ -65,8 +183,11 @@ PLATFORMS DEPENDENCIES jekyll - jekyll-feed + jekyll-geo-pattern + jekyll-github-metadata jekyll-paginate + kramdown + rough BUNDLED WITH - 2.0.2 + 1.17.3