MeiK2333 / github-style

https://themes.gohugo.io/themes/github-style
MIT License
533 stars 174 forks source link

overview page not shown #145

Open gogo2464 opened 2 weeks ago

gogo2464 commented 2 weeks ago

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.

looechao commented 1 week ago

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.

gogo2464 commented 1 week ago

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