delete config.php
This commit is contained in:
parent
c14ba0f8a7
commit
04c3d209ad
1 changed files with 0 additions and 34 deletions
34
config.php
34
config.php
|
@ -1,34 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'production' => 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'
|
||||
]
|
||||
],
|
||||
];
|
Reference in a new issue