- new blog cms
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"site": {
|
||||
"title": "Neon Notes",
|
||||
"tagline": "File-first publishing with a bright pulse",
|
||||
"description": "A dark-neon Markdown blog CMS built with PHP, SQLite, JSON, and Bludit-style content folders.",
|
||||
"author": "Editor",
|
||||
"language": "en"
|
||||
},
|
||||
"base_url": "",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user