You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in both cases then it suggests that setting the landingPageURL='/tutorials in config would be what is required however, and I think its a bug, this actually would only work if multiple languages are set, i.e to be able to specify a path on the Home/logo links you need multi language (IsMultiLingual) but you don't need multilanguage to update the base URL?
I think that there is a bug that means that the path/url for these is reliant on multi language and that shouldn't be a requirement?
Shouldn't the baseURL be the default (otherwise / ) for Home/Icon link?
The text was updated successfully, but these errors were encountered:
If you want to serve Hugo using this theme on xyz.com/tutorials
then in config.toml you can set
baseURL = 'https://xyz.com/tutorials'
this will fix all the links between pages to use the /tutorials path as part of every URL
However this doesn't fix the "Home" or Icon links, which take you to the root of the domain (i.e xyz.com) rather than xyz.com/tutorials.
Looking at the code for these:
The logo has the link:
and the Home button has the link
in both cases then it suggests that setting the
landingPageURL='/tutorials
in config would be what is required however, and I think its a bug, this actually would only work if multiple languages are set, i.e to be able to specify a path on the Home/logo links you need multi language (IsMultiLingual
) but you don't need multilanguage to update the base URL?I think that there is a bug that means that the path/url for these is reliant on multi language and that shouldn't be a requirement?
Shouldn't the baseURL be the default (otherwise
/
) for Home/Icon link?The text was updated successfully, but these errors were encountered: