Projet de site statique en Haskell
Describes the base structure for the project, as well as some basic functions. TODO: everything really... |
||
---|---|---|
app | ||
src | ||
test | ||
.ghci | ||
.gitignore | ||
CHANGELOG.md | ||
etienne-moqueur.cabal | ||
package.yaml | ||
README.md | ||
Setup.hs | ||
stack.yaml | ||
stack.yaml.lock |
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