Stéphane Goetz

Results 49 comments of Stéphane Goetz

Hi, the current model of Daux wouldn't work with what you propose. I can consider adding a method to extensions to change the content before publishing, would that work for...

It can be done by mounting a folder containing the processors (https://daux.io/For_Developers/Creating_a_Processor.html) as a docker volume. I do it for my own projects when I want to add some information...

Everything seems correct in what you describe, except one thing; the volume mapping in the Docker run `-v dist:/build` means you are only mounting the `dist` folder. There are two...

Hi, I'm no designer myself, but I'll give it a fair shot

Implemented in version [0.20.0](https://github.com/dauxio/daux.io/releases/tag/0.20.0)

Haha, love the license in your gist :) I'll see if it makes sense to include this by default in daux, probably yes :)

By the way, you're correct, there is no control over the urls for folders currently, other then the way you did it

Cool idea, I will think about how this could be implemented. Although shouldn't apache/nginx give Etags for static assets in this case?

Hello, The daux serve mode is meant to be used for local writing and not to serve the documentation. It is not at all optimized for serving documentation sites and...

Hello, currently there is no way to set a per-directory configuration, I do plan to have that in the future though, exactly as you describe it : through a config.json...