updated README.md

This commit is contained in:
Nikurasu 2022-05-01 18:47:42 +02:00
parent 14db2260aa
commit 1fcbbbade9
3 changed files with 7 additions and 7 deletions

View file

@ -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

View file

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

BIN
examples/images/main.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 KiB