Skip to content

Instantly share code, notes, and snippets.

View pkazmierczak's full-sized avatar
🏋️‍♂️
at the gym.

Piotr Kazmierczak pkazmierczak

🏋️‍♂️
at the gym.
View GitHub Profile
@pkazmierczak
pkazmierczak / jekyll-create-tag-pages-rakefile.rb
Created January 3, 2012 09:05 — forked from kez/jekyll-create-tag-pages-rakefile.rb
This fork works for 'tags', not 'categories'.
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('')