nixentric / Lowkey-Hugo-Theme

A Simple & Humble Hugo Themes
https://lowkey-demo.pages.dev/
MIT License
154 stars 48 forks source link

How to change my avatar. #24

Closed starrliu closed 10 months ago

starrliu commented 10 months ago

I found that the avatar configuration is in params.toml:

avatar = "/img/profile-picture.jpg"

But I cannot find the path to /img/profile-picture.jpg, so I don't know how to change the avatar.

Thanks.

bijancot commented 10 months ago

hi, did you try take a look at assets folder ? i believe the file should be there

starrliu commented 10 months ago

Yes. You are right! Thank u for your help.