Hi, I'm Mike Erdely.

 

Welcome to erdelynet.com. I try to post articles about topics I find interesting, mostly technology-focused.

 

My dot Files

Originally published: 2021-11-27. So that I can share how I’ve configured several of my applications and systems on my laptop, I’ve created a new Git project for my dotfiles. Hope you can use them to find a different way to accomplish your goals or, even better, you find a bug or have a suggestion for me. What are dotfiles? “dotfiles” are generally files that being with a period in the filename. By starting a filename with a period character, they are hidden by default from many graphical file managers and the ls(1) command. With ls specifically, you can list “dotfiles” by running ls -a or ls -al.
Aug 31, 2025
Technical
My dot Files

My Move to Hugo

Long gone are my days of hosting my website using a dynamic web content management system like Wordpress or some custom PHP thing. My needs are simple and a static site generator is perfect. A couple years ago, I was trying to decide which one to choose and started with Pelican and it worked fine but I wanted something that felt a little more modern. Enter Hugo.
Aug 31, 2025
Technical
My Move to Hugo