
Script for Instantly Adding Images to a Hugo Webpage (macOS)
In this example I'm using the second script to add in an image to this article. Adding images to my blog posts used to be a chore:
Tags: Configuration | Scripts
In this example I'm using the second script to add in an image to this article. Adding images to my blog posts used to be a chore:
Tags: Configuration | Scripts
Large Language Models (LLMs) are rapidly changing how we interact with information, offering impressive capabilities from brainstorming to summarization. But behind this …
Tags: Technology | Scripts | Configuration
Stop Bringing Your Phone Everywhere! The sheer amount of sensor data modern smartphones collect is staggering. They continuously log your precise GPS location—even when apps …
Tags: Configuration | Essay | Technology
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 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
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
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
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