Import old website
This commit is contained in:
parent
99b601fa71
commit
18eee69b64
220 changed files with 19444 additions and 0 deletions
8
Rules
8
Rules
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue