Results 70 comments of Daniil Baturin

Hm, maybe I'm missing something. Could you elaborate why `SOUPAULT_CONFIG=/path/to/soupault.toml soupault` is insufficient?

It's documentes in https://soupault.app/reference-manual/#custom-directory-layouts , but I agree it may not be the most obvious place. Do you have specific ideas how to make it more visible?

Fair point. I've fixed the third point, but I agree the problem remains! I think it would be possible to add a `--show-default-config` option. Since the website is built with...

After [this commit](https://github.com/dmbaturin/soupault-website/commit/c5fb6ac6e6aaf1284de1fd10effd3b70f9419c4d) the default config in the reference manual is auto-generated, so it will automatically stay in sync with reality.

I wouldn't want to add it as a built-in, but I have an idea for a future release that will greatly simplify the task. Why I wouldn't want it as...

That's implying that the `pre-render` hook will run when a page is ready and is about to be converted to text. That way the hook will naturally run only when...

Well, the big idea was to _avoid_ separation between the page and its metadata, and also avoid _duplication_ of it. Jekyll and friends need the user to keep all machine-readablae...

Hi @ryanartecona, I've added three new things that make it possible to implement this. * A "render" hook that allows Lua code to take over the page rendering process and...

@akavel Index data is only inserted in pages that match the index page regex, by default it's `index.*`. Could you tell me the page path (in the source dir) where...

There are some portability consideration to address of course. On POSIX-compatible systems it's not a concern, but does git support NTFS symlinks for example? I suppose it should, but it's...