github-style icon indicating copy to clipboard operation
github-style copied to clipboard

overview page not shown

Open gogo2464 opened this issue 1 year ago • 2 comments

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.

gogo2464 avatar Jun 17 '24 12:06 gogo2464

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.

looechao avatar Jun 24 '24 12:06 looechao

Ah yes. There may be a bug because I set a custom base url

gogo2464 avatar Jun 24 '24 14:06 gogo2464