In this repo set up a Hakyll example blog, which is
build and deployed using Github actions.
The initial intend was to find a way to do this using
stack. I haven't figured out a way yet.
The following resources were useful for learning about Github actions in combination with Haskell and Hakyll:
- https://jaspervdj.be/hakyll/tutorials/github-pages-tutorial.html
- https://www.stackbuilders.com/news/dr-hakyll-create-a-github-page-with-hakyll-and-circleci
- https://vllmrt.net/spam/hakyll-github-actions-pages.html
- https://kmaris.net/posts/gh-actions-deploy-key/
- https://markkarpov.com/post/github-actions-for-haskell-ci.html