I’ve made a few improvements to simplify contributing to dhall-lang.org (and all of the other sub-domains). You can find the updated instructions here:
… but I can summarize the main improvements:
- Now the website code lives in the
dhall-lang
repository so that it’s easier for contributors to discover how to update the website - Now there are instructions documenting how to make changes to the website and test those changes locally (see the above document)
- Now dhall-lang.org uses continuous delivery (CD) so that any changes merged to
master
are automatically deployed every hour
The only thing that still lives in the dhall-haskell
repository is the GHCJS code that powers the live demo.