webdev | Tags | Blog | ISO-100

Keep git out of your cache folders

My good friend just shared a quick and easy way to keep git out of cache folders while still allowing the bare folder to be added to the repo.

Continue reading…

Informal Survey: Code Indentation for Embeds?

I've noticed myself wrestling a bit with code indentation and specifically how it relates to content that is included from "embeds" or "partials". I hate seeing rendered code indentation all over the place.

Continue reading…

Apache.conf Syntax Highlighting in Sublime Text 2

I've been spending the last two days in ST2 laboriously creating 301 RewriteRules for a site migration. None of the file types and highlight rulesets I had installed helped me read what I was working on any better.

Continue reading…

Statamic Theming

Because of how Statamic stores everything in flat files - even content - drop-in themes like Wordpress has been enjoying for a while are now a reality.

Continue reading…

Related Content Via Taxonomy Overlap in Statamic

In my todo list of things to work on with my new Statamic-based blog was the ability to show related blog posts based on tags. In ExpressionEngine, a tag feature requires a 3rd party plugin from the start. In Statamic, flexible taxonomies come out of the box.

Continue reading…