Skip to content

Commit 25939ab

Browse files
authored
Merge branch 'haskellfoundation:hakyll' into hakyll
2 parents b8862cb + c96895f commit 25939ab

File tree

72 files changed

+2716
-47
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+2716
-47
lines changed

404.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
title: Page not found
3+
---
14
<div class="max-w-screen-xl mx-auto py-16 md:py-24">
25
$partial("templates/corners.html")$
36
<div class="text-center pt-12 md:pt-20 px-12 sm:px-16 md:px-24 lg:px-36 ">

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,21 @@ To build the project:
2323

2424
```bash
2525
stack build
26+
# alternatively: cabal build
2627
```
2728

2829
Once the project has built (which can take a while due to the dependencies for Hakyll), generate the site with:
2930

3031
```bash
3132
stack exec -- site build
33+
# alternatively: cabal run -- site build
3234
```
3335

3436
and for development use:
3537

3638
```bash
3739
stack run -- site watch
40+
# alternatively: cabal run -- site watch
3841
```
3942

4043
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.

assets/images/board-members/lprdc.png

196 KB
Loading
162 KB
Loading
267 KB
Loading
7.09 KB
Loading
14.3 KB
Loading
13.3 KB
Loading
Lines changed: 40 additions & 0 deletions
Loading
Lines changed: 2 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)