DEV Community

Discussion on: Creating a Simple Blog using Vue with Markdown

Collapse
 
vycoder profile image
yev • Edited

Hi, It is possible. Simplest way I can think of is to just name your markdowns like: blog-post-2.md and just add some indicator on blogs.json that a post has more than 1 page so you could display necessary buttons alongside back. Basically, you render blog-post.md but pressing and will just concatenate the page number.

Although, if things start to get more demanding. Might want to invest on using ButterCMS and the like.