- branding

This commit is contained in:
Ty Clifford
2026-07-04 20:19:56 -04:00
parent bd0bfdc09f
commit c4c10c256c
7 changed files with 39 additions and 13 deletions
+4 -4
View File
@@ -135,10 +135,10 @@ final class Config
{
return [
'site' => [
'title' => 'Neon Notes',
'tagline' => 'A fast file-first blog CMS',
'description' => 'A Markdown blog powered by PHP, SQLite, JSON, and plain files.',
'author' => 'Editor',
'title' => "Ty Clifford's Content Management System",
'tagline' => 'A fast file-first publishing system',
'description' => "Ty Clifford's Content Management System is powered by PHP, SQLite, JSON, and plain Markdown files.",
'author' => 'Ty Clifford',
'language' => 'en',
],
'base_url' => '',