Files
blogger-nodejs/example-config.json
deadvey 2d33ce79a8 Fixed a bug where comments could be submitted without any content
and where the hitcount was incremented before the program checked if
the post existed
2025-10-24 13:05:31 +01:00

27 lines
691 B
JSON
Executable File

{
"site_admin": "your name",
"seperator": "<hr/>",
"site_name": "My Blog",
"site_url": "https://example.com",
"locale": "en-US",
"port": 8080,
"data_storage": "json",
"cache_data": false,
"allow_signup": true,
"site_description": "Read my blogs!",
"timeline_length": 20,
"enable_hitcount": true,
"charset": "UTF-8",
"root_path": "../webroot/",
"edit_account_base_url": "/edit_account",
"new_post_url": "/post",
"signup_url": "/signup",
"edit_post_base_url": "/edit",
"default_commenter_username": "Anon",
"rss": true,
"atom": true,
"date_format": "yyyy-MM-dd",
"time_zone": "+0000",
"css": ""
}