X-Git-Url: https://git.bts.cx/garden.git/blobdiff_plain/9b85fe10f66386c9af92a9a2d2bd79838ff8f883..1ff3a665663a5095c770cc63c3d09572944b30f1:/config.php?ds=sidebyside diff --git a/config.php b/config.php index 36a3931..9ea6b10 100644 --- a/config.php +++ b/config.php @@ -1,14 +1,27 @@ 'garden', + 'site_language' => 'en', + 'site_copyline' => 'Content © Mr Fox', + 'site_author' => 'Mr Fox', + + 'mastodon_link' => 'https://mastodon.website/@me', + 'mastodon_handle' => '@me', -define('site_name', 'bts.cx'); + 'itch_link' => 'https://itch.io', + 'itch_handle' => '@???.itch.io', +]);