finch icon indicating copy to clipboard operation
finch copied to clipboard

Simple and fast site generator

Results 2 finch issues
Sort by recently updated
recently updated
newest added

On macOS and BSD, `cp` does not have the `-T` option, so `finch` fails with the following message `cp: illegal option -- T`. The issue comes from https://github.com/roddyyaga/finch/blob/685b661b987c7b57fe07e1e67b0ce4f688d87d67/bin/finch.ml#L102

Maybe this is a very bad idea 😅 I have tried to use filters from markdown files (e.g. add `{{ component | react }}` in an `.md` files), but it...