Skip to content

Instantly share code, notes, and snippets.

View mhansen's full-sized avatar
🏠
Trying

Mark Hansen mhansen

🏠
Trying
View GitHub Profile
desc 'Generate tags page'
task :tags do
puts "Generating tags..."
require 'rubygems'
require 'jekyll'
include Jekyll::Filters
options = Jekyll.configuration({})
site = Jekyll::Site.new(options)
site.read_posts('')
@mhansen
mhansen / CREDITS
Created January 27, 2010 12:17 — forked from iamnoah/index.js
A simple static webserver with logging in node.js
Forked from Noah Sloan's simple http server at http://gist.github.com/246761