Discussion:
[hakyll] Matching created files
d***@gmail.com
2017-12-06 19:22:03 UTC
Permalink
I know its possible to handle dynamic structures by using an intermediary
datatype e.g. like tags or paginate.
What I need to achieve is to match created files (those that were
previously created by hakyll's `create` and were thence compiled). Is this
possible at all? Or would it be possible to "match" snapshots?
--
You received this message because you are subscribed to the Google Groups "hakyll" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hakyll+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Daniel Antonio Rodriguez
2017-12-08 17:38:41 UTC
Permalink
solved. it seems that matching something in "_site/dir/*" is impossible,
but its indeed possible to create files with "../dir/*" and match those as
"dir/*".

Am Mittwoch, 6. Dezember 2017 21:56:35 UTC+1 schrieb Daniel Antonio
Post by d***@gmail.com
I know its possible to handle dynamic structures by using an intermediary
datatype e.g. like tags or paginate.
What I need to achieve is to match created files (those that were
previously created by hakyll's `create` and were thence compiled). Is this
possible at all? Or would it be possible to "match" snapshots?
--
You received this message because you are subscribed to the Google Groups "hakyll" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hakyll+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Daniel Antonio Rodriguez
2017-12-08 22:55:46 UTC
Permalink
arr, no. it dos not work. still those generated files are only parsed when
i run the `site build` cmd a second time.

Am Mittwoch, 6. Dezember 2017 21:56:35 UTC+1 schrieb Daniel Antonio
Post by d***@gmail.com
I know its possible to handle dynamic structures by using an intermediary
datatype e.g. like tags or paginate.
What I need to achieve is to match created files (those that were
previously created by hakyll's `create` and were thence compiled). Is this
possible at all? Or would it be possible to "match" snapshots?
--
You received this message because you are subscribed to the Google Groups "hakyll" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hakyll+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...