Import old website

This commit is contained in:
Stefan Schlott 2013-09-01 11:11:28 +02:00
parent 99b601fa71
commit 18eee69b64
220 changed files with 19444 additions and 0 deletions

8
Rules
View file

@ -36,6 +36,10 @@ compile "/htaccess" do
filter :erb
end
compile "/robots" do
nil
end
compile "atom" do
filter :erb
end
@ -85,6 +89,10 @@ route "/htaccess" do
"/.htaccess"
end
route "/robots" do
item.identifier.chop + '.txt'
end
route "/atom" do
item.identifier.chop + '.xml'
end