example/config/logi.rb in logi-0.0.1 vs example/config/logi.rb in logi-0.1.0
- old
+ new
@@ -1,8 +1,9 @@
-layout 'default.html.erb'
-
post_path 'post'
+layout_path 'layout'
output_path 'public'
+layout 'default.html.erb'
+
post 'hello.md', :layout => 'another.html.erb'
-list 'list' , :layout => 'another.html.erb'
+list 'list' , :layout => 'list.html.erb'