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.
7 lines
125 B
YAML
7 lines
125 B
YAML
bind_addr: 127.0.0.1
|
|
bind_port: 8080
|
|
static_files_path: static
|
|
templates_path: templates
|
|
pages_path: pages
|
|
posts_path: posts
|