Skip to content

Instantly share code, notes, and snippets.

@zuchmanski
Created September 16, 2010 13:47
Show Gist options
  • Save zuchmanski/582446 to your computer and use it in GitHub Desktop.
Save zuchmanski/582446 to your computer and use it in GitHub Desktop.
s = SiteLayoutTemplate.new(:name => "simple (only title)", :html => "<h1>{{ site.title }}</h1>", :css => "body {background-color: {{colors[\"background\"]}};}")
s.options = {:colors => {"background" => "#aaa"}}
s.save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment