I’m trying to figure out the question, what would be the better way for me as a non developer to start a Blog using Kirby?
Should I go for the Starterkit, in order to make things easier in the beginning or start from scratch and learn it the maybe harder way while doing so?
Anybody out there, on the same non existent level of knowledge like me, have some advice?
I went through the same journey a while ago and had multiple false starts with Kirby as it was always more work than expected to get a basic blog working (With RSS feed, correct meta tags etc.) as I expected a more turn-key solution. I then went with buying a “blogging” theme from the directory which I’ve used for a while.
Recently I realized how much cruft and complexity this actually brought in and it was really hard to understand how everything works or adapt to my needs. As all the templates have to take care of all the options that the user can define if it’s a general purpose template, so it’s quite complex to adapt it to your specific needs.
I’ve now went back to the drawing board and started with the Plainkit and lots of Github copilot to implement it from scratch (Prompts like: “This is the final html of a single post, implement it in the post.php template and use Tailwind CSS classes only”). I have to say that worked very well and now I have a super lean system (Just a few files), that is easy to adapt and I know how everything is connected. Very different to the system from before.
My conclusion: Build it from scratch, don’t buy a blogging theme (I haven’t found a good one yet) and I’m hoping that maybe in the future there will be an easier way to get started with a blog or an official theme.
I really thinking about buying one simple Theme for blogging, just so i can get started with this new experience in blogging using Kirby, while working in the Background(localhost) at a new Theme that i totally up build from scratch.