Test Blog

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.


Content in Kirby

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


Licensing Kirby

As you probably already know, Kirby is a commercial product. You can try it as long as you want on your local machine and the source code is available on GitHub. But as soon as your want to use Kirby in production, you need to purchase a license. To keep ... read more


Extending Kirby

Kirby comes as a clean package, aiming to provide you with a useful toolkit to get started with. But it it is also very modular and extensible. Rather than providing a solution to every imaginable problem out of the box, Kirby prefers to let you decide which features your project ... read more