www.haskell.org

www.haskell.org site source

  • 所有者: haskell-infra/www.haskell.org
  • 平台:
  • 许可证: BSD 3-Clause "New" or "Revised" License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Haskell.org Website

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.

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.

Nix instructions

This repo provides haskell.org as a nix derivation of a hakyll built static site. The default.nix file returns a set with two elements

  • builder (the hakyll binary which processes source into the static site)
  • built (the static site built by the builder, and ready to serve)

Developing

Simply run nix-shell. This will allow you to build the site binary which in turn builds the static site.
You may also edit the content of the site in the shell.

Editing

You may install the site binary locally with nix-env -f . -iA builder. Once site is on your path you can edit content, and have
the site served with site watch.

Building

To obtain the static site simply run nix-build -A built and the generated result link will contain the static site contents.

主要指标

概览
名称与所有者haskell-infra/www.haskell.org
主编程语言CSS
编程语言CSS (语言数: 6)
平台
许可证BSD 3-Clause "New" or "Revised" License
所有者活动
创建于2019-03-04 00:31:44
推送于2025-06-17 09:50:34
最后一次提交2025-06-17 10:47:21
发布数0
用户参与
星数112
关注者数20
派生数104
提交数383
已启用问题?
问题数110
打开的问题数30
拉请求数195
打开的拉请求数5
关闭的拉请求数36
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?