Hi!
I set up the theme as described by the developer.
I have 2 issues.
The first one is about an error related to the lines commented below after running hugo server.
The second one is related to my logo.
My logo is in static/images/mylogo.jpg
I set up the multilingual menu as described on the Hugo website, and precisely:
[languages]
[languages.en]
contentDir = "content/english"
title = "Notes"
languageName = "English"
weight = 0
[languages.it]
contentDir = "content/italian"
title = "Notes"
languageName = "Italian"
weight = 10
[[languages.en.menu.main]]
name = "Home"
url = "/"
[[languages.en.menu.main]]
name = "About me"
url = "page/about"
[[languages.en.menu.main]]
name = "Blog"
url = "myblog"
#[[languages.en.menu.main]]
#name = "Privacy"
#url = "page/privacypolicy.en"
[[languages.it.menu.main]]
name = "Home"
url = "/"
[[languages.it.menu.main]]
name = "Chi sono"
url = "page/about"
[[languages.it.menu.main]]
name = "Blog"
url = "myblog"
#[[languages.it.menu.main]]
#name = "Informativa"
#url = "page/privacypolicy.it"
If I uncomment those lines I receive an error when I run hugo server and I don’t know why.
I run the deploy to my server (according to the instructions on the Hugo site - I tried and it works).
After the deployment, my website is online but the logo doesn’t appear (I see a box such as an error).
On my server, there is Ubuntu 20.04.3
Is there anyone who can help me?
Include a link to the source code repository of your project, because we really need the context of seeing your templates and partials to be able to help you. It is trivial to do a quick git clone on your repo, then run hugo server in your project, to help you out. On the other hand, recreating your code from screenshots, or sort of guessing at it, is not.
If you can’t share your repository for whatever reason, consider creating a dummy repo that you can share, which reproduces the problem you’re experiencing.
Thank you.
You can find the source here: Nextcloud
For security reasons, I will delete the file and stop sharing after you will download the file.
I look forward to receiving a reply from you.
I’m sorry again.
I did the deployment on my server, but it doesn’t work properly.
Can you verify?
Here it is https://notes.nicfab.it
If I click on It, happens something strange.
It works in local