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
If one follows the getting started example, the resulting page does not deploy to github pages - the link on the index.html points to http://username.github.io/blog rather than to http://username.github.io/repo/blog, even though the base_url is configured to the http://username.github.io/repo/.
Documentation issue
Summary
If one follows the getting started example, the resulting page does not deploy to github pages - the link on the index.html points to
http://username.github.io/blog
rather than tohttp://username.github.io/repo/blog
, even though thebase_url
is configured to thehttp://username.github.io/repo/
.Check out the repro:
https://github.com/psarka/zola-repro-1
https://psarka.github.io/zola-repro-1/
Proposed solution
Probably
<p>Click <a href="/blog/">here</a> to see my posts.</p>
at the end of https://www.getzola.org/documentation/getting-started/overview/ should be replaced by somethingbase_url
aware.The text was updated successfully, but these errors were encountered: