Hi,
I am exporting the logs of a Discord server to a large .json file and trying to display them using Jekyll. I would like to show each channel as a paginated separate page e.g. /channel_name/page1
The other limitation that I have is I’m using GitHub pages for hosting.
I currently have a single page rendering the entire server history by looping through the json data.
I’ve searched online and found that it’s a little tricky to get data to work with generating multiple pages and pagination. I am able to change the output of my dump from a single .json to multiple, or do some of the pagination as part of the export process if needs be.
I was hoping someone might be able to point me to where to start.