Build a binary and generate static files from this binary.
stack new mysite hakyll-templatecd mysite- init as git repo
stack buildwhich could take long enough time for a laundryln -s .stack-work/install/x86_64-osx/lts-<version>/<ghc version>/bin/mysite sitewhere site = the binary we want../siteto check all the commands.
(probably similar to Jekyll, manually add files under /post)
(to be found)