You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
I have a really long list of files (a few hundred) I’d like to include in the files 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 go beyond a certain number, the page just gets cut off. I'd like to be able to have all items appear in the main list and be able to scroll down.
Describe the solution you'd like
To be able to scroll to the bottom of the page. I'm very new to Hugo, so may this option is already available somewhere that I wasn't able to find.
Describe alternatives you've considered
Multiple pages, but I'd prefer one long list.
Additional context
Happy to answer any questions. Thanks for the help, love the theme.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I have a really long list of files (a few hundred) I’d like to include in the files 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 go beyond a certain number, the page just gets cut off. I'd like to be able to have all items appear in the main list and be able to scroll down.
Describe the solution you'd like
To be able to scroll to the bottom of the page. I'm very new to Hugo, so may this option is already available somewhere that I wasn't able to find.
Describe alternatives you've considered
Multiple pages, but I'd prefer one long list.
Additional context
Happy to answer any questions. Thanks for the help, love the theme.
The text was updated successfully, but these errors were encountered: