-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
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
site: get rid of redirect on index page #8097
Comments
There is a discussion about this topic on Hugo discourse - https://discourse.gohugo.io/t/i-want-to-redirect-my-homepage-to-a-content-page/16318. I don't see a clear answer on that thread. The recommended approach seems to be |
This is a "Good First Issue" only if you are familiar with Hugo. |
Back in the previous century, this was when you would use a HTTP 302 |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
minikube site. has a redirect on the first page from
https://minikube.sigs.k8s.io/
to
https://minikube.sigs.k8s.io/docs
in site/content/en/_index.html we have this:
instead of re-direct, it should try to load the /docs
you can use help form hugo site
https://gohugo.io/functions/getpage/
please only take this task if you are fimmilar with Hugo and willing to try it locally
using
and try in your local browser that works
The text was updated successfully, but these errors were encountered: