diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2021-05-03 22:41:07 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2021-05-03 22:41:07 -0600 |
commit | ee59b09650160e0c32415c2e0e0ea961af090caa (patch) | |
tree | 36622950df7a74b938e411a2bc1b8e6928e066f9 /README.md | |
parent | c820beb2bfce5667006f40bc8cd4310ba55053f9 (diff) |
Update readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,2 +1,5 @@ # pyssg -Static Site Generator inspired by Roman Zolotarev's ssg5 and rssg, Luke Smith's lb and sup and, pedantic.software's blogit. + +Static Site Generator inspired by Roman Zolotarev's [ssg5](https://rgz.ee/bin/ssg5) and [rssg](https://rgz.ee/bin/rssg) Luke Smith's [lb and sup](https://github.com/LukeSmithxyz/lb) and, pedantic.software's [blogit](https://pedantic.software/git/blogit/). + +The reason of making this in python is because I was tired of wanting (some) features from all of these minimal programs, but being a pain in the ass to maintain or add features on my own, specially to `blogit`...; making minimalist software it's great and all, but there is a limit on how pretentious and elitist a software can be for me to accept it. |