16 lines
202 B
YAML
16 lines
202 B
YAML
|
- name: "depsterr.com"
|
||
|
path: "/"
|
||
|
home: true
|
||
|
|
||
|
- name: "about"
|
||
|
path: "/about.html"
|
||
|
home: false
|
||
|
|
||
|
- name: "blog"
|
||
|
path: "/blog.html"
|
||
|
home: false
|
||
|
|
||
|
- name: "feed"
|
||
|
path: "/feed.xml"
|
||
|
home: false
|