Configuration

Automatically Generate Social Media Cards (With Images) for Articles With Hugo

What my social media cards looks like for my article on Tolstoy when shared on different platforms. Have you ever shared one of your blog posts on social media only to see a …


Tags: Configuration | Hugo

Ranger Image Preview With Tmux on macOS

Ranger file manager inside a tmux window, with image preview shown in the right. What Is Ranger. Why Use it to Preview Images?: Ranger is a terminal-based file browser that uses …


Tags: Configuration

Nginx Server Configuration for Static Sites

I use nginx as my webserver. It’s fast and has a tone of features. However, for me it’s been a process to learn how to set up properly redirecting, caching, secure, and …


Tags: Configuration

Why I Switched to Hugo from a Hand-Coded Website

Bottom line up front: A lot of the tedious work of linking together webpages, maintaining consistency across pages, implementing RSS, etc. can by automated by using a static site …


Tags: Configuration | Hugo

Script to Generate Rss Feed

1 This is a bash script to generate a full RSS feed from a directory containing simple webpages. The script works by pulling out the text between a few html tags to fill the needed …


Tags: Configuration | Scripts