35 lines
865 B
PHP
35 lines
865 B
PHP
<?php
|
|
|
|
return [
|
|
'production' => false,
|
|
'baseUrl' => '',
|
|
'title' => 'Socialtree',
|
|
'author' => 'Nikurasu',
|
|
'design' => 'main',
|
|
'description' => 'A simple website to display links to social media accounts',
|
|
'collections' => [],
|
|
'imageName' => 'NikuPB.webp',
|
|
'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'
|
|
]
|
|
],
|
|
];
|