origami-plugin-user-profiles
v1.0.1
Published
Gravatar and default user profile avatars plugin for Origami CMS
Downloads
40
Readme
Origami: Gravatar Plugin
This plugin provides functionality for user profiles. By default, it will use Gravatar, otherwise will default to:
Installation
yarn add origami-plugin-user-profiles
Usage
In your .origami
file, add it to the plugins:
.origami
{
...
"plugins": {
"user-profile": true
}
...
}
Moving forward / TODO
- [ ] Add configuration for using a custom image
Issues
If you find a bug, please file an issue on the issue tracker on GitHub.
Contributions
All pull requests and contributions are most welcome. Let's make the internet better!