Blog

A great way to improve your site's SEO is by using a blog. Artiplate therefore comes with a complete blog module that you can use however you like.


The blog consists of two routes: /blog and /blog/{slug}. Details about the components can be found here: Blog Layout and Blog components.


We've tried to make the blog as simple as possible so that you can change the data source to whatever you want. The current content of the blog can be found at /storage/app/blog-posts.json but if you want to change the content to be fetched from another source you can change the source in the BlogPostController.


Another possible datasource could be a headless CMS like Contentful or DatoCMS or you could simply use the database.