Hi, I’m very new to static site generators, Hugo being my first. In my templates config.toml file my browsers (I’ve tried multiple) but the title is not updating. Any help will be appreciated
Your problem statement is unclear.
You are more likely to receive a prompt and accurate response if you post a link to the public repository for your project.
See https://discourse.gohugo.io/t/requesting-help/9132.
Let us see your code
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 runhugo 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.
Thanks for the prompt reply to my question. ill try to explain more about my problem. Im trying to edit the title of specific theme on the config.toml file but the change is not reflecting after saving the file. Ive tried reinstalling Hugo and restarting my local server but no help
link to repo: GitHub - zerostaticthemes/hugo-hero-theme: A multi-page Hugo theme with fullscreen hero images and fullwidth sections.
The text you refer to is not text. It is an SVG image.
Override the image by placing a logo in the static directory in the root of your site, and update params.logo.desktop
in your site configuration with the new path.
Do the same with params.logo.mobile
.
thank you so much @jmooring. Appreciate your help
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.