important rule
This commit is contained in:
parent
f534646149
commit
7a05dc70ff
1 changed files with 5 additions and 1 deletions
4
Rules
4
Rules
|
@ -30,6 +30,10 @@ compile '/**/*.md' do
|
|||
filter :relativize_paths, type: :html
|
||||
end
|
||||
|
||||
route '/index.erb' do
|
||||
"/index.html"
|
||||
end
|
||||
|
||||
route '/**/*.{erb,html,md}' do
|
||||
"#{item.identifier.without_ext}/index.html"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue