Dominik Wilkowski

Results 54 comments of Dominik Wilkowski

This could be a solution: https://github.com/emotion-js/next

I've been looking into this and will most likely implement [emotion](https://emotion.sh/docs/introduction) as the default CSS-in-JS lib. This will then generate a css file for each page. Still testing though. Stay...

I've got this working locally with [emotion](https://emotion.sh/) and SSR. It's looks fine and works well but it's blocked on some of the other fixes in Cuttlebelle. I hope to find...

Hey @onionhammer Because we have to guarantee somehow that the pages you build don't overwrite each other when generated, every page needs a folder and an `index.yml`. To make boilerplating...

Hey @onionhammer Yeah I'm very open about this. I do think we need a way to generate dynamic pages without the yaml and md files. Maybe from data etc. I...

Hey, this is very interesting. I'll have a look at this soon. I was thinking about a plugin system where you can add renderers to types of files. That way...

Hey @onionhammer Thanks for this. I like the idea. I think it would be best to just say ` "assets": "/",` if the assets go into the root. The problem...

Hi, Not sure if `Nano Every` is the same as the `Nano` I have (maybe that's even newer?) but I'm getting the same issues described above: ```sh λ cargo run...

These are all very good resources that would be super valuable for a consumer to have. I'll see how I go in using them and then maybe have some time...