summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-05-03 22:41:07 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2021-05-03 22:41:07 -0600
commitee59b09650160e0c32415c2e0e0ea961af090caa (patch)
tree36622950df7a74b938e411a2bc1b8e6928e066f9
parentc820beb2bfce5667006f40bc8cd4310ba55053f9 (diff)
Update readme
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 621fce1..88849bf 100644
--- a/README.md
+++ b/README.md
@@ -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.