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