1
0
Fork 0
forked from wezm/wezm.net
wezm.net/Rules

13 lines
148 B
Text
Raw Normal View History

2009-11-09 23:42:38 +00:00
#!/usr/bin/env ruby
compile '*' do
2009-11-17 02:17:30 +00:00
filter :rdiscount
2009-11-09 23:42:38 +00:00
layout 'default'
end
route '*' do
item.identifier + 'index.html'
end
layout '*', :erb