Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to add my own image avatar in the config.toml #334

Open
ghost opened this issue Feb 5, 2020 · 1 comment
Open

Unable to add my own image avatar in the config.toml #334

ghost opened this issue Feb 5, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 5, 2020

In the config.toml you set the logo as such...

[Params]
  logo = "img/avatar-icon.png"

I copied a image over to
/mysite/themes/beautifulhugo/static/img/mylogo.png".

When pushing my changes to my gitlab pages repository and then visiting my pages site the image does't display at all. I have set it as such...

[Params]
  logo = "img/mylogo.png"
@wtchangdm
Copy link

You should try
/mysite/static/img/mylogo.png
instead of
/mysite/themes/beautifulhugo/static/img/mylogo.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant