From 9eafc715b63f4256fda2b393c9f305eb2f72af04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Fri, 9 Feb 2024 12:58:02 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 627a78a..90e43ec 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # Quick Site Generator 2 -Quick Site Generator 2 is a static website generator inspired by Nikola and written using Zsh. +Quick Site Generator 2 is a static website generator inspired by [Nikola](https://github.com/getnikola/nikola) and written using Zsh.

+ ## Why? Well, I wanted something that worked for me and wasn't too complicated and I also like a challenge. @@ -18,7 +19,11 @@ Then this script was born. It has the same ideas as the first two, but is an alm ```qsgen2``` is capable of creating static HTML pages using the native ```_html``` engine that uses ```QStags``` (that I'll describe in detail later) or by writing your pages and blogs in Markdown. It uses [Pandoc](https://github.com/jgm/pandoc/releases), mostly because it's the most compete tool for the job. Not all Linux distributions have it, so you can just download the binaries and place them where it suits you the best. -You cannot mix native and Markdown when creating your project. +You cannot mix native and Markdown when creating your projects. + +## What it's not! + +```Quick Site Generator 2``` is not easy. It's not bug free. It's not a professional product. It's not really production ready, although it works great for me. ## Configuration