Update README.md: Typos

This commit is contained in:
Stig-Ørjan Smelror 2024-02-03 11:30:12 +01:00
parent c90adaab86
commit 1a85bc8165

View File

@ -8,11 +8,11 @@ Quick Site Generator 2 is a static website generator inspired by Nikola and writ
Well, I wanted something that worked for me and wasn't too complicated and I also like a challenge. Well, I wanted something that worked for me and wasn't too complicated and I also like a challenge.
It all started with a simple script I wrote that I called ```myjourney``` to write out a journey I was on. It worked well enough, but soon I wanted to create something else and something more complex. It all started with a simple script I wrote that I called ```myjourney``` to write about a journey I was on. It worked well enough, but soon I wanted to create something else and something more complex.
So I started to write another script I aptly called ```generate```.This also worked really great. It was, however, very limited and not very portable. So I started to write another script I aptly called ```generate```.This also worked really great. It was, however, very limited and not very portable.
The this script was born. It has the same ideas as the first two, but is an almost complete rewrite of ```generate```. It does, however, use some of the same functions and is also more portable. The next steps is to try to use more of the Zsh modules instead of relying on external tools like Perl, sed and awk. In other words, a work in progress. Then this script was born. It has the same ideas as the first two, but is an almost complete rewrite of ```generate```. It does, however, use some of the same functions and is also more portable. The next steps is to try to use more of the Zsh modules instead of relying on external tools like Perl, sed and awk. In other words, a work in progress.
## What is qsgen2? ## What is qsgen2?