Today I received a order from my client, they’re asking me to split their “longer post” into 2-3 smaller page, each of them has url like post/page-2, post/page-3 and so on.
Technically, I think I need to create a app or modify ghost core, this part can’t be done on theme, right?
I’m not sure if Markup supports pagination, doesn’t seem like it from here:
You might be able to implement pagination in your css or through javascript based on the length of a specific article (i.e. in paragraphs). I’m no coder though, so I cannot help with specifics.