Hello,
I recently discovered CookLang
I was expecting that there is a way to generate a static site from .cook files
In the documentation, i saw that there are methods to convert .cook files to .md files then use a classic static site generator to build a website
I don't expect to have to build the website template by myself to begin with the tool
I was expecting that the cook server can export to static site
I didn't found how to do it
So, i tinkered with a script to do it https://gitlab.com/pinage404/moku/-/blob/db25fe10500bd6ef8fdbbdcce03ff7b2cc1c9b19/generate_static_site.sh#L70
You can see the result here https://pinage404.gitlab.io/moku/ (it's not perfect, but it works)
Could you add an option to generate a static site from the CLI ?
Hello,
I recently discovered CookLang
I was expecting that there is a way to generate a static site from
.cookfilesIn the documentation, i saw that there are methods to convert
.cookfiles to.mdfiles then use a classic static site generator to build a websiteI don't expect to have to build the website template by myself to begin with the tool
I was expecting that the
cook servercan export to static siteI didn't found how to do it
So, i tinkered with a script to do it https://gitlab.com/pinage404/moku/-/blob/db25fe10500bd6ef8fdbbdcce03ff7b2cc1c9b19/generate_static_site.sh#L70
You can see the result here https://pinage404.gitlab.io/moku/ (it's not perfect, but it works)
Could you add an option to generate a static site from the CLI ?