pbe/example-site/server.yml
Gered 6e3eae7abd switch from json to yaml
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.
2023-06-28 17:38:41 -04:00

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