Removed the string object from config.json as it's now all in the locale. and I fixed data.getdata() to return an error code if the index is out of bounds, it now returns a 1. Signed-off-by: deadvey <deadvey@deadvey.com>
26 lines
669 B
JSON
Executable File
26 lines
669 B
JSON
Executable File
{
|
|
"site_admin": "your name",
|
|
"seperator": "<hr/>",
|
|
"site_name": "My Blog",
|
|
"site_url": "https://example.com",
|
|
"language": "en-US",
|
|
"port": 8080,
|
|
"cache_data": false,
|
|
"allow_signup": true,
|
|
"site_description": "Read my blogs!",
|
|
"timeline_length": 20,
|
|
"enable_hitcount": true,
|
|
"charset": "UTF-8",
|
|
"root_path": "/path/to/webroot",
|
|
"edit_account_base_url": "/edit_account",
|
|
"new_post_url": "/post",
|
|
"signup_url": "/signup",
|
|
"edit_post_base_url": "/edit",
|
|
"default_comenter_username": "Anon",
|
|
"rss": true,
|
|
"atom": true,
|
|
"date_format": "yyyy-MM-dd",
|
|
"time_zone": "+0000",
|
|
"css": ""
|
|
}
|