39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"site": {
|
|
"title": "Ty Clifford's Content Management System",
|
|
"tagline": "File-first publishing with a bright pulse",
|
|
"description": "Ty Clifford's Content Management System is a dark-neon Markdown blog CMS built with PHP, SQLite, JSON, and Bludit-style content folders.",
|
|
"author": "Ty Clifford",
|
|
"language": "en"
|
|
},
|
|
"base_url": "",
|
|
"base_path": "",
|
|
"timezone": "America/New_York",
|
|
"theme": "neon",
|
|
"posts_per_page": 4,
|
|
"comments": {
|
|
"enabled": true,
|
|
"moderate": true,
|
|
"captcha": true,
|
|
"honeypot_field": "website_url"
|
|
},
|
|
"stats": {
|
|
"enabled": true,
|
|
"hash_salt": "replace-this-with-a-private-random-string"
|
|
},
|
|
"social": {
|
|
"github": {
|
|
"label": "GitHub",
|
|
"url": "https://github.com/"
|
|
},
|
|
"mastodon": {
|
|
"label": "Mastodon",
|
|
"url": "https://mastodon.social/"
|
|
},
|
|
"rss": {
|
|
"label": "RSS",
|
|
"url": "/feed.xml"
|
|
}
|
|
}
|
|
}
|