Skip to content

Commit 7d21737

Browse files
committed
Start the process of Hakyll-ifying the website. Remove nix infrastructure, move files around towards the new layout, convert affiliates to data-driven with a template.
1 parent 8ec86f8 commit 7d21737

32 files changed

+309
-171
lines changed

.gitignore

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
1-
# Nix
2-
result
1+
# Created by https://www.gitignore.io/api/haskell
32

4-
# Hakyll
3+
### Haskell ###
4+
dist
5+
cabal-dev
6+
*.o
7+
*.hi
8+
*.chi
9+
*.chs.h
10+
*.dyn_o
11+
*.dyn_hi
12+
.hpc
13+
.hsenv
14+
.cabal-sandbox/
15+
cabal.sandbox.config
16+
*.prof
17+
*.aux
18+
*.hp
19+
.stack-work/
520
_cache/
621
_site/
7-
8-
# Node
9-
node_modules*
10-
package-lock*
11-
12-
# Cabal
22+
stack.yaml.lock
1323
dist-newstyle/
24+

affiliates/cabal.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Cabal
3+
externalUrl: https://www.haskell.org/cabal/
4+
status: pending
5+
---

affiliates/clash.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Clash
3+
externalUrl: "https://clash-lang.org/"
4+
status: affiliated
5+
---

affiliates/clc.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Core Libraries Committee
3+
externalUrl: "https://wiki.haskell.org/Core_Libraries_Committee"
4+
status: affiliated
5+
---

affiliates/ghc.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: GHC Steering Committee
3+
externalUrl: "https://github.com/ghc-proposals/ghc-proposals"
4+
status: affiliated
5+
---

affiliates/hackage.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Hackage Trustees
3+
externalUrl: https://github.com/haskell-infra/hackage-trustees
4+
status: pending
5+
---

affiliates/haskelladmins.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: The Haskell Admins
3+
externalUrl: https://github.com/haskell-infra/haskell-admins
4+
status: pending
5+
---

affiliates/haskelllove.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Haskell Love
3+
externalUrl: https://haskell.love/
4+
status: affiliated
5+
---

affiliates/haskellorg.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Haskell.org Committee
3+
externalUrl: https://www.haskell.org/haskell-org-committee
4+
status: affiliated
5+
---

affiliates/haskellweekly.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Haskell Weekly
3+
externalUrl: "https://haskellweekly.news/"
4+
status: affiliated
5+
---

0 commit comments

Comments
 (0)