From 3edc5c1a9d37bea3b548a7cf50e6bccbedfc0a0e Mon Sep 17 00:00:00 2001 From: hlassiege Date: Wed, 6 Mar 2024 23:10:34 +0100 Subject: [PATCH] Add Bloggr to the blog section (#161) Add Bloggr to the blog section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8586451..504e8b0 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ A static web site generator is an application that takes plain text files and co * [BashBlog](https://github.com/cfenollosa/bashblog) - A single Bash script to create blogs. - `#Bash` * [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++` +* [Bloggr](https://bloggr.eventuallycoding.com/) - A static blog generator using Markdown, built on top of Nuxt-Content. - `#Vue.js` `#Markdown` * [Cobalt](https://cobalt-org.github.io) - A Rust static site generator. - `#Rust` * [Coleslaw](https://github.com/coleslaw-org/coleslaw) - Flexible blog and site generator with a lot of plugins. - `#CommonLisp` * [CommonMark Blog for Laravel](https://github.com/spekulatius/laravel-commonmark-blog) - Static generator to use with Laravel projects. Uses CommonMark and FrontMatter to generate and publish files in the `public`-folder. Supports articles as well as listing pages `#PHP`