Discussion:
[hakyll] Outputting all reference in BibTeX file
a***@ontologyengineering.org
2018-01-24 01:00:56 UTC
Permalink
Dear all,
I'm attempting to read in "mybib.bib" and format all of the contents for
output. So, I'm not using the citation support, I simply want to format
each entry in the bib file as HTML.

I've tried a few approaches, but in each case I ended up deep-diving into
pandoc-citeproc. Then wrangling the output of `renderPandoc` into a Hakyll
`Context`. I suspect I'm just Doing It Wrong (tm). Is there a
straightforward way of producing a HTML formatted list of all contents of a
bib file?
--
Dr Aidan Delaney
--
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***@ontologyengineering.org
2018-01-25 00:32:08 UTC
Permalink
Dear all,
It turns out that I was approaching things more-or-less correctly. However
[1] is a fantastic discussion and example of how to achieve what I was
trying to achieve. If anyone else has the same issue, I recommend reading
that post.

[1]
https://github.com/mcmtroffaes/homepage/blob/master/posts/2015-06-30-understanding-hakyll-4.markdown
--
Dr Aidan Delaney
Post by a***@ontologyengineering.org
Dear all,
I'm attempting to read in "mybib.bib" and format all of the contents for
output. So, I'm not using the citation support, I simply want to format
each entry in the bib file as HTML.
I've tried a few approaches, but in each case I ended up deep-diving into
pandoc-citeproc. Then wrangling the output of `renderPandoc` into a Hakyll
`Context`. I suspect I'm just Doing It Wrong (tm). Is there a
straightforward way of producing a HTML formatted list of all contents of a
bib file?
--
Dr Aidan Delaney
--
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...