Add mkws(1) to blogs (#77)

This commit is contained in:
Adrian Emil Grigore
2020-09-23 19:50:09 +03:00
committed by GitHub
parent a35cc02a6d
commit 6fe8580c54

View File

@ -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` * [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` * [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` * [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` * [Nikola](https://getnikola.com/) - `#Python`
* [Octopress](https://github.com/imathis/octopress) - Similar to Jekyll but where everything you need is already setup. - `#Ruby` `#Jekyll` * [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` * [Orchid Posts](https://orchid.netlify.com/OrchidPosts) - Add Jekyll-like blogging functionality to your Orchid site. - `#Orchid` `#Java` `#Kotlin`