1[model]
2name = Blog Index
3label = Blog Index Page
4hidden = true
5protected = true
6
7[children]
8model = blog-post
9order_by = -pub_date, title
10
11[pagination]
12enabled = true
13per_page = 10
14
15[fields.title]
16label = Title
17description = Title at the top of the blog index page (e.g. "Recent Posts").
18size = large
19type = string
20
21[fields.sort_key]
22label = Sort Key
23description = Integer determining the order of pages in the navbar (ascending).
24type = sort_key
25
26[fields.allow_comments_default]
27label = Enable Comments by Default
28description = Enable Disqus comments on blog posts; can be overridden per-post.
29type = boolean
30checkbox_label = Enable comments by default (requires lektor-disqus-comments)
31default = false
32