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).
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.
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.
How to “View Source” from Safari on an iPad or iPhone from Ole Michelsen:
Add this (or any other) page as a bookmark Then click here to see the bookmarklet code and Select All → Copy Now edit that same bookmark, paste the code you just copied into the URL and name it something like “View Source” This will most certainly be used. Thanks Ole!
This has to be the best tip I have found sound far in 2012: How to find the hidden files on Mac OS X
The Mac OS X operating system hides important system files to protect your computer. This is a measure meant to prevent you from modifying files that shouldn’t be modified, or deleting files that your computer needs to run correctly. Occasionally, you may need to find a file that Mac OS X hides.