Óscar Otero
Óscar Otero
Hi. My site stopped working because I have a `env` function to return environment variables and I just realized this library use CakePHP, that defines another `env` function before, so...
https://css-tricks.com/help-users-save-data/
It's possible to assign multiple template engines to a page, using the `templateEngine` value. For example: ```md --- title: Hello templateEngine: njk,md --- # {{ title }} ``` But it's...
- https://www.i18next.com/ - https://deno.land/x/[email protected] It's useful to create themes that users can translate to different languages without editing the layouts.
For v2.0.0 I'm thinking of removing the possibility of installing Lume with `deno run -A https://deno.land/x/lume/install.ts`. There are some reasons for this: - Deno install doesn't work in all cases...
Lume allows to pass arguments to Deno using the `--` separator. For example to use the `--compact` flag for Node compatibilty: ``` lume -s -- --compact ``` This feature was...
To add custom headers to some urls. So it could support something like this: https://docs.netlify.com/routing/headers/
It's better to simply use environment variables (like `ENV=dev`) The only difference with `--dev` mode is filter out the pages with `draft=true`, and this is something that can be easily...
JSX plugin use React. It would be nice to have other lighter alternatives. - NanoJSX: https://nanojsx.io/ - Preact: https://preactjs.com/