diff --git a/config.php b/config.php deleted file mode 100644 index 754a4f3..0000000 --- a/config.php +++ /dev/null @@ -1,34 +0,0 @@ - false, - 'baseUrl' => '', - 'title' => 'Socialtree', - 'author' => 'Nikurasu', - 'design' => 'main', - 'description' => 'A simple website to display links to social media accounts', - 'collections' => [], - 'imageName' => 'example.jpg', - 'links' => [ - [ - 'color' => 'youtube', - 'link' => 'https://youtube.com', - 'text' => 'Hier klicken', - 'platform' => 'youtube' - ], - [ - 'color' => 'youtube', - 'link' => 'https://twitter.com', - 'platform' => 'twitter' - ], - [ - 'link' => 'https://deviantart.com', - 'platform' => 'twitter', - 'text' => 'Ein Link' - ], - [ - 'link' => 'https://twitter.com', - 'platform' => 'mastodon' - ] - ], -];