Skip to main content

Brandon Bohling

Tag: blogging

Taking Control of Your Online Presence

I found this post I wrote back on June 10, 2012. I don’t believe I ever published it, but who knows since it feels like I’ve had more websites than content. Regardless, without any edits I think it still mostly applies today. Professional vs. Personal Identities A Brief History It was in 1993 when I first connected to the Internet using a Mac FTP client Gopher, then shortly after that a Web browser called Mosaic.

End Of Another Era

This weekend I ditched Jekyll (again) as my preferred tool for my site. It truly is comical how many times I have switched blogging tools. I have been blogging since 2001 and have switched tools dozens of times. I still have most of my posts too, so I hope to compile all my content here eventually. More importantly though, I want to start writing more regularly again. And the only way that is going to happen is if I remove as much friction as possible including perfection.

Disable Smart Punctuation

I believe smart punctuation is a new iOS 11 feature. Unfortunately it seems to be enabled by default, which if you use your iOS device for markdown, YAML, code, etc. you will need to disable the feature straight away under Settings > General > Keyboards:

Here We Go Again

Feeling the urge to blog again, but of course I cannot just write. First, I have to play with the many different blogging engines. Then pick one. Then research all the ways I can tweak it and optimize my workflow. Then try to migrate my many years of blogging (I recently found “blogging” content from a website I did back in 1997…wow are those images low-res). Finally, start writing. Here’s to completing step 1.

Jekyll Link Posts with Keyboard Maestro

This has been a big week of knocking down the Jekyll publishing barriers. Automating the Jekyll publishing process was the first big one. As I stated in that post, it still is not perfect, but much, much better than the default Jekyll behavior. Next, I tweaked Jekyll so I could publish link posts, but what good is that feature unless I can publish them lickety-split? Luckily I remembered that Ben Brooks posted on this topic recently (turns out it was just over a year ago).

Link Posts with Jekyll

Now that I have Jekyll publishing automated, why not do link posts? For one, Jekyll does not support link posts out of the box. However, Tuan Anh figured out how to tweak Jekyll to support link posts: Posting Link Post in Jekyll by Tuan Anh Tran. This is the code I used to modify my post.html file (in the _layouts directory): {% if page.link %} <h2><a href=”{{ page.link }}">{{ page.title }}</a></h2> {% else %} <h2> {{ page.

Automating Jekyll

March 06, 2012, marked the one year anniversary of this site being driven by Jekyll. I will not rehash my reasonings here as I explained myself already in the Text File Revolution post, but I do want to reflect for a moment… Since switching to Jekyll I have written a mere 28 times; a personal worst in my 9 years of blogging1. I would love to blame it on a busy life2, but that is a cop-out.

Jekyll Automated: First Test

This post is testing a new feature that I have added to my Jekyll workflow. I have created an Automator workflow (that is actually a folder action) that assists in auto publishing my blog posts. This new setup not only removes steps in my blogging workflow, but also allows me to post from my iOS devices as well. Additionally, I am testing the use of dictation on my iPad to see if it will further reduce the barriers of blogging.

Installing Jekyll on Mac OS X

In March this year I once again changed blog engines I was using. I switched to Jekyll after reviewing all the usual (and unusual) suspects. I describe most of my reasons1 in my post, Text File Revolution so I won’t rehash again, however, I did want to write a little tutorial on how to get Jekyll up and running on your Mac2. Pre-Requisite: XCode The easiest way to get a hold of XCode is to download from the Mac App Store.

Website Update

Instead of working on My Everyday Things project last night I spent over two hours captivated by slide decks from Note & Point. That small diversion led me to rethink the font I was using on this site…and once I started thinking about fonts it was all over. After hours and hours (and hours) of dinking around I decided to try Google’s web fonts versus me hosting them. We’ll see how that goes…it slightly goes against the simplicity that I am after with this site, but I still feel compelled to try.

Jekyll 30 Days Later

It has now been over a month since I started my Text File Revolution using Jekyll as my vehicle. This will be my seventh post using Jekyll and my still evolving workflow. So why not share my experience so far? Jekyll Out of the Box Jekyll is not your normal blogging system where you can simply write your post in a browser or use a blogging tool like MarsEdit. Jekyll does not store your posts in a database nor does it serve content dynamically.

Got ExpressionEngine? Need a sitemap index?

If you have been developing web sites for a while you already undoubtedly know the importance of sitemaps. Most blog software, such as Wordpress, provide plugins to auto generate sitemaps, but I could not find one for ExpressionEngine so I am here to explain how to auto generate your own with ExpressionEngine. To create a simple sitemap for a SINGLE blog in ExpressionEngine you can follow the instructions explained here. However, our site has multiple blogs so I needed to use a sitemap index, which required a bit more effort.

How We Got Here

Much has changed on the Web since I created my first web site in 1995. If only I would have taken screenshots my first site (or any of the hundreds that came after). Oh the days of the simple HTML tags: H1, p, img, br, etc. No Javascript, no CSS, no tables that I remember. Now, over a decade later, there are so many technologies a web developer/designer can use! There are hundreds (thousands?