11 lines
226 B
TOML
11 lines
226 B
TOML
#Change the name of this file to config.toml!
|
|
|
|
title = " blahblah config example -- rename me 'config.toml' "
|
|
|
|
[server]
|
|
document_root = "https://mysite.com"
|
|
copyright_holder = "Suzy Greenberg"
|
|
|
|
[formatting]
|
|
post_per_page = 25
|