From 835a3141de29201cc47ec16f90789933ad21392d Mon Sep 17 00:00:00 2001 From: Bastian Venthur Date: Tue, 2 Aug 2022 20:26:48 +0200 Subject: [PATCH] Added blag (#124) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 69e7231..7850ad9 100644 --- a/README.md +++ b/README.md @@ -22,6 +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` +* [Blag](https://github.com/venthur/blag) - blag is a blog-aware, static site generator -- it uses Markdown and is written in Python. - #Python * [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`