mecha-cms / mecha

Minimalist content management system.
https://mecha-cms.com
GNU General Public License v3.0
178 stars 23 forks source link

How to Add an Avatar to My Comments? #146

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hi Taufik!

How can I add an Avatar to my Comments?

taufik-nurrohman commented 3 years ago

Avatars are generated automatically via Gravatar service. This applies to comment and user files.

Making custom avatar is possible but this is not so practical. Here is an example of a user file with static avatar data:

---
author: Alex
email: 'alex@example.com'
status: 1
avatar: '/lot/asset/png/avatar.png'
...

I am the main author of this site.

Then, you can upload a PNG image named avatar.png to .\lot\asset\png folder.

When making a comment and you are in a logged-in state, the avatar value will inherit to your user file.