Good morning everyone,
just started my journey into roda.
I want to migrate a camping-project to a roda-project.
Many components are reusable.
I am familiar with Jekyll and use this framework for blogging and documentation.
It would be fantastic, if the roda-project could use the same approach, ie. liquid as template machine, frontmatter to separate content from configuration and (most valuable) to use jekyll-scss-templates for presentation.
To implement a roda site as dynamic version of a static jekyll project.
Is this possible, has anyone done this before and how much work to invest, prior to start writing the code for the project?