Yukuro / hugo-theme-shell

Hugo Shell theme : Terminal-like theme with selectable color schemes.
https://hugo-theme-shell-example.vercel.app/
MIT License
327 stars 109 forks source link

Terminal screen is fixed scrolling down #30

Open stealingfire opened 2 years ago

stealingfire commented 2 years ago

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.