etienne-moqueur/README.md

20 lines
453 B
Markdown
Raw Permalink Normal View History

# My new attempt at a personal site
A personal CMS written in Haskell. The most prominent libraries used are
* [Hakyll](https://hackage.haskell.org/package/hakyll), a static site compiler,
* [Blaze](https://hackage.haskell.org/package/blaze-html) to generate html,
* [Clay](https://hackage.haskell.org/package/clay) to preprocess css
## Building
Build using `stack`:
```
stack build
```
and then to compile the actual site:
```
stack run build
```