From git submodule to Hugo Modules using Netlify

If you have a problem and think git submodules might help it, you've now given yourself 99 more problems — Jason DeTiberus (@detiber) September 25, 2021 Git submodules are cumbersome to manage. In my opinion, git submodules are a sort of anti-pattern for Hugo (I know many themes suggest using git submodules). There’s a better way to manage your Hugo site’s theme: Hugo Modules. Suppose you have a Hugo site and use a theme that supports Hugo Modules....

September 27, 2021 · 2 min · Chris Short
Gopher Art Always Courtesy of [Ashley McNamara](https://github.com/ashleymcnamara/gophers)

Baltimore Go June Meeting - Go to the Rescue: Saving DevOps from TLS Turmoil

I was in the DC metro area when I received an e-mail about the Baltimore Go Meetup happening on June 5th. Since I was nearby, I decided to go ahead and RSVP to the event. I mentioned this on Twitter and shortly thereafter Johnny Boursiquot wondered if I could speak. Of course I said yes. I was already doing a talk that morning at DevNationFederal. What’s another talk in the evening?...

June 8, 2018 · 1 min · Chris Short

GopherCon 2017 Lightning Talk Video

Video of all the GopherCon 2017 talks are now available. Fifty-eight videos in all; it’s almost like being there. You can watch Ashley McNamara’s goosebump inducing talk, Kris Nova’s refreshing take on purging technical debt from kops, or Sam Boyer’s dep talk. My lightning talk, Golang to the rescue: Saving DevOps from TLS turmoil, is also available. Give it a watch when you have a moment. It’s not my best work but, the only way to get better is to keep at it....

July 26, 2017 · 1 min · Chris Short

Testing Certificate Chains in Go

This talk was derived from an opensource.com article I wrote in April 2017, Golang to the rescue: Saving DevOps from TLS turmoil. Presented at GopherCon 2017 as a Lightning Talk. Source for the talk is available on GitHub. Introduction Notes: Hi! I’m Chris! I manage do X at Y (we’re hiring) I work in the DevOps space I contribute content a few places I run a DevOps Newsletter called DevOps’ish if you’re into those please check it out This talk was derived from an opensource....

July 22, 2017 · 5 min · Chris Short