From f84039a8bf64b30d43daa266f21102cde0868a2b Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Thu, 3 Oct 2019 16:51:32 +0200 Subject: [PATCH] add certifications --- config.toml | 25 +++++++++++++++++++++++++ themes/hugo-orbit-theme | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 422c1d9..df33b98 100644 --- a/config.toml +++ b/config.toml @@ -89,6 +89,31 @@ disable404 = true college = "University of Waterloo, Canada" dates = "2008" + # Certificatoin section + [params.certifications] + enable = true + title = "Certifications" + + [[params.certifications.list]] + certificate = "Red Hat Certified System Administrator (RHCSA)" + editor = "Red Hat" + dates = "2019" + + [[params.certifications.list]] + certificate = "Red Hat Certified Specialist in OpenShift Administration" + editor = "Red Hat" + dates = "2016 (expired)" + + [[params.certifications.list]] + certificate = "Red Hat Certified System Administrator in Red Hat OpenStack" + editor = "Red Hat" + dates = "2016 (expired)" + + [[params.certifications.list]] + certificate = "Red Hat Certificate of Expertise in Hybrid Cloud Management (CloudForms)" + editor = "Red Hat" + dates = "2016 (expired)" + # Languages section [params.language] enable = true diff --git a/themes/hugo-orbit-theme b/themes/hugo-orbit-theme index 6aa01ea..b3e30a9 160000 --- a/themes/hugo-orbit-theme +++ b/themes/hugo-orbit-theme @@ -1 +1 @@ -Subproject commit 6aa01eae708d593127a55699495ec5a5d10d07c1 +Subproject commit b3e30a9306cf1014d1e6bd629cbbe4f0de736e92