From 6fe8580c544836045b665e9d54d3692c38cfa8f7 Mon Sep 17 00:00:00 2001 From: Adrian Emil Grigore Date: Wed, 23 Sep 2020 19:50:09 +0300 Subject: [PATCH] :sparkles: Add mkws(1) to blogs (#77) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 30b3ebe..f583e18 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ A static web site generator is an application that takes plain text files and co * [Jekyll](https://github.com/jekyll/jekyll) - Jekyll is a simple, blog-aware, static site generator perfect for personal, project, or organization sites. - `#Ruby` * [Journey](https://github.com/kabukky/journey) - `#Go` * [Makesite](https://github.com/sunainapai/makesite) - Simple, lightweight, and magic-free static site/blog generator (< 130 lines) for Python coders `#Python` +* [mkws(1)](https://mkws.sh) - A bloatless, JSless simple static site generator using sh(1) code for scripting. Markdown can be rendered via [smu(1)](https://github.com/Gottox/smu). `#Bash` * [Nikola](https://getnikola.com/) - `#Python` * [Octopress](https://github.com/imathis/octopress) - Similar to Jekyll but where everything you need is already setup. - `#Ruby` `#Jekyll` * [Orchid Posts](https://orchid.netlify.com/OrchidPosts) - Add Jekyll-like blogging functionality to your Orchid site. - `#Orchid` `#Java` `#Kotlin`