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 - The `imageName` should be the file name of the image you are using, the
file itself should be placed in `source/assets/images` file itself should be placed in `source/assets/images`
- The `design` refers to the style of your page the currently available styles are: - 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: - 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 - 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 media plaform of your choice, but this feature is optional, the link will

View file

@ -13,21 +13,21 @@ return [
[ [
'color' => 'youtube', 'color' => 'youtube',
'link' => 'https://youtube.com', 'link' => 'https://youtube.com',
'text' => 'Hier klicken', 'text' => 'YouTube',
'platform' => 'youtube' 'platform' => 'youtube'
], ],
[ [
'color' => 'youtube',
'link' => 'https://twitter.com', 'link' => 'https://twitter.com',
'platform' => 'twitter' 'platform' => 'soundcloud'
], ],
[ [
'link' => 'https://deviantart.com', 'link' => 'https://deviantart.com',
'platform' => 'twitter', 'platform' => 'flickr',
'text' => 'Ein Link' 'text' => 'Reddit'
], ],
[ [
'link' => 'https://twitter.com', 'color' => 'mastodon',
'link' => 'https://catcatnya.com',
'platform' => 'mastodon' 'platform' => 'mastodon'
] ]
], ],

BIN
examples/images/main.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 KiB