Add draft on language grounding
This commit is contained in:
parent
0e1c400c38
commit
2fde5442ef
4 changed files with 101 additions and 10642 deletions
2
site.hs
2
site.hs
|
@ -128,7 +128,7 @@ customPandocCompiler =
|
|||
readerOptions = defaultHakyllReaderOptions
|
||||
in do
|
||||
csl <- load $ fromFilePath "csl/chicago-author-date.csl"
|
||||
bib <- load $ fromFilePath "bib/all.bib"
|
||||
bib <- load $ fromFilePath "bib/bibliography.bib"
|
||||
writePandocWith writerOptions <$>
|
||||
(getResourceBody >>= readPandocBiblio readerOptions csl bib)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue