Skip to content

Instantly share code, notes, and snippets.

@daz4126
Created March 4, 2012 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daz4126/1974885 to your computer and use it in GitHub Desktop.
Save daz4126/1974885 to your computer and use it in GitHub Desktop.
Sinatra configure block
########### configuration & settings ###########
configure do
set :name, ENV['NAME'] || 'DAZ4126'
set :author, ENV['AUTHOR'] || 'DAZ'
set :analytics, ENV['ANALYTICS'] || 'UA-XXXXXXXX-X'
set :javascripts, %w[ ]
set :fonts, %w[ Abel ]
set :markdown, :layout_engine => :slim
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment