Sergey Bushnyak
2015-12-05 14:32:24 UTC
My source located in src with all static files and code, data with articles
is located level above, when using comething like this
match (fromGlob ("../data/" ++ dir ++ "/content/articles/*.md")) $
version "convertedPage" $
compile $ do
myPandocCompiler >>= saveSnapshot "contentM"
No articles is created. When I put data in src it works. How should I
specify path to data properly?
is located level above, when using comething like this
match (fromGlob ("../data/" ++ dir ++ "/content/articles/*.md")) $
version "convertedPage" $
compile $ do
myPandocCompiler >>= saveSnapshot "contentM"
No articles is created. When I put data in src it works. How should I
specify path to data properly?
--
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.
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.