The concept is really interesting but the demo is quiet limited and frustrating if the only thing you can do is to display pages from .md files.
Maybe it is not the main goal, but if I wanted to use it to make a blog, would there be a way to generate pages or components with dynamic content?
By putting my .md files into a /Pages/posts folder and by creating a component/page that enumerates on posts items, I would like to be able to render a list of post summaries with Title, Body, Url, ... the way I want.
Razor would be the preferred language to achieve this, I guess but a support for a language with template syntax like Liquid could also be interesting.
Sorry, I am a bit biased by the CMS and the static site generation frameworks I am used to develop with, like Orchard Core (that has a Liquid module), Astro (that has React components) or Eleventy, Jekyll, ... (that have FrontMatter features).
Anyways, thank you for your fantastic work.
The concept is really interesting but the demo is quiet limited and frustrating if the only thing you can do is to display pages from .md files.
Maybe it is not the main goal, but if I wanted to use it to make a blog, would there be a way to generate pages or components with dynamic content?
By putting my .md files into a /Pages/posts folder and by creating a component/page that enumerates on posts items, I would like to be able to render a list of post summaries with Title, Body, Url, ... the way I want.
Razor would be the preferred language to achieve this, I guess but a support for a language with template syntax like Liquid could also be interesting.
Sorry, I am a bit biased by the CMS and the static site generation frameworks I am used to develop with, like Orchard Core (that has a Liquid module), Astro (that has React components) or Eleventy, Jekyll, ... (that have FrontMatter features).
Anyways, thank you for your fantastic work.