We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My blog is in some folder, so the url of my blog is:
https://xyz.com/something
instead of just https://xyz.com
The problem is that all of the links on the website lead to https://xyz.com/post_name instead of https://xyz.com/something/post_name . For that reason CSS and links don't work.
I tried to set "baseUrl" config to '/something', but that didn't work. It worked in other themes like "Minima" for example.
Can I get this theme to work with a blog in a folder? What is the best way to do that?
The text was updated successfully, but these errors were encountered:
This should work exactly the same with as with "Minima". Both themes use the relative_url liquid filter.
relative_url
Have you tried using baseurl instead of baseUrl?
baseurl
baseUrl
Sorry, something went wrong.
Yes, you're right. I should have used baseurl instead of baseUrl. Problem solved.
No branches or pull requests
My blog is in some folder, so the url of my blog is:
https://xyz.com/something
instead of just https://xyz.com
The problem is that all of the links on the website lead to https://xyz.com/post_name instead of https://xyz.com/something/post_name . For that reason CSS and links don't work.
I tried to set "baseUrl" config to '/something', but that didn't work. It worked in other themes like "Minima" for example.
Can I get this theme to work with a blog in a folder? What is the best way to do that?
The text was updated successfully, but these errors were encountered: