Projet de site statique en Haskell
Find a file
etienne 2d19db1362 Fixed template hack
Templates are directly compiled from the `hs` file. They are thus
identified with the source name, e.g. `src/Kit/Templates/Post.hs`.
2022-09-26 11:30:24 +02:00
app Fixed template hack 2022-09-26 11:30:24 +02:00
posts Added rudimentary blog posts functionality 2022-09-21 19:56:36 +02:00
src Added Core.Colors 2022-09-23 17:03:34 +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 Fixed template hack 2022-09-26 11:30:24 +02:00
etienne-moqueur.cabal Added Core.Colors 2022-09-23 17:03:34 +02:00
package.yaml Added Core.Colors 2022-09-23 17:03:34 +02:00
README.md Added Core.Colors 2022-09-23 17:03:34 +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

A personal CMS written in Haskell. The most prominent libraries used are

Building

Build using stack:

stack build

and then to compile the actual site:

stack run build