medienbaecker / kirby-autofavicon
Kirby AutoFavicon
Fund package maintenance!
www.paypal.me/medienbaecker/10
a.paddle.com/v2/click/1129/36156?link=1170
Installs: 208
Dependents: 0
Suggesters: 0
Security: 0
Stars: 22
Watchers: 4
Forks: 0
Open Issues: 0
Type:kirby-plugin
Requires
This package is auto-updated.
Last update: 2024-11-06 18:58:07 UTC
README
Automatically generates an SVG favicon. Simply insert <?php snippet('autofavicon') ?>
in your <head>
and the plugin will add link tags for modern browsers and Safari.
Options
By default, AutoFavicon will use the first letter of your site title and a black or white background color — depending on the system's prefers-color-scheme
setting.
# site/config/config.php return [ 'medienbaecker.autofavicon.text' => 'B', 'medienbaecker.autofavicon.color' => '#000000', 'medienbaecker.autofavicon.color_dark' => '#FFFFFF' ]