I make my firest theme.
On my file hugo-blank-theme-v3\hugo-blank-theme-v3\themes\sandbox\layouts\partials\header.html
I got the line of code of my “logo navabar” <a href="/" title="home" class="navbar-item">
But if i want to see something i have to get <a href="/hugo-blank-theme-v3" title="home" class="navbar-item">
And i would like to know if i can use a variable to replace hugo-blank-theme-v3
Check out the baseURL parameter in the config file. Remember that this URL will not be used when running hugo server, as it would be non-sensical then.