From 697b7b6634f0f59080e32df550a997571d3ee484 Mon Sep 17 00:00:00 2001 From: Benno Bielmeier <32938211+bbenno@users.noreply.github.com> Date: Tue, 21 Jun 2022 13:41:04 +0000 Subject: [PATCH] Fix URL of BlogC++ (#114) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec34cf5..29eefdc 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ A static web site generator is an application that takes plain text files and co * [11ty](https://www.11ty.io/) - Eleventy is a simpler static site generator. - `#JavaScript` `#Node.js` * [ABlog](http://ablog.readthedocs.org/) - A Sphinx extension that converts any documentation or personal website project into a full-fledged blog. - `#Python` -* [BlogC++](https://www.blogcpp.org/) - A static blog generator, written in C++17. - `#C++` +* [BlogC++](https://code.rosaelefanten.org/blogcpp/) - A static blog generator, written in C++17. - `#C++` * [Cobalt](https://cobalt-org.github.io) - A Rust static site generator. - `#Rust` * [Franklin](https://franklinjl.org/) - A static site generator written in Julia that is primarily intended for technical blogging. - `#Julia` * [Gitfolio](https://github.com/imfunniee/gitfolio) - A portfolio website where you could showcase your work + a blog that will help you spread your ideas into real world. - `#Node.js`