From 04c3d209ad16f4c8d9059f85383a4398f6054d2c Mon Sep 17 00:00:00 2001 From: Nikurasu Date: Sat, 30 Apr 2022 22:38:26 +0200 Subject: [PATCH] delete config.php --- config.php | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 config.php 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' - ] - ], -];