summaryrefslogtreecommitdiff
path: root/lib/Hakyll/Web/Feed.hs
AgeCommit message (Collapse)AuthorFilesLines
2018-06-10Use makeRelativeToProject with embedFile (for stack ghci)Michael Sloan1-6/+5
The 'makeRelativeToProject' allows usage of package relative filepaths, even if ghc's working dir is not the package directory. This enables me to have a locally modified version of hakyll as part of my stack project, and run "stack ghci" to load my hakyll project + hakyll all into one ghci session.
2018-01-07decodeUtf8 over unsafe unpack for feed templatesJasper Van der Jeugt1-7/+12
2018-01-07Embed feed templates rather than using data-filesRoman Kuznetsov1-13/+28
2017-06-19Move src/ to lib/, put Init.hs in src/Jasper Van der Jeugt1-0/+135