Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Terminal screen is fixed scrolling down #30

Open
stealingfire opened this issue Mar 2, 2022 · 0 comments
Open

Terminal screen is fixed scrolling down #30

stealingfire opened this issue Mar 2, 2022 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@stealingfire
Copy link

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.

@Yukuro Yukuro added the bug Something isn't working label Apr 3, 2022
@Yukuro Yukuro added this to the v0.1.6 milestone Apr 3, 2022
@Yukuro Yukuro changed the title Front Page Gets Cut Off Terminal screen is fixed scrolling down Apr 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants