This repository is for the haskell.foundation website. It is a proud, Hakyll-based site, built as an in-kind contribution from Obsidian Systems, and maintained by the Haskell Foundation and its volunteers. If you would like to get started with a merge request, please consult the documentation below.
To build the project:
nix-build
To run the local development server:
./watch.sh
Alternatively, you can drop into a nix-shell with
nix-shell
And call the website watch command directly via Cabal or Stack:
cabal run haskell-foundation -- watch
The site can be built locally with Cabal and Stack if the 3rd party dependencies are met, and by issuing the following in terminal:
cabal run haskell-foundation -- watch
Or the stack equivalent. For further information, please refer to the CONTRIBUTING.md at the root of this project.
This site is open source, and covered under the Apache 2.0 license.