You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Once the project has built (which can take a while due to the dependencies for Hakyll), generate the site with:
stack exec -- site build
# alternatively: cabal run -- site build
and for development use:
stack run -- site watch
# alternatively: cabal run -- site watch
The site will be build in the _site directory, and you can open the files in your browser of choice. Due to a Hakyll issue, some sponsor logos will not show up correctly. This is expected behavior, and should be fine for the deployed site.
For further information, please refer to the CONTRIBUTING.md at the root of this project.
CI
We use GitHub Actions .github/workflows/main.yml to build the site for production.
The general steps are:
Check out the hakyll branch
Install Haskell
Restore the cached build artefacts
Build the site executable
Rebuild the site contents using the site executable
Check out the main branch
Copy the _site directory over the main branch contents
Commit and push the site contents to the main branch.
License
This site is open source, and covered under the Apache 2.0 license.
About
The Haskell Foundation website, hosted by GitHub Pages.