X-Git-Url: https://git.bts.cx/garden.git/blobdiff_plain/9b85fe10f66386c9af92a9a2d2bd79838ff8f883..2812e275ef0f68ae484ec50fd954dd88225a2532:/config.php diff --git a/config.php b/config.php index 36a3931..074f8f3 100644 --- a/config.php +++ b/config.php @@ -1,14 +1,37 @@ 'garden', + 'site_language' => 'en', + 'site_copyline' => 'Content © Mr Fox', + 'site_author' => 'Mr Fox', + + 'mastodon_link' => 'https://mastodon.website/@me', + 'mastodon_handle' => '@me', + + 'itch_link' => 'https://itch.io', + 'itch_handle' => '@???.itch.io', -define('site_name', 'bts.cx'); + 'sidebar_links' => [ + [ 'text' => 'git', 'url' => 'https://git-scm.com/' ], + ], +]);