Add about, update deployment

This commit is contained in:
Gregory Hellings
2024-04-22 01:38:31 -05:00
committed by Greg Hellings
parent 6d8d52a78f
commit 34621d9806
2 changed files with 76 additions and 8 deletions
+39 -8
View File
@@ -1,4 +1,4 @@
baseURL = "http://thehellings.com/"
baseURL = "http://www.thehellings.com/"
languageCode = "en-us"
title = "The Hellings"
theme = "anatole"
@@ -33,22 +33,53 @@ profilePicture = "images/profile.jpg"
identifier = "posts"
url = "/posts/"
[[menu.main]]
name = "About"
weight = 300
identifier = "about"
url = "/about/"
[[params.socialIcons]]
icon = "fa-linkedin"
title = "Linkedin"
url = "https://www.linkedin.com/"
icon = "fa-facebook"
title = "facebook"
url = "https://facebook.com/greg.hellings"
[[params.socialIcons]]
icon = "fa-github"
title = "GitHub"
url = "https://github.com/greg-hellings/"
[[params.socialIcons]]
icon = "fa-envelope"
title = "e-mail"
url = "mailto:greg.hellings@gmail.com"
[[params.socialIcons]]
icon = "fa-linkedin"
title = "Linkedin"
url = "https://www.linkedin.com/"
[[params.socialIcons]]
icon = "fa-instagram"
title = "instagram"
url = "https://www.instagram.com/greghellings/"
[[params.socialIcons]]
icon = "fa-envelope"
title = "e-mail"
url = "mailto:greg.hellings@gmail.com"
[deployment]
[[deployment.targets]]
name = "s3"
URL = "s3://www.thehellings.com?region=us-east-2"
[[deployment.matchers]]
pattern = "^.+\\.(js|css|svg|ttf)$"
cacheControl = "max-age=31536000, no-transform, public"
gzip = true
[[deployment.matchers]]
pattern = "^.+\\.(png|jpg)$"
cacheControl = "max-age=31536000, no-transform, public"
gzip = false
[[deployment.matchers]]
pattern = "^.+\\.(html|xml|json)$"
gzip = true
+37
View File
@@ -0,0 +1,37 @@
---
title: "About"
date: 2020-08-24T23:51:30-05:00
draft: false
---
### Who I Am
I'm a dad, who lives in Texas. You might read and see a few things around here
that tell you a little bit about those two things.
I'm a software engineer, who works for Red Hat, Inc. You very likely will see
and read a multitude of posts about that. But before I worked at Red Hat, I
worked at SoftLayer (I was there when we were acquired by IBM). This gave
me the double joy of having been at two consecutive companies that were acquired
by IBM. Before SoftLayer I worked for ONE Network Enterprises - a supply chain
software company based out of Dallas, TX. And, before that, as a full stack
developer for bits and pieces here and there.
### What I Was Taught
I'm a graduate of Houghton College ('06, BA Religion) and the University of Texas
Dallas ('09, MS Computer Science - Intelligent Systems).
### What I've Learned
I'm convinced that automation is the key to a sane life in front of the computer.
Any software that can ease my way by doing things itself is to be praised. I
love to use it, sometimes I'll even write about it. And I'll probably try to
get you to use it, if you come to close!
I'm convinced that most people are, fundamentally, good people. Even most of
the people who have wronged you - if you knew their whole story, you would
probably find that their actions and words are understandable and justifiable
to them. Remember, "No one is the villain of their own story." So, instead of
leaping to condemn or point fingers, start from a place of empathy. You might
find that far more doors are open to you than are closed.