Projet de site statique en Haskell
Find a file
etienne 4bb7d7b140 First commit
Describes the base structure for the project, as well as some basic
functions.
TODO: everything really...
2022-09-21 18:02:50 +02:00
app First commit 2022-09-21 18:02:50 +02:00
src First commit 2022-09-21 18:02:50 +02:00
test First commit 2022-09-21 18:02:50 +02:00
.ghci First commit 2022-09-21 18:02:50 +02:00
.gitignore First commit 2022-09-21 18:02:50 +02:00
CHANGELOG.md First commit 2022-09-21 18:02:50 +02:00
etienne-moqueur.cabal First commit 2022-09-21 18:02:50 +02:00
package.yaml First commit 2022-09-21 18:02:50 +02:00
README.md First commit 2022-09-21 18:02:50 +02:00
Setup.hs First commit 2022-09-21 18:02:50 +02:00
stack.yaml First commit 2022-09-21 18:02:50 +02:00
stack.yaml.lock First commit 2022-09-21 18:02:50 +02:00

My new attempt at a personal site

It uses Hakyll, a Haskell static site compiler, along with other Haskell libs:

  • Shakespeare (Hamlet) to generate html
  • Clay to preprocess css

Building

Build using stack:

stack build

and then to compile the actual site:

stack run build