diff --git a/README.md b/README.md index 9fab784..912f156 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It's very simple, follow these steps. - The `imageName` should be the file name of the image you are using, the file itself should be placed in `source/assets/images` - The `design` refers to the style of your page the currently available styles are: - - main + - [main](examples/images/main.png) - List as much links as you like in the `links` array: - With the `color` property you can give the link the color of the social media plaform of your choice, but this feature is optional, the link will diff --git a/config.php.example b/config.php.example index 754a4f3..74f6c25 100644 --- a/config.php.example +++ b/config.php.example @@ -13,21 +13,21 @@ return [ [ 'color' => 'youtube', 'link' => 'https://youtube.com', - 'text' => 'Hier klicken', + 'text' => 'YouTube', 'platform' => 'youtube' ], [ - 'color' => 'youtube', 'link' => 'https://twitter.com', - 'platform' => 'twitter' + 'platform' => 'soundcloud' ], [ 'link' => 'https://deviantart.com', - 'platform' => 'twitter', - 'text' => 'Ein Link' + 'platform' => 'flickr', + 'text' => 'Reddit' ], [ - 'link' => 'https://twitter.com', + 'color' => 'mastodon', + 'link' => 'https://catcatnya.com', 'platform' => 'mastodon' ] ], diff --git a/examples/images/main.png b/examples/images/main.png new file mode 100644 index 0000000..763b246 Binary files /dev/null and b/examples/images/main.png differ