diff --git a/.gitmodules b/.gitmodules index 41cc572..999a144 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "themes/hugo-profile"] path = themes/hugo-profile - url = https://github.com/gurusabarish/hugo-profile.git + url = https://github.com/chriswachira/hugo-profile.git diff --git a/config.yaml b/config.yaml index 624bdbc..e9f0141 100644 --- a/config.yaml +++ b/config.yaml @@ -129,7 +129,7 @@ params: content: "A passionate DevOps & Cloud Infrastructure engineer. I make use of modern cloud technologies to run web applications at scale, fast and secure. All for the users' best experiences." image: /images/hero.jpeg bottomImage: - enable: true + enable: false # roundImage: true # Make hero image circular | default false button: enable: true @@ -144,6 +144,18 @@ params: - icon: fab fa-linkedin url: https://www.linkedin.com/in/chris-wachira + # Tech stack + stack: + enable: true + title: "This site's tech stack" + items: + - name: gohugo + image: "/images/stacks/gohugo.png" + - name: Amazon Web Services (AWS) + image: "/images/stacks/aws-white.png" + - name: HashiCorp Terraform + image: "/images/stacks/terraform-white.png" + # About about: enable: true diff --git a/layouts/index.html b/layouts/index.html index c0fecbe..fd0b0e9 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -13,6 +13,7 @@ {{ define "main" }} {{- partial "sections/hero/index.html" . -}} +{{- partial "sections/tech-stack.html" . -}} {{- partial "sections/about.html" . -}} {{- partial "sections/experience.html" . -}} {{- partial "sections/education.html" . -}} diff --git a/layouts/partials/sections/tech-stack.html b/layouts/partials/sections/tech-stack.html new file mode 100644 index 0000000..96a4fc1 --- /dev/null +++ b/layouts/partials/sections/tech-stack.html @@ -0,0 +1,23 @@ +{{ if .Site.Params.stack.enable | default false }} +
+
+

{{ .Site.Params.stack.title }}

+
+ + {{ range .Site.Params.stack.items }} +
+
+
+ +
+
+
+ {{ end }} + +
+
+
+{{ end }} \ No newline at end of file diff --git a/static/images/stacks/aws-white.png b/static/images/stacks/aws-white.png new file mode 100644 index 0000000..ae50d1b Binary files /dev/null and b/static/images/stacks/aws-white.png differ diff --git a/static/images/stacks/github-white.png b/static/images/stacks/github-white.png new file mode 100644 index 0000000..ed2e87b Binary files /dev/null and b/static/images/stacks/github-white.png differ diff --git a/static/images/stacks/gohugo.png b/static/images/stacks/gohugo.png new file mode 100644 index 0000000..d30d2a6 Binary files /dev/null and b/static/images/stacks/gohugo.png differ diff --git a/static/images/stacks/terraform-white.png b/static/images/stacks/terraform-white.png new file mode 100644 index 0000000..024a5a6 Binary files /dev/null and b/static/images/stacks/terraform-white.png differ diff --git a/themes/hugo-profile b/themes/hugo-profile index 5124d3a..e48e876 160000 --- a/themes/hugo-profile +++ b/themes/hugo-profile @@ -1 +1 @@ -Subproject commit 5124d3a0a70199bc31eb20ba704bac6987427b13 +Subproject commit e48e87690f12ca2c257f1bff6a2d33522337e3c7