bgolub / blog

A simple Google App Engine blog

Benjamin Golub (author)
Tue Aug 25 17:52:27 -0700 2009
blog / index.yaml
100644 13 lines (10 sloc) 0.162 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
indexes:
 
- kind: Entry
  properties:
  - name: published
    direction: desc
 
- kind: Entry
  properties:
  - name: tags
  - name: published
    direction: desc