11<?php
22
3-
4-
53$ analytics =
64
75/*
2624return [
2725
2826// Do not change!
29- 'version ' => '2.0 ' ,
27+ 'version ' => '2.1 ' ,
3028
3129 /*
3230 |--------------------------------------------------------------------------
4947 'twitter_creator ' => '' , // Twitter @username.
5048 'author ' => '' , // Your name.
5149
52-
53- /*
54- | All settings below are always active
55- |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56- */
57-
5850 /*
5951 |--------------------------------------------------------------------------
6052 | Additional settings
131123 | 'custom_css' => ''
132124 | ),
133125 |
134- | In the 'button' field, you have to enter the button name (i.e. 'twitter ', 'github', 'custom'...).
126+ | In the 'button' field, you have to enter the button name (i.e. 'mastodon ', 'github', 'custom'...).
135127 | You can find a list of all available buttons below.
136128 |
137129 | In the 'link' field, you can enter your desired link you may leave this field empty for a display only, non-functional button.
138130 |
139- |
140- |
141- | The input fields below only apply to buttons such as 'custom' and 'custom_website' but must always be included even if only empty.
142- |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
143- |
144131 | In the 'title' field, changes the text on a button, such as 'custom' and 'custom_website'.
145132 |
146133 | In the 'icon' field, uses the same syntax as the Button Editor on the Admin Panel.
179166 ),
180167
181168 /*
182- |--------------------------------|
183- | List of Available buttons: |
184- |--------------------------------|
185- | 'button' => 'custom' |
186- | 'button' => 'custom_website' |
187- | 'button' => 'github' |
188- | 'button' => 'twitter' |
189- | 'button' => 'instagram' |
190- | 'button' => 'facebook' |
191- | 'button' => 'messenger' |
192- | 'button' => 'linkedin' |
193- | 'button' => 'youtube' |
194- | 'button' => 'discord' |
195- | 'button' => 'twitch' |
196- | 'button' => 'snapchat' |
197- | 'button' => 'spotify' |
198- | 'button' => 'reddit' |
199- | 'button' => 'medium' |
200- | 'button' => 'pinterest' |
201- | 'button' => 'soundcloud' |
202- | 'button' => 'figma' |
203- | 'button' => 'kit' |
204- | 'button' => 'telegram' |
205- | 'button' => 'tumblr' |
206- | 'button' => 'steam' |
207- | 'button' => 'vimeo' |
208- | 'button' => 'wordpress' |
209- | 'button' => 'goodreads' |
210- | 'button' => 'skoob' |
211- | 'button' => 'tiktok' |
212- | 'button' => 'default email' |
213- | 'button' => 'default email_alt'|
214- | 'button' => 'bandcamp' |
215- | 'button' => 'patreon' |
216- | 'button' => 'signal' |
217- | 'button' => 'venmo' |
218- | 'button' => 'cashapp' |
219- | 'button' => 'gitlab' |
220- | 'button' => 'mastodon' |
221- | 'button' => 'paypal' |
222- | 'button' => 'whatsapp' |
223- | 'button' => 'xing' |
224- | 'button' => 'buy me a coffee' |
225- | 'button' => 'website' |
226- | 'button' => 'heading' |
227- | 'button' => 'space' |
228- |--------------------------------|
169+ |---------------------------------------------------|
170+ | List of Available buttons: |
171+ |---------------------------------------------------|
172+ | https://linkstackorg.github.io/buttons/ |
173+ |---------------------------------------------------|
229174 */
230175
176+ /*
177+ |--------------------------------------------------------------------------
178+ | Custom Parameters
179+ |--------------------------------------------------------------------------
180+ |
181+ | Add your own custom settings below here.
182+ |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
183+ */
184+
185+
186+
187+
188+
189+ /* End of Config! */
231190];
0 commit comments