mecha-cms / mecha

Minimalist content management system.

Home Page:https://mecha-cms.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to Add an Avatar to My Comments?

AlexL777 opened this issue · comments

Hi Taufik!

How can I add an Avatar to my Comments?

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.