This plugin provides a favicon for sites, defaulting to the origami bird. It automatically converts png's to ico format.
This plugin is included by default in Origami. However if you wish to manually install, run:
yarn add origami-plugin-favicon
In your .origami
file, add it to the plugins:
.origami
{
...
"plugins": {
"favicon": "path/to/favicon.png"
}
...
}
- [ ] Add testing
If you find a bug, please file an issue on the issue tracker on GitHub.
All pull requests and contributions are most welcome. Let's make the internet better!