{{ delimit .source ", " }}
++ {{ .name }}{{with .desc}}: + {{ . }}{{ end }} +
+ {{ end }} +diff --git a/config.toml b/config.toml deleted file mode 100644 index 7f34f03..0000000 --- a/config.toml +++ /dev/null @@ -1,57 +0,0 @@ -baseurl = "https://mau.ro/" -languageCode = "en-US" -title = "Mauro Torrez" -# Enable comments by entering your Disqus shortname -disqusShortname = "" -# Enable Google Analytics by entering your tracking code -googleAnalytics = "" -theme = "mauro" - -[permalinks] - post = "/:year/:month/:day/:slug" - -[params] - avatar = "profile.png" - author = "Mauro Torrez" - description = "Mauro Torrez's personal website" - - # Custom assets can be linked with their paths relative to static/ - custom_css = [] - custom_js = [] - -[params.social] - Github = "maurete" - Email = "inbox@mau.ro" -# Twitter = "eumau" - LinkedIn = "maurotorrez" -# Stackoverflow = "username" -# Medium = "username" - Telegram = "maurete" - -[params.cv] - website = "mau.ro" - website_full = "https://mau.ro/" - #tel = "+44 0000 000000" - #tel_full = "+440000000000" - #google_maps = "https://www.google.co.uk/maps/place/44+Perth+St,+Edinburgh,+Edinburgh+City+EH3+5BL" - #address = "44 Perth Street" - #postcode = "EH3 5BL" - city = "Santa Fe" - country = "Argentina" - -## Main Menu -# [[menu.main]] -# name = "blog" -# weight = 100 -# identifier = "blog" -# url = "/blog/" -# [[menu.main]] -# name = "projects" -# identifier = "projects" -# weight = 200 -# url = "/projects/" -[[menu.main]] - name = "CV" - identifier = "cv" - weight = 300 - url = "/cv/" diff --git a/config.yaml b/config.yaml index a6da8e7..196acee 100644 --- a/config.yaml +++ b/config.yaml @@ -16,17 +16,17 @@ languages: en: languageName: English weight: 1 - contentDir: content/en + # contentDir: content/en es: languageName: Castellano description: Sitio web personal de Mauro Torrez weight: 2 - contentDir: content/es + # contentDir: content/es fr: languageName: Français description: Site web personnel de Mauro Torrez weight: 3 - contentDir: content/fr + # contentDir: content/fr params: avatar: profile.png diff --git a/content/cv.md b/content/cv.md index c3ce94d..dd27b13 100644 --- a/content/cv.md +++ b/content/cv.md @@ -4,7 +4,3 @@ categories: ["cv"] date: 2018-07-28T01:52:59-05:00 tags: ["cv", "resume"] --- - -# Hello - -Lalalal diff --git a/content/img/profile.png b/content/img/profile.png new file mode 100644 index 0000000..43f407d Binary files /dev/null and b/content/img/profile.png differ diff --git a/content/mauro.md b/content/mauro.md new file mode 100644 index 0000000..2c5a615 --- /dev/null +++ b/content/mauro.md @@ -0,0 +1,4 @@ +--- +--- + +# Hola!! diff --git a/data/en/employment.yml b/data/en/employment.yml index d1b21fb..fa96dc2 100644 --- a/data/en/employment.yml +++ b/data/en/employment.yml @@ -1,24 +1,44 @@ --- name: Employment source: - - - prof: Systems Administrator + + - prof: System administrator place: Universidad Nacional del Litoral, Santa Fe, Argentina - time: 2012 to present - description: + time: 2012-present + description: + Part of the core IT team managing the local network with 500 + users. Administration of on-premises web services for the whole + university campus serving 20k students, staff, and the general + public. Set up many network services from LDAP directory, mail + server to the web frontends. Lead the transition to writing + configuration as code. Currently implementing delivery pipelines + working hand in hand with dev teams. - prof: DevOps consultant - place: 4r Soluciones S.R.L, Santa Fe, Argentina + place: 4r Soluciones S.R.L., Santa Fe, Argentina time: 2019-2020 - description: + description: + My goal was designing and implementing a reliable delivery + process. The solution included containerization of software to + achieve uniformity between environments. Also did training of + the dev teams with the aim of generating a common git culture + and an ability to implement new pipelines and tweak existing + ones. - - prof: Programming Teacher - place: Universidad Nacional del Litoral, Santa Fe, Argentina + - prof: PHP Programming Teacher + place: Facultad de Ingeniería y Ciencias Hídricas - UNL, Santa Fe, Argentina time: 2014 description: + Applied programming course using the Symfony PHP framework. + Subjects included version control systems, MVC paradigm, + routing, templating, controllers, and deployment of a PHP + application. - - prof: IT Support + - prof: IT support place: Universidad Nacional del Litoral, Santa Fe, Argentina time: 2008 to 2011 - description: - + description: + Here's where it all started! My work was dealing with end-user + problems in GNU/Linux and Windows workstations. Our biggest + challenge was migration of the whole bunch of Windows users to + GNU/Linux. diff --git a/data/en/hobbies.yml b/data/en/hobbies.yml index 06a6516..120840d 100644 --- a/data/en/hobbies.yml +++ b/data/en/hobbies.yml @@ -1,7 +1,13 @@ --- name: Hobbies -source: - - Cooking - - Gardening - - Biking - - Running +items: + - name: Language nerd + desc: passionate about learning languages. + - name: Cooking + desc: always trying to perfect some recipe. + - name: Gardening + desc: I appreciate plants as a lifeform. + - name: Biking + desc: my favorite means of transportation. + - name: Running + desc: great way for activating body and mind. diff --git a/data/en/initiatives.yml b/data/en/initiatives.yml index c586726..e793a44 100644 --- a/data/en/initiatives.yml +++ b/data/en/initiatives.yml @@ -1,14 +1,13 @@ --- name: Initiatives source: - - title: Graduate Summer Student - place: University of Glasgow, UK - date: 2013 - type: courses - description: Nec et duis iriure temporibus, ullum adolescens eam ea. + - title: Student exchange + place: Université du Québec À Montréal (UQÀM), Montréal, Québec, Canada + date: 2012 + description: Scholarship awarded as part of the "Emerging Leaders in the Americas Program" (ELAP) from the Government of Canada. - - title: Student Volunteer - place: British RedCross, Glasgow, UK - date: 2013 - type: fundraiser - description: Lorem adipiscing ei eam, eros conceptam maiestatis ne sea. + # - title: Student Volunteer + # place: British RedCross, Glasgow, UK + # date: 2013 + # type: fundraiser + # description: Lorem adipiscing ei eam, eros conceptam maiestatis ne sea. diff --git a/data/en/introduction.yml b/data/en/introduction.yml new file mode 100644 index 0000000..5980e60 --- /dev/null +++ b/data/en/introduction.yml @@ -0,0 +1,6 @@ +content: + - I'm a GNU/Linux system administrator with experience managing + software infrastructure in diverse environments. Currently my main + focus is on SRE and continuous delivery, working with dev teams in + the design and implementation of automated solutions for + delivering quality software in a fast, reliable way. diff --git a/data/en/skills.yml b/data/en/skills.yml index 3063c71..0aec571 100644 --- a/data/en/skills.yml +++ b/data/en/skills.yml @@ -1,11 +1,52 @@ -name: Programming Skills -title: Software engineering & web development -source: - - name: [C/C++, Objective-C] - stars: 5 +--- +name: Skills and Languages +content: + - title: System administration + freeform: + Experience in most aspects of managing Linux-based network, + server and workstation environments; setup and deployment of + frontend and web servers, Java application servers, database, + mail, directory servers. Proficient in Bash and Python + scripting. - - name: [Java, Python, PHP, Git] - stars: 4 + - title: Site reliability engineering + freeform: + Creating and managing infrastructure as code with Ansible, AWX, + Terraform and Vagrant; immutable infrastructure with Docker and + Packer; container orchestration with Kubernetes and Docker + Swarm; log collecting and aggregation with Graylog; metrics + collection and reporting with InfluxDB, Prometheus, Grafana. - - name: [HTML/CSS3, Javascript] - stars: 3 + - title: DevOps and continuous delivery + freeform: + Work within dev teams designing automation pipelines for the + build, testing and delivery stages. Pipeline implementation with + GitLab, Drone, GitHub Actions, BitBucket and Jenkins. Skilled + communicator, supporting the transition to more agile Git + workflows. Implementation of auxilliary pipeline tools (plugins, + Docker images, etc). Deploy to various cloud infrastructure + including Amazon, Hetzner, Linode. + + # - title: Technologies + # ranked: + # - name: [Spanish] + # stars: 5 + # - name: [Java, Python, PHP, Git] + # stars: 4 + # - name: [HTML/CSS3, Javascript] + # stars: 3 + + - title: Languages + languages: + - name: Spanish + proficiency: Native speaker + - name: English + proficiency: Advanced + certification: TOEFL + - name: French + proficiency: Advanced + certification: DELF B1 + - name: Catalan + proficiency: Beginner + - name: German + proficiency: Beginner diff --git a/themes/mauro/layouts/_default/cv.html b/themes/mauro/layouts/_default/cv.html index 99a6df9..a3940b6 100644 --- a/themes/mauro/layouts/_default/cv.html +++ b/themes/mauro/layouts/_default/cv.html @@ -1,10 +1,11 @@
- {{ .Site.Params.vitae.tel }} + {{ with .Site.Params.cv.tel_full }} + {{ .Site.Params.cv.tel }} + {{ end }}
- -
- {{ .Site.Params.vitae.website }}
+ {{ if .Site.Params.cv.website }}
+ {{ .Site.Params.cv.website }}
+ {{ end }}
- {{ .Site.Params.social.email }} + {{ with .Site.Params.social.email }} + {{ . }} + {{ end }}
- Github /
- Twitter
+ {{ with .Site.Params.social.github }}
+ /{{.}}
+
+ {{ end }}
+ {{ with .Site.Params.social.linkedin }}
+ /{{.}}
+
+ {{ end }}
+ {{ with .Site.Params.social.twitter }}
+ /{{.}}
+
+ {{ end }}
{{ delimit .source ", " }}
++ {{ .name }}{{with .desc}}: + {{ . }}{{ end }} +
+ {{ end }} +{{.}}
+ {{ end }} ++ {{ . }} +
+ {{ end }} + {{ range .ranked }}{{ range $i, $seq := (seq .stars) }}{{ end }}{{ range $i, $seq := (seq (sub 5 (int .stars))) }}{{ end }} {{ delimit .name ", " " & " }}
{{ end }} + {{ with .languages }} ++ {{ .name }} + {{ .proficiency }} + {{ with .certification }} + {{ . }} + {{ end }} +
+ {{ end }} +