Static Sites. Jekyll on OS X – export Brew Ruby location to PATH

Static Web Sites without a database?

Had to add the following code to my ~/.bash_profile to make Jekyll work on OS X:

export PATH=$(brew --prefix ruby)/bin:$PATH

Excited about the prospect of static site generation – trying it for Cobra Posse site.

Might look at some of these themes from a developer on the Ruby list.

That’s all for now.