2022-05-18 18:14:36 +01:00
2022-05-18 18:14:36 +01:00
2022-05-18 18:14:36 +01:00
2022-05-18 18:14:36 +01:00
2022-05-18 18:14:36 +01:00
2022-05-18 18:14:36 +01:00
2022-05-18 18:14:36 +01:00
2022-05-18 18:14:36 +01:00

The Xnoe Blog

This is a highly work-in-progress blog frontend and backend written in Haskell and Elm-lang, using PostgreSQL for the database, it is being developed with a Docker-first mindset to make development a breeze.

Currently the only functionality that exists is providing a really bad card view of the posts that exist.

You will need to create a table called posts manually if you want to use this, the following is necessary

CREATE TABLE posts(title varchar(128), subtext varchar(128), category varchar(128));

And you will need to add any entries manually.

Exposed on port 80

Description
No description provided
Readme 52 KiB
Languages
Elm 50.1%
Haskell 48.1%
Dockerfile 1.8%