Projet de site statique en Haskell
Find a file
etienne dda65d1116 Blog cards added to the index as as for loop template.
Non limit on the number of posts yet (thinking of 12). Post teaser must
be hand implemented by adding the comment <!--more--> to the `md` file.
This is both a nuisance and a feature.
2023-06-20 19:25:03 +02:00
app Blog cards added to the index as as for loop template. 2023-06-20 19:25:03 +02:00
assets/img Header integration. 2023-06-13 02:30:07 +02:00
posts Blog cards added to the index as as for loop template. 2023-06-20 19:25:03 +02:00
src Blog cards added to the index as as for loop template. 2023-06-20 19:25:03 +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 Upped version and populated Changelog. 2023-06-19 22:26:09 +02:00
etienne-moqueur.cabal Blog cards first design. Organisms that take a PostProp ADT for their 2023-06-20 02:58:28 +02:00
hie.yaml Added Routes to Main. 2023-06-19 23:47:41 +02:00
package.yaml Upped version and populated Changelog. 2023-06-19 22:26:09 +02:00
README.md Big change on Components logic. 2023-06-07 20:03:32 +02:00
Setup.hs First commit 2022-09-21 18:02:50 +02:00
stack.yaml FileTree Type defined in Utils.FileTree 2023-06-19 21:16:09 +02:00
stack.yaml.lock FileTree Type defined in Utils.FileTree 2023-06-19 21:16:09 +02:00

My new attempt at a personal site

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

  • Hakyll, a static site compiler,
  • Blaze to generate html,
  • Clay to preprocess css

Building

Build using stack:

stack build

and then to compile the actual site:

stack run build