diff --git a/Gemfile b/Gemfile index e79aca1..42e0516 100755 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,13 @@ source 'http://rubygems.org' -# gem 'json', github: 'flori/json', branch: 'v1.8' +gem 'jekyll' +# gem 'rough', '0.2.5' gem 'rough' -gem 'jekyll-paginate' -gem 'jekyll-geo-pattern' gem 'kramdown' -gem 'jekyll-github-metadata' \ No newline at end of file + +group :jekyll_plugins do + gem 'jekyll-paginate' + gem 'jekyll-geo-pattern' + 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..574e890 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -48,13 +48,11 @@ GEM 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) @@ -110,8 +108,6 @@ GEM 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) @@ -164,8 +160,6 @@ GEM 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) @@ -186,9 +180,9 @@ GEM PLATFORMS ruby - x64-mingw32 DEPENDENCIES + jekyll jekyll-geo-pattern jekyll-github-metadata jekyll-paginate 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. 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