diff options
author | Michael McVady <femtonaut@gmail.com> | 2024-01-27 00:57:45 -0600 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2024-01-27 00:57:45 -0600 |
commit | 2228c06c9abcb24a72413da168174cbce35dac47 (patch) | |
tree | 42d755c2a65c8424982890ccac140e10e4fbcd72 /README.md | |
parent | 3e1622c0c98bf3ff5bed724014211cec79c765db (diff) |
Update `README.md`
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,10 @@ # clog -An attempt to implement a blog in C, using the [kore.io](https://kore.io) framework. +Blog hacked in C using +[kore.io](https://kore.io), +[PostgreSQL](https://www.postgresql.org), +[Markdown](https://github.com/mity/md4c), +& [Mermaid](https://mermaid.js.org). ## Running |