Projet de site statique en Haskell
Templates are directly compiled from the `hs` file. They are thus identified with the source name, e.g. `src/Kit/Templates/Post.hs`. |
||
---|---|---|
app | ||
posts | ||
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
A personal CMS written in Haskell. The most prominent libraries used are
- Hakyll, a static site compiler.
- 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