Skip to content

Latest commit

 

History

History
executable file
·
20 lines (17 loc) · 2.41 KB

colophon.markdown

File metadata and controls

executable file
·
20 lines (17 loc) · 2.41 KB
layout title metadesc class changefreq priority
page
Colophon
A little bit about EricDeLabar.com and the software and design behind it.
colophon
yearly
0.7

This site was built on a Mac using Coda 2 and TextMate, it's statically-generated with Jekyll, and it’s all hosted on Dreamhost. I don't have comments anymore because it's a static site, maybe one day I'll fix that, but for now if you'd like to comment or reply post it somewhere else and send me the link. If it furthers the conversation I'll gladly link back.

I use the following Jekyll plugins to make things work:

  • PayPal Donation Liquid tag - Creates the Donate button on the About page.
  • jekyll-gist-tag - By yours truly, pulls code samples from gists in a gracefully-degrading way. Why? Because I love web standards and this stuff should work without Javascript.
  • jekyll-sitemap-tag - Also by yours truly, generates a nice, nested HTML sitemap for a Jekyll site. Why? Because it's good SEO/usability, or at least it used to be, and I'm a little anal.
  • jekyll-static-version-tag - Again, by yours truly, creates versioned .js and .css html tags so that you can use far-future expires headers per PageSpeed best practices. Caching FTW!
  • jekyll-plugins - Forked from kinnetica/jekyll-plugins, used to generate archive pages to match my old Wordpress URL structure and generate a sitemap.xml file.
  • jekyll-temporal-archive-generator - Last one by yours truly, this one finishes off the the missing WordPress URLs that jekyll-plugins didn't generate.

I also have Sass running with Bourbon, Neat, and Bitters to generate the css file (although I'm not really using them yet), and as you can probably tell from the favicon, it all started out with HTML5 Boilerplate. (I swear I'll change the icon eventually....)