overview page not shown
My page at:
https://gogo2464.github.io/gogo-s-blog/post/
is printed but the readme at https://gogo2464.github.io/gogo-s-blog/ is not found.
It sounds to be abug in github-style.
Is my readme.md wrong please? readme is present at:
https://github.com/gogo2464/gogo-s-blog/tree/main/content
Or is it my bad please?
Best regards.
Hello, I've recently reviewed my settings and noticed that my README page is located at the base URL, which should correspond to: https://gogo2464.github.io/ on your site. Perhaps you could give it a try and generate a README file by executing the following commands:
hugo new readme.md
echo '`Hello World!`' > content/readme.md
And the readme page should be at a single directory after printing;
├── post
└── readme
└── index.html
I hope this solution works for you.
Ah yes. There may be a bug because I set a custom base url