yaml is just easier to write by hand, and since we're using it for files which are all meant to be written/edited by hand, it seems like a no-brainer.
12 lines
181 B
YAML
12 lines
181 B
YAML
pages:
|
|
|
|
- file_path: about.md
|
|
title: About This Site
|
|
url: /about/
|
|
|
|
- file_path: joke.md
|
|
title: Joke
|
|
url: /joke/
|
|
alternate_urls:
|
|
- /trying-to-be-funny/
|