35 lines
863 B
Text
35 lines
863 B
Text
<?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' => 'YouTube',
|
|
'platform' => 'youtube'
|
|
],
|
|
[
|
|
'link' => 'https://twitter.com',
|
|
'platform' => 'soundcloud'
|
|
],
|
|
[
|
|
'link' => 'https://deviantart.com',
|
|
'platform' => 'flickr',
|
|
'text' => 'Reddit'
|
|
],
|
|
[
|
|
'color' => 'mastodon',
|
|
'link' => 'https://catcatnya.com',
|
|
'platform' => 'mastodon'
|
|
]
|
|
],
|
|
];
|