Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -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'

group :jekyll_plugins do
gem 'jekyll-paginate'
gem 'jekyll-geo-pattern'
gem 'jekyll-github-metadata'
# gem 'jekyll-feed'
# gem 'jekyll-seo-tag'
end
8 changes: 1 addition & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -186,9 +180,9 @@ GEM

PLATFORMS
ruby
x64-mingw32

DEPENDENCIES
jekyll
jekyll-geo-pattern
jekyll-github-metadata
jekyll-paginate
Expand Down
13 changes: 7 additions & 6 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
12 changes: 11 additions & 1 deletion support_scripts.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
#!/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 \
ELK-stack EnterpriseAppIntegration fireCracker git HTTP img-logos infrastructure-as-code \
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
Virtualization Web-Development yaml
}

jekyllLocalDevCleanUp(){
sudo rm -rf _site/ .jekyll-cache/ vendor/
printf "Finished jekyll clean up \n"
return 0
}