test
August 6th, 2017
tset read more
Blogging with Kirby is as easy as it’s fun. This simple blog shows just a basic implementation of a blogging engine, realized with only a few lines of code. It can easily be extended with tags, categories or whatever feature you need.
August 6th, 2017
tset read more
August 4th, 2016
How content is stored In Kirby, content is stored within the /content directory, where every page is a folder. Pages can be nested, so every of those pages/folders may also contain subfolders. Take this blog demo for example; all posts are just subfolders of the blog folder. This comes ... read more