gohugoio / hugoThemesSiteBuilder

The source for https://themes.gohugo.io
https://themes.gohugo.io
Apache License 2.0
213 stars 192 forks source link

Long List of Files Cuts off Page #124

Closed stealingfire closed 2 years ago

stealingfire commented 2 years ago

Apologies if there's an elementary fix. This is my first Hugo site and I don't have much coding knowledge.

I'd like to put a very long list of files (possibly a few hundred) in this section:

files = [ ["C/C++", "https://www.example.com/"], ["Python", "https://www.example.com/"], ["Go", "https://golang.org/"], ["Hugo", "/post/some-activity.md"], ["Docker", "/post/some-activity.md"], ]

When I do that though, the page cuts off at the bottom. I was thinking adding scroll might help, but there may be a more elegant solution that I'm not coming up with. Love the theme, and would appreciate any guidance you have. Thanks!

davidsneighbour commented 2 years ago

You are at the completely wrong location to open this issue. This is the repository to add themes to the themes directory on gohugo.io.

Go to https://discourse.gohugo.io and ask there, close this issue. Please also include more info on the Discourse like a link to your repo or theme files that parse that list.

stealingfire commented 2 years ago

Thanks David!