Update README.md

This commit is contained in:
Stig-Ørjan Smelror 2024-02-09 12:58:02 +01:00
parent 4afa2c2d5a
commit 9eafc715b6

View File

@ -1,9 +1,10 @@
<img src="qsg2-square.png" width="150" align="left">
# 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.
<br><br>
## 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