Haskellfoundation.github.io
The Haskell Foundation website, hosted by GitHub Pages.
Install / Use
/learn @haskellfoundation/Haskellfoundation.github.ioREADME
The Haskell Foundation Website
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.
Table Of Contents
Building
To build the project:
stack build
# alternatively: cabal build
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
hakyllbranch - Install Haskell
- Restore the cached build artefacts
- Build the
siteexecutable - Rebuild the site contents using the
siteexecutable - Check out the main branch
- Copy the
_sitedirectory over themainbranch contents - Commit and push the site contents to the
mainbranch.
License
This site is open source, and covered under the Apache 2.0 license.
Related Skills
node-connect
335.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
82.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
335.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
82.5kCommit, push, and open a PR
