Skip to content

Instantly share code, notes, and snippets.

View nico604's full-sized avatar
🎯
Focusing

Nicolas Girard nico604

🎯
Focusing
View GitHub Profile
@ghickman
ghickman / _contact.rb
Created July 4, 2010 17:23
Jekyll Contact Form with Sinatra
require 'rubygems'
require 'sinatra'
require 'pony'
require 'haml'
set :haml, {:format => :html5}
set :public, File.dirname(__FILE__)
set :views, File.dirname(__FILE__)
# Create the page class and give it a title of Contact for the layout