This repository has been archived on 2022-11-29. You can view files and clone it, but cannot push or open issues or pull requests.
socialtree-jigsaw/config.php
2022-04-29 15:25:15 +02:00

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'
]
],
];