From 1ddab13b3b9a05adbb0862cf18345f0f55cd0a40 Mon Sep 17 00:00:00 2001 From: Tom Ellis Date: Sat, 12 Dec 2020 16:51:43 +0000 Subject: [PATCH] Explain that not all subsites are built from this repository --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e402c7a..2fb5d76 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ This is the website for www.haskell.org built as a hakyll static site, which builds both as a nix derivation and a standalone cabal project. Issues with the site can be raised in this repository, and PRs can be made to change content. More general administrative issues with the site or related haskell.org infrastructure are better raised directly with the admin team on the #haskell-infrastructure channel on freenode, or at the admin@[LANGUAGE].org email address. +### Subsites + +Not all subsites of www.haskell.org are built from this repository. +Some of the others are + +* www.haskell.org/cabal (built from [cabal-website](https://github.com/haskell/cabal-website)) +* www.haskell.org/platform (built from [haskell-platform](https://github.com/haskell/haskell-platform/tree/master/website)) + ### Cabal instructions Just run `cabal v2-build` to build or `cabal v2-run` to run, and `cabal v2-run -- build` to actually build the site.