- new blog cms

This commit is contained in:
Ty Clifford
2026-07-04 19:41:44 -04:00
parent 64cb76a846
commit 782b983bf4
819 changed files with 3103 additions and 88735 deletions
+37
View File
@@ -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"
}
}
}