Discussion:
[hakyll] How can I generate 2 different items from a single page?
a***@gmail.com
2017-04-19 16:37:51 UTC
Permalink
Hello,

I am trying to generate 2 different items from a single input. I have a
foo.md post that should be htmlized and also copied (nearly) verbatim to a
literate/ folder so that it can be downloaded in source form.

How can I achieve that?

Thanks
Arnaud
--
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 Gnoutcheff
2017-04-19 17:04:10 UTC
Permalink
Post by a***@gmail.com
Hello,
I am trying to generate 2 different items from a single input. I have a
foo.md post that should be htmlized and also copied (nearly) verbatim to a
literate/ folder so that it can be downloaded in source form.
How can I achieve that?
Take a look at "Producing multiple versions of a single file"
(<https://jaspervdj.be/hakyll/tutorials/06-versions.html>)
from the Hakyll tutorial series
(<https://jaspervdj.be/hakyll/tutorials.html>)

Later,
Daniel
--
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.
a***@gmail.com
2017-04-20 07:13:00 UTC
Permalink
Thanks a lot!

And thank you for not replying RTFM :) Which I should have done...

Regards
Arnaud
--
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...