I used a “professional” theme as the basis for my customizations.
As I now realize, this doesn’t have much to do with the Kirby-standard procedure, because everything theme-specific can be found under site/plugins
. There are template and snippet files, but in the form of .twig
.
Is it possible that I have to compile the stuff first if I make adjustments? Changes to the .twig
files have no immediate effect on the appearance.
Thanks!
For all I know, twig templates are cached, so you would have to clear the cache I guess.
1 Like
Exactly, I found a cache folder and deleted it. Then it works. Thx!
But such a Twig solution is anything but easy to maintain and change.
As with everything, there are pros and cons, some like it, some hate it. It’s certainly an extra layer with a learning curve, which is exactly the reason Kirby doesn’t have a templating engine by default.
As regards caching, there should be a way to disable it in development.