From ebda647052c0e482df8624e6a79a515a7ed48f32 Mon Sep 17 00:00:00 2001 From: Michael Chalupiak Date: Sat, 19 Jul 2025 23:13:52 -0400 Subject: [PATCH] Update to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c596228..5dbb152 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Static Site Generator -This is the static site generator I plan to use for my [website](mchalupiak.com), once it is complete. +This is the static site generator I plan to use for my [website](https://mchalupiak.com), once it is complete. I also plan to implement it in multiple languages just to get a feel for them, as it should be fairly simple. The only dependency will be on the [md4c](https://github.com/mity/md4c) markdown parsing library (for now)