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.example

33 lines
794 B
Plaintext

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